Merge pull request #18 from innovaker/master
Replaced 'Basics' with 'Getting Started'
This commit is contained in:
commit
207a712f3e
1 changed files with 1 additions and 1 deletions
|
@ -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"],
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue