Re-pushed files after merging main into references

This commit is contained in:
alwasega
2023-02-09 13:12:42 +03:00
parent fed4cd5e40
commit 9535fa3af1
24 changed files with 145 additions and 93 deletions

View File

@@ -57,7 +57,7 @@ jupyterhub token <username>
This command generates a random string to use as a token and registers
it for the given user with the Hub's database.
In [version 0.8.0](../changelog.md), a token request page for
In [version 0.8.0](changelog), a token request page for
generating an API token is available from the JupyterHub user interface:
:::{figure-md}
@@ -276,7 +276,7 @@ Pagination is enabled on the `GET /users`, `GET /groups`, and `GET /proxy` REST
## Enabling users to spawn multiple named-servers via the API
Support for multiple servers per user was introduced in JupyterHub [version 0.8.](../changelog.md)
Support for multiple servers per user was introduced in JupyterHub [version 0.8.](changelog)
Prior to that, each user could only launch a single default server via the API
like this:

View File

@@ -16,7 +16,7 @@ The steps are discussed in detail, so if you get stuck at any step you can alway
## Read the Changelog
The [changelog](../changelog.md) contains information on what has
The [changelog](changelog) contains information on what has
changed with the new JupyterHub release and any deprecation warnings.
Read these notes to familiarize yourself with the coming changes. There
might be new releases of the authenticators & spawners you use, so