Browse Source

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

xmkb
innovaker 4 years ago
parent
commit
c14beb7ee7
  1. 2
      docs/sidebars.js

2
docs/sidebars.js

@ -1,6 +1,6 @@ @@ -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"],
},
};

Loading…
Cancel
Save