Added docs to the folder

This commit is contained in:
alwasega
2023-01-20 13:36:16 +03:00
parent 36f74689c4
commit b691480e5f
6 changed files with 13 additions and 25 deletions

View File

@@ -2,7 +2,16 @@
This section of the documentation provides step-by-step tutorials to help you achieve a specific goal. The tutorials should be a good place to start learning about JupyterHub and how it works.
```{toctree}
:maxdepth: 2
## Installation
These sections cover how to get up-and-running with JupyterHub. They cover
some basics of the tools needed to deploy JupyterHub as well as how to get it
running on your own infrastructure.
```{toctree}
:maxdepth: 1
installation/quickstart
installation/installation-basics
installation/quickstart-docker
```