mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
Merge branch 'master' into development
This commit is contained in:
@@ -1,54 +1,57 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8" />
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
<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" />
|
<meta
|
||||||
<title>Alfresco Content App</title>
|
name="viewport"
|
||||||
<link rel="stylesheet" href="https://unpkg.com/docute@3/dist/docute.css">
|
content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"
|
||||||
<link rel="icon" type="image/png" href="favicon-96x96.png" sizes="96x96">
|
/>
|
||||||
</head>
|
<title>Alfresco Content App</title>
|
||||||
<body>
|
<link rel="stylesheet" href="https://unpkg.com/docute@3/dist/docute.css" />
|
||||||
<div id="app"></div>
|
<link rel="icon" type="image/png" href="favicon-96x96.png" sizes="96x96" />
|
||||||
<script src="https://unpkg.com/docute@3/dist/docute.js"></script>
|
</head>
|
||||||
<script src="https://unpkg.com/prismjs/components/prism-typescript.js"></script>
|
<body>
|
||||||
<script>
|
<div id="app"></div>
|
||||||
docute.init({
|
<script src="https://unpkg.com/docute@3/dist/docute.js"></script>
|
||||||
toc: "toc.md",
|
<script src="https://unpkg.com/prismjs/components/prism-typescript.js"></script>
|
||||||
|
<script>
|
||||||
|
docute.init({
|
||||||
|
toc: 'toc.md',
|
||||||
nav: [
|
nav: [
|
||||||
{
|
{
|
||||||
title: 'Home',
|
title: 'Home',
|
||||||
path: '/'
|
path: '/'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'App features',
|
title: 'App features',
|
||||||
path: '/features/'
|
path: '/features/'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Getting Started',
|
title: 'Getting Started',
|
||||||
path: '/getting-started/'
|
path: '/getting-started/'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Extending',
|
title: 'Extending',
|
||||||
path: '/extending/'
|
path: '/extending/'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Tutorials',
|
title: 'Tutorials',
|
||||||
path: '/tutorials/'
|
path: '/tutorials/'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Get Help',
|
title: 'Get Help',
|
||||||
path: '/help'
|
path: '/help'
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
icons: [
|
icons: [
|
||||||
{
|
{
|
||||||
icon: 'github',
|
icon: 'github',
|
||||||
label: 'Contribute on GitHub',
|
label: 'Contribute on GitHub',
|
||||||
link: 'https://github.com/Alfresco/alfresco-content-app'
|
link: 'https://github.com/Alfresco/alfresco-content-app'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
})
|
});
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Reference in New Issue
Block a user