Merge pull request #18 from innovaker/master

Replaced 'Basics' with 'Getting Started'
This commit is contained in:
Pete Johanson
2020-06-12 11:28:46 -04:00
committed by GitHub

View File

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