Denys Vuika f0a7bf3a75
Sync with latest development (#141)
* Update index.html

* Update features.md

* Update header.md

* Update header.md

* Update header.md

* Add files via upload

* Update header.md

* Update header.md

* Add files via upload

* Update header.md

* Add files via upload

* Add files via upload

* Update header.md

* Add files via upload

* Delete sid-nav.png

* Add files via upload

* Update side-nav.md

* Add files via upload

* Update side-nav.md

* Update side-nav.md

* Update doc-list.md

* Add files via upload

* Update doc-list.md

* Update doc-list.md

* Delete doclist.png

* Add files via upload

* small changes to docs

* [ACA-1038] 'Load more' doesn't work correctly on destination picker (#135)

made sure that a search is performed only if there is a search string to search for

* [ACA-951] Color theme and logo (#138)

- documented customization of the logo and header background color

* [ACA-803] Navigation docs (#140)

* navigation docs

* spelling
2017-12-14 09:36:58 +00:00

93 lines
2.6 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0" />
<title>Alfresco Content App</title>
<link rel="stylesheet" href="https://unpkg.com/docute@3/dist/docute.css">
<link rel="icon" type="image/png" href="favicon-96x96.png" sizes="96x96">
</head>
<body>
<div id="app"></div>
<script src="https://unpkg.com/docute@3/dist/docute.js"></script>
<script>
docute.init({
nav: [
{
title: 'Home',
path: '/'
},
{
title: 'Features',
type: 'dropdown',
items: [
{
title: 'Introduction',
path: 'features',
},
{
title: 'Application Header',
path: 'header'
},
{
title: 'Side Navigation',
path: 'side-nav'
},
{
title: 'Document List',
path: 'doc-list'
}
]
},
{
title: 'Building',
path: 'build'
},
{
title: 'Docker',
path: 'docker'
},
{
title: 'FAQ',
path: 'faq'
},
{
title: 'Guides',
type: 'dropdown',
items: [
{
title: 'Building',
path: 'build'
},
{
title: 'Internationalization (i18n)',
path: 'i18n'
},
{
title: 'CORS',
path: 'cors'
},
{
title: 'Configuration',
path: 'configuration'
},
{
title: 'Navigation',
path: 'navigation'
}
]
}
],
icons: [
{
icon: 'github',
label: 'Contribute on GitHub',
link: 'https://github.com/Alfresco/alfresco-content-app'
}
]
})
</script>
</body>
</html>