diff --git a/docs/source/index.rst b/docs/source/index.rst index 7de79af8..59392f5b 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -25,9 +25,8 @@ JupyterHub performs the following functions: - The Hub configures the proxy to forward URL prefixes to the single-user notebook servers -For convenient administration of the Hub, its users, and :doc:`services`, -JupyterHub also provides a -`REST API`_. +For convenient administration of the Hub, its users, and services, +JupyterHub also provides a `REST API`_. Contents -------- @@ -41,25 +40,25 @@ Contents **Getting Started** -* :doc:`getting-started-index` -* :doc:`config-basics` -* :doc:`networking-basics` -* :doc:`security-basics` -* :doc:`authenticators-users-basics` -* :doc:`spawners-basics` -* :doc:`services-basics` +* :doc:`getting-started/index` +* :doc:`getting-started/config-basics` +* :doc:`getting-started/networking-basics` +* :doc:`getting-started/security-basics` +* :doc:`getting-started/authenticators-users-basics` +* :doc:`getting-started/spawners-basics` +* :doc:`getting-started/services-basics` **Technical Reference** -* :doc:`reference-index` -* :doc:`technical-overview` -* :doc:`websecurity` -* :doc:`authenticators` -* :doc:`spawners` -* :doc:`services` -* :doc:`rest` -* :doc:`upgrading` -* :doc:`config-examples` +* :doc:`reference/index` +* :doc:`reference/technical-overview` +* :doc:`reference/websecurity` +* :doc:`reference/authenticators` +* :doc:`reference/spawners` +* :doc:`reference/services` +* :doc:`reference/rest` +* :doc:`reference/upgrading` +* :doc:`reference/config-examples` **API Reference** diff --git a/docs/source/tutorials/index.rst b/docs/source/tutorials/index.rst new file mode 100644 index 00000000..49e0ad60 --- /dev/null +++ b/docs/source/tutorials/index.rst @@ -0,0 +1,7 @@ +Tutorials +========= + + +How do I? + +Zero to JupyterHub \ No newline at end of file