mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
adopt myst
run rst2myst, with minimal manual formatting fixes
This commit is contained in:
67
docs/howto/index.md
Normal file
67
docs/howto/index.md
Normal file
@@ -0,0 +1,67 @@
|
||||
# How-To Guides
|
||||
|
||||
How-To guides answer the question 'How do I...?' for a lot of topics.
|
||||
|
||||
## Content and data
|
||||
|
||||
```{toctree}
|
||||
:caption: Content and data
|
||||
:titlesonly: true
|
||||
|
||||
content/nbgitpuller
|
||||
content/add-data
|
||||
content/share-data
|
||||
```
|
||||
|
||||
## The user environment
|
||||
|
||||
```{toctree}
|
||||
:caption: The user environment
|
||||
:titlesonly: true
|
||||
|
||||
env/user-environment
|
||||
env/notebook-interfaces
|
||||
env/server-resources
|
||||
```
|
||||
|
||||
## Authentication
|
||||
|
||||
We have a special set of How-To Guides on using various forms of authentication
|
||||
with your JupyterHub. For more information on Authentication, see
|
||||
{ref}`topic/authenticator-configuration`
|
||||
|
||||
```{toctree}
|
||||
:titlesonly: true
|
||||
|
||||
auth/dummy
|
||||
auth/github
|
||||
auth/google
|
||||
auth/awscognito
|
||||
auth/firstuse
|
||||
auth/nativeauth
|
||||
```
|
||||
|
||||
## Administration and security
|
||||
|
||||
```{toctree}
|
||||
:caption: Administration and security
|
||||
:titlesonly: true
|
||||
|
||||
admin/admin-users
|
||||
admin/resource-estimation
|
||||
admin/resize
|
||||
admin/nbresuse
|
||||
admin/https
|
||||
admin/enable-extensions
|
||||
admin/systemd
|
||||
```
|
||||
|
||||
## Cloud provider configuration
|
||||
|
||||
```{toctree}
|
||||
:caption: Cloud provider configuration
|
||||
:titlesonly: true
|
||||
|
||||
providers/digitalocean
|
||||
providers/azure
|
||||
```
|
||||
Reference in New Issue
Block a user