docs: add faq to sidebars [#11]

This commit is contained in:
innovaker 2020-06-13 18:47:20 +01:00
parent 70edcd4a3a
commit 30985517b8
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
module.exports = {
someSidebar: {
'Getting Started': ["intro", "hardware"],
'Getting Started': ["intro", "hardware", "faq"],
Development: ["dev-setup", "dev-clean-room", "dev-posix-board"],
},
};