Merge pull request #4145 from softkeldozy/configuration_branch

Added text to documentation for more readability
This commit is contained in:
Min RK
2022-10-21 10:30:08 +02:00
committed by GitHub

View File

@@ -1,6 +1,6 @@
# Configuration Basics # Configuration Basics
The section contains basic information about configuring settings for a JupyterHub This section contains basic information about configuring settings for a JupyterHub
deployment. The [Technical Reference](../reference/index) deployment. The [Technical Reference](../reference/index)
documentation provides additional details. documentation provides additional details.
@@ -49,7 +49,7 @@ that Jupyter uses.
## Configure using command line options ## Configure using command line options
To display all command line options that are available for configuration: To display all command line options that are available for configuration run the following command:
```bash ```bash
jupyterhub --help-all jupyterhub --help-all
@@ -81,7 +81,7 @@ specific [authenticators](./authenticators-users-basics) and
[spawners](./spawners-basics) can be set in the configuration file. [spawners](./spawners-basics) can be set in the configuration file.
This enables JupyterHub to be used with a variety of authentication methods or This enables JupyterHub to be used with a variety of authentication methods or
process control and deployment environments. [Some examples](../reference/config-examples), process control and deployment environments. [Some examples](../reference/config-examples),
meant as illustration, are: meant as illustrations, are:
- Using GitHub OAuth instead of PAM with [OAuthenticator](https://github.com/jupyterhub/oauthenticator) - Using GitHub OAuth instead of PAM with [OAuthenticator](https://github.com/jupyterhub/oauthenticator)
- Spawning single-user servers with Docker, using the [DockerSpawner](https://github.com/jupyterhub/dockerspawner) - Spawning single-user servers with Docker, using the [DockerSpawner](https://github.com/jupyterhub/dockerspawner)