mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-08 10:34:10 +00:00
27 lines
581 B
Markdown
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
|
|
```
|