diff --git a/docs/index.rst b/docs/index.rst index 5208c8a10ce4de27449c74e97a2ca7af456d2ab1..e1715f70a08cb99d6de92166e143647d7e4ee60b 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -14,6 +14,13 @@ The complete solution for managing your research data. Advance Features </user-documentation/advance-features/index> Legacy Advance Features </user-documentation/legacy-advance-features/index> +.. toctree:: + :maxdepth: 4 + :hidden: + :caption: Software Developer Documentation + + Development Environment </software-developer-documentation/development-environment/index> + User Documentation ^^^^^^^^^^^^^^^^^^ - :doc:`General Users </user-documentation/general-users/index>` @@ -23,7 +30,7 @@ User Documentation Software Developer Documentation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - - Development Environment + - :doc:`Development Environment </software-developer-documentation/development-environment/index>` - APIS - Server-side Extensions - Client-side Extensions diff --git a/docs/software-developer-documentation/index.rst b/docs/software-developer-documentation/index.rst new file mode 100644 index 0000000000000000000000000000000000000000..fa51b8f3e262d3beb39c2ce9e7db6965c9f1d402 --- /dev/null +++ b/docs/software-developer-documentation/index.rst @@ -0,0 +1,7 @@ +Development Environment +======================= + +.. toctree:: + :maxdepth: 4 + + to-be-written diff --git a/docs/software-developer-documentation/to-be-written.md b/docs/software-developer-documentation/to-be-written.md new file mode 100644 index 0000000000000000000000000000000000000000..630091b1f4cef29ba2571b18b44357025c6c7be7 --- /dev/null +++ b/docs/software-developer-documentation/to-be-written.md @@ -0,0 +1,4 @@ +To be Written +============= + +hello world \ No newline at end of file