From 0b3bb94a8641a8ad42322a41ac866c79e6f44911 Mon Sep 17 00:00:00 2001 From: Penelope Yong Date: Fri, 30 Aug 2024 23:14:44 +0100 Subject: [PATCH] Separate developers>contributing into its own section --- _quarto.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/_quarto.yml b/_quarto.yml index 258aba908..bbc4c44f1 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -97,11 +97,15 @@ website: - text: "Gaussian Process Latent Variable Models" href: tutorials/12-gplvm/index.qmd - - section: "For Developers (PPL)" + - section: "Developers: Contributing" collapse-level: 1 contents: - text: "How to Contribute" href: tutorials/docs-01-contributing-guide/index.qmd + + - section: "Developers: PPL" + collapse-level: 1 + contents: - tutorials/docs-05-for-developers-compiler/index.qmd - text: "A Mini Turing Implementation I: Compiler" href: tutorials/14-minituring/index.qmd @@ -109,7 +113,7 @@ website: href: tutorials/16-contexts/index.qmd - tutorials/docs-06-for-developers-interface/index.qmd - - section: "For Developers (Inference)" + - section: "Developers: Inference" collapse-level: 1 contents: - tutorials/docs-04-for-developers-abstractmcmc-turing/index.qmd