Skip to content

Commit 784eb56

Browse files
committed
schema: add description for hub.config.JupyterHub
1 parent 7152952 commit 784eb56

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

jupyterhub/values.schema.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,11 @@ properties:
275275
JupyterHub:
276276
type: object
277277
additionalProperties: true
278+
description: |
279+
JupyterHub Traitlets configuration.
280+
281+
See {py:mod}`jupyterhub:jupyterhub.app` for the full list,
282+
but take note of the [above warnings](schema_hub.config).
278283
properties:
279284
subdomain_host:
280285
type: string

0 commit comments

Comments
 (0)