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

View file

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