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
commit 207a712f3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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"],
},
};