[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot]
2021-11-25 19:16:40 +00:00
parent 7e102f0511
commit e703555888

View File

@@ -16,12 +16,14 @@ Previously, some admin UI functionality could only be achieved via admin pages,
such as paginated requests. such as paginated requests.
## Limited UI customization via templates ## Limited UI customization via templates
The JupyterHub UI is customizable via extensible HTML [templates](templates), The JupyterHub UI is customizable via extensible HTML [templates](templates),
but this has some limited scope to what can be customized. but this has some limited scope to what can be customized.
Adding some content and messages to existing pages is well supported, Adding some content and messages to existing pages is well supported,
but changing the page flow and what pages are available are beyond the scope of what is customizable. but changing the page flow and what pages are available are beyond the scope of what is customizable.
## Rich UI customization with REST API based apps ## Rich UI customization with REST API based apps
Increasingly, JupyterHub is used purely as an API for managing Jupyter servers Increasingly, JupyterHub is used purely as an API for managing Jupyter servers
for other Jupyter-based applications that might want to present a different user experience. for other Jupyter-based applications that might want to present a different user experience.
If you want a fully customized user experience, If you want a fully customized user experience,