docs: Switch positions of 'hardware' and 'faq' on sidebars [#22 CR, #11]

This commit is contained in:
innovaker 2020-06-13 19:37:01 +01:00
parent 30985517b8
commit c14beb7ee7
1 changed files with 1 additions and 1 deletions

View File

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