diff --git a/docs/_quarto.yml b/docs/_quarto.yml index 33f401eba..f7b946b1d 100644 --- a/docs/_quarto.yml +++ b/docs/_quarto.yml @@ -28,7 +28,7 @@ website: text: Home - href: hubs.qmd text: JupyterHub Deployments - - section: "Datahub architecture and contribution overview" + - section: "Architecture and Contribution Overview" contents: - admins/pre-reqs.qmd - admins/structure.qmd diff --git a/docs/admins/index.qmd b/docs/admins/index.qmd index ee3a27a5b..64e70605d 100644 --- a/docs/admins/index.qmd +++ b/docs/admins/index.qmd @@ -1,23 +1,12 @@ -============================================== -Datahub architecture and contribution overview -============================================== - -.. toctree:: - :titlesonly: - :maxdepth: 2 - - pre-reqs - structure - cicd-github-actions - cluster-config - credentials - storage - incidents/index - -.. toctree:: - :titlesonly: - :maxdepth: 2 - - howto/index - - deployments/index +--- +title: Architecture and Contribution Overview +listing: + contents: + - pre-reqs.qmd + - structure.qmd + - cicd-github-actions.qmd + - cluster-config.qmd + - credentials.qmd + - storage.qmd + sort: false +---