diff --git a/Documentation/applications/index.rst b/Documentation/applications/index.rst index 464f9c9d2ef..185c92b699f 100644 --- a/Documentation/applications/index.rst +++ b/Documentation/applications/index.rst @@ -7,4 +7,9 @@ Applications NuttX ships a large number of applications covering a wide spectrum of functionality. These can be found in the `apps `_ repository. At the moment, these are documented in their individual README files so you can find more information at the repository. +.. toctree:: + :maxdepth: 2 + :caption: Contents: + + nsh/index.rst diff --git a/Documentation/components/nsh/builtin.rst b/Documentation/applications/nsh/builtin.rst similarity index 100% rename from Documentation/components/nsh/builtin.rst rename to Documentation/applications/nsh/builtin.rst diff --git a/Documentation/components/nsh/commands.rst b/Documentation/applications/nsh/commands.rst similarity index 100% rename from Documentation/components/nsh/commands.rst rename to Documentation/applications/nsh/commands.rst diff --git a/Documentation/components/nsh/config.rst b/Documentation/applications/nsh/config.rst similarity index 100% rename from Documentation/components/nsh/config.rst rename to Documentation/applications/nsh/config.rst diff --git a/Documentation/components/nsh/customizing.rst b/Documentation/applications/nsh/customizing.rst similarity index 100% rename from Documentation/components/nsh/customizing.rst rename to Documentation/applications/nsh/customizing.rst diff --git a/Documentation/components/nsh/index.rst b/Documentation/applications/nsh/index.rst similarity index 100% rename from Documentation/components/nsh/index.rst rename to Documentation/applications/nsh/index.rst diff --git a/Documentation/components/nsh/installation.rst b/Documentation/applications/nsh/installation.rst similarity index 100% rename from Documentation/components/nsh/installation.rst rename to Documentation/applications/nsh/installation.rst diff --git a/Documentation/components/nsh/login.rst b/Documentation/applications/nsh/login.rst similarity index 100% rename from Documentation/components/nsh/login.rst rename to Documentation/applications/nsh/login.rst diff --git a/Documentation/components/nsh/nsh.rst b/Documentation/applications/nsh/nsh.rst similarity index 100% rename from Documentation/components/nsh/nsh.rst rename to Documentation/applications/nsh/nsh.rst diff --git a/Documentation/components/index.rst b/Documentation/components/index.rst index 8d6b8d64d7a..42746014762 100644 --- a/Documentation/components/index.rst +++ b/Documentation/components/index.rst @@ -7,7 +7,6 @@ NuttX is very feature-rich RTOS and is thus composed of various different subsys :maxdepth: 2 :caption: Contents: - nsh/index.rst power.rst binfmt.rst drivers/index.rst