diff --git a/Documentation/components/drivers/special/index.rst b/Documentation/components/drivers/special/index.rst index da996c6644..4a58f0300d 100644 --- a/Documentation/components/drivers/special/index.rst +++ b/Documentation/components/drivers/special/index.rst @@ -22,6 +22,7 @@ following section. .. toctree:: :caption: Supported Drivers + syslog.rst spi.rst i2c.rst ethernet.rst diff --git a/Documentation/components/syslog.rst b/Documentation/components/drivers/special/syslog.rst similarity index 100% rename from Documentation/components/syslog.rst rename to Documentation/components/drivers/special/syslog.rst diff --git a/Documentation/components/index.rst b/Documentation/components/index.rst index 6a6d024416..8d6b8d64d7 100644 --- a/Documentation/components/index.rst +++ b/Documentation/components/index.rst @@ -9,7 +9,6 @@ NuttX is very feature-rich RTOS and is thus composed of various different subsys nsh/index.rst power.rst - syslog.rst binfmt.rst drivers/index.rst filesystem.rst