From 284b85935d9518cf9503c2cd15bed2f9b103d25f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laurent=20P=C3=A9tr=C3=A9?= <laurent.petre@cern.ch> Date: Tue, 19 Sep 2023 12:00:20 +0200 Subject: [PATCH] Add an (empty) FAQ top-level section --- docs/faq/index.md | 5 +++++ mkdocs.yml | 2 ++ 2 files changed, 7 insertions(+) create mode 100644 docs/faq/index.md diff --git a/docs/faq/index.md b/docs/faq/index.md new file mode 100644 index 0000000..7ff32a3 --- /dev/null +++ b/docs/faq/index.md @@ -0,0 +1,5 @@ +# FAQ + +Facing an issue? Worry not, we got you. Find the answers for the most frequently asked questions in this section. + +Todo... ;) diff --git a/mkdocs.yml b/mkdocs.yml index b3dad67..f1f913b 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -68,6 +68,8 @@ nav: - P5 operations: - expert/p5-operations/index.md - expert/p5-operations/installation-maintenance.md + - FAQ: + - faq/index.md - References: - references/bookmarks.md - references/legacy.md -- GitLab