[#16] Replaced 'Basics' with 'Getting Started'

This commit is contained in:
innovaker 2020-06-12 16:08:20 +01:00
parent 92a4f3985d
commit d11ade45d3
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"],
},
};