diff --git a/_quarto.yml b/_quarto.yml index 3eb9fd3..742851f 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -24,6 +24,7 @@ website: search: true left: - sidebar:workshop-summary + - sidebar:ci-handbook - sidebar:reference right: - icon: github @@ -40,6 +41,14 @@ website: - workshopsummary/summary.qmd - workshopsummary/brief.qmd + - id: ci-handbook + title: "CI Handbook" + style: "docked" + background: light + collapse-level: 2 + contents: + - ci_handbook/index.qmd + - id: reference title: "Reference" contents: diff --git a/ci_handbook/index.qmd b/ci_handbook/index.qmd index 5f1761f..7235ab9 100644 --- a/ci_handbook/index.qmd +++ b/ci_handbook/index.qmd @@ -12,4 +12,4 @@ format: ## CI Handbook Documents -🚧 +:construction: Under Construction :construction: diff --git a/index.qmd b/index.qmd index 3c28e2f..6f1051d 100644 --- a/index.qmd +++ b/index.qmd @@ -41,7 +41,7 @@ managing the website deployment. Begin by reviewing the [workshop summary documents](workshopsummary/summary.qmd) to familiarize yourself with the key topics discussed during the 2024 workshop. Additionally, read the [briefing paper](workshopsummary/brief.qmd), which outlines the initial CI design principles covered at the event. We welcome and encourage your comments on these materials. -We also invite you to contribute to the ecological forecasting CI handbook, which is currently in development and in need of the most input. +We also invite you to contribute to the [ecological forecasting CI handbook](ci_handbook/index.qmd), which is currently in development and in need of the most input. ### Prerequisites