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,6 +13,30 @@
|
|||||||
<script src="https://unpkg.com/docute@3/dist/docute.js"></script>
|
<script src="https://unpkg.com/docute@3/dist/docute.js"></script>
|
||||||
<script>
|
<script>
|
||||||
docute.init({
|
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: [
|
icons: [
|
||||||
{
|
{
|
||||||
icon: 'github',
|
icon: 'github',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user