mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-10 19:43:01 +00:00
31 lines
666 B
Markdown
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
|
|
```
|