From 8a60382ac9493591aa2647e3e275a833822fabf5 Mon Sep 17 00:00:00 2001 From: Zach Mitchell Date: Sat, 6 May 2023 13:47:40 -0600 Subject: [PATCH] Add new pages to sidebar --- source/index.md | 4 +++- source/recipes/faq.md | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/source/index.md b/source/index.md index f35eba82b..2b187d20b 100644 --- a/source/index.md +++ b/source/index.md @@ -46,7 +46,9 @@ influences.md :maxdepth: 1 :hidden: -recipes/* +recipes/caches.md +recipes/nix-store.md +recipes/faq.md ``` ```{toctree} diff --git a/source/recipes/faq.md b/source/recipes/faq.md index 776e1ccd3..862882f2b 100644 --- a/source/recipes/faq.md +++ b/source/recipes/faq.md @@ -1,4 +1,4 @@ -# Frequently Asked Questions +# FAQ ## How to build reverse dependencies of a package?