diff --git a/docs/faq/index.md b/docs/faq/index.md new file mode 100644 index 0000000000000000000000000000000000000000..7ff32a3971df05e385d1b04ee06239bb79daf2cc --- /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 b3dad6713d4e184c3473aac2e2aecb935d33ee0a..f1f913bb4dfa623eb76c99ae63a8b178cd35fa7d 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