Files
jupyterhub/docs/source/explanation/index.md
2023-02-07 15:58:05 +03:00

27 lines
581 B
Markdown

# Explanation
_Explanation_ documentation provide big-picture descriptions of how JupyterHub works. This section is meant to build your understanding of particular topics.
## Administration
This section provides information relevant to running your own JupyterHub over time.
```{toctree}
:maxdepth: 1
admin/capacity-planning
admin/database
admin/websecurity
admin/oauth
```
## JupyterHub RBAC
This section covers how Role Based Access Control (RBAC) is implemented in JupyterHub to control access to Jupyterhub's API resources.
```{toctree}
:maxdepth: 2
../rbac/index
```