From 40163250e58bec29f27dc4bb6fe31594f495ccf3 Mon Sep 17 00:00:00 2001 From: Penelope Yong Date: Fri, 26 Sep 2025 12:50:38 +0100 Subject: [PATCH 1/2] shift faq to left hand bar --- _quarto.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_quarto.yml b/_quarto.yml index 632cea199..207340f65 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -33,8 +33,6 @@ website: href: getting-started/ - text: Tutorials href: tutorials/ - - text: FAQ - href: faq/ - text: Libraries href: https://turinglang.org/library/ - text: News @@ -134,6 +132,8 @@ website: - developers/inference/variational-inference/index.qmd - developers/inference/implementing-samplers/index.qmd + - faq/index.qmd + back-to-top-navigation: true repo-url: https://github.com/TuringLang/docs repo-actions: [edit, issue] From 9ac2ce35ecc68f52a4caf0f0274c1e8d007b8588 Mon Sep 17 00:00:00 2001 From: Penelope Yong Date: Fri, 26 Sep 2025 15:11:57 +0100 Subject: [PATCH 2/2] Update _quarto.yml --- _quarto.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_quarto.yml b/_quarto.yml index 207340f65..29f8f342b 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -33,6 +33,8 @@ website: href: getting-started/ - text: Tutorials href: tutorials/ + - text: FAQ + href: faq/ - text: Libraries href: https://turinglang.org/library/ - text: News