diff --git a/docs/source/plugins.rst b/docs/source/plugins.rst index 8b43026f..b7134ad0 100644 --- a/docs/source/plugins.rst +++ b/docs/source/plugins.rst @@ -7,7 +7,7 @@ Developing Plugins ./plugins/introduction.rst ./plugins/structure.rst ./plugins/routes.rst - ./plugins/schema.rst ./plugins/hardware.rst + ./plugins/schema.rst ./plugins/example.rst ./plugins/class.rst \ No newline at end of file diff --git a/docs/source/plugins/schema.rst b/docs/source/plugins/schema.rst index bd170ccd..ef0375f4 100644 --- a/docs/source/plugins/schema.rst +++ b/docs/source/plugins/schema.rst @@ -1,11 +1,6 @@ Adding a GUI ===================== -.. toctree:: - :maxdepth: 1 - - ./schema/json_schema.rst - Introduction ------------ @@ -189,3 +184,9 @@ JSON form example .. literalinclude:: schema_example.json :language: JSON + + +.. toctree:: + :maxdepth: 1 + + ./schema/json_schema.rst \ No newline at end of file