From 5134aa66cdde2204c4bed8a48e38ec252636e217 Mon Sep 17 00:00:00 2001 From: Dan Saunders Date: Mon, 17 Mar 2025 12:43:53 -0400 Subject: [PATCH] moving reference up near the top of the sidebar --- _quarto.yml | 15 ++++++--------- docs/cli.qmd | 2 +- 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/_quarto.yml b/_quarto.yml index 30a87080e..d9aad61f2 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -196,6 +196,12 @@ website: - docs/cli.qmd - docs/config.qmd + - section: "Reference" + contents: + - docs/config.qmd + - text: "API Reference" + href: docs/api/index.qmd + - section: "Dataset Formats" contents: docs/dataset-formats/* @@ -235,15 +241,6 @@ website: - docs/debugging.qmd - docs/nccl.qmd -<<<<<<< HEAD -======= - - section: "Reference" - contents: - - docs/config.qmd - - text: "API Reference" - href: docs/api/index.qmd - ->>>>>>> 5d96b2a95 (quartodoc integration) format: html: theme: darkly diff --git a/docs/cli.qmd b/docs/cli.qmd index a57e54d9a..a3d5cf939 100644 --- a/docs/cli.qmd +++ b/docs/cli.qmd @@ -1,5 +1,5 @@ --- -title: "CLI Reference" +title: "Command Line Interface (CLI)" format: html: toc: true