Updated order of get started sections (#706)

This commit is contained in:
Inayaili de León Persson 2017-10-03 15:30:45 +01:00 committed by Sara Vieira
parent 6f721f28c7
commit 827f3d2ea0
1 changed files with 12 additions and 16 deletions

View File

@ -29,35 +29,31 @@ module.exports = {
title: 'UI Toolkit',
sections: [
{
name: 'Get Started',
name: 'Get started',
sections: [
{
name: 'Overview',
content: 'src/overview.md'
},
{
name: 'Purpose',
content: 'src/purpose.md'
name: 'Download',
content: 'src/download.md'
},
{
name: 'FAQ',
content: 'src/faq.md'
name: 'File structure',
content: 'src/file-structure.md'
},
{
name: 'Contribute',
content: 'src/contribute.md'
},
{
name: 'Support',
content: 'src/support.md'
},
{
name: 'File Structure',
content: 'src/file-structure.md'
},
{
name: 'Download',
content: 'src/download.md'
},
{
name: 'Contribute',
content: 'src/contribute.md'
name: 'FAQ',
content: 'src/faq.md'
}
]
},
@ -73,7 +69,7 @@ module.exports = {
content: 'src/baseline/readme.md'
},
{
name: 'Colours',
name: 'Colors',
content: 'src/theme/colors.md'
}
]