mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
documentation settings
This commit is contained in:
parent
00783139f2
commit
7a6b4376d6
3
docs/CHANGELOG.md
Normal file
3
docs/CHANGELOG.md
Normal file
@ -0,0 +1,3 @@
|
||||
# Changelog
|
||||
|
||||
Coming soon...
|
3
docs/features/i18n.md
Normal file
3
docs/features/i18n.md
Normal file
@ -0,0 +1,3 @@
|
||||
# Internationalization (i18n)
|
||||
|
||||
Coming soon...
|
3
docs/features/routing.md
Normal file
3
docs/features/routing.md
Normal file
@ -0,0 +1,3 @@
|
||||
# Routing
|
||||
|
||||
Coming soon...
|
@ -13,7 +13,31 @@
|
||||
<script src="https://unpkg.com/docute@3/dist/docute.js"></script>
|
||||
<script>
|
||||
docute.init({
|
||||
icons: [
|
||||
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',
|
||||
label: 'Contribute on GitHub',
|
||||
|
Loading…
x
Reference in New Issue
Block a user