Files
jupyterhub/docs/source/explanation/index.md

31 lines
666 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.
<!---
The JupyterHub RBAC source files are contained in the source/rbac folder
--->
```{toctree}
:maxdepth: 2
../rbac/index
```