documentation settings

This commit is contained in:
Denys Vuika 2017-10-24 20:02:12 +01:00
parent 00783139f2
commit 7a6b4376d6
4 changed files with 34 additions and 1 deletions

3
docs/CHANGELOG.md Normal file
View File

@ -0,0 +1,3 @@
# Changelog
Coming soon...

3
docs/features/i18n.md Normal file
View File

@ -0,0 +1,3 @@
# Internationalization (i18n)
Coming soon...

3
docs/features/routing.md Normal file
View File

@ -0,0 +1,3 @@
# Routing
Coming soon...

View File

@ -13,6 +13,30 @@
<script src="https://unpkg.com/docute@3/dist/docute.js"></script>
<script>
docute.init({
nav: [
{
title: 'Home',
path: '/'
},
{
title: 'Features',
type: 'dropdown',
items: [
{
title: 'i18n',
path: '/features/i18n'
},
{
title: 'Routing',
path: '/features/routing'
}
]
},
{
title: 'Changelog',
path: '/changelog'
}
],
icons: [
{
icon: 'github',