Merge branch 'master' into development

This commit is contained in:
Denys Vuika
2019-01-23 12:46:48 +00:00

View File

@@ -1,20 +1,23 @@
<!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
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"
/>
<title>Alfresco Content App</title> <title>Alfresco Content App</title>
<link rel="stylesheet" href="https://unpkg.com/docute@3/dist/docute.css"> <link rel="stylesheet" href="https://unpkg.com/docute@3/dist/docute.css" />
<link rel="icon" type="image/png" href="favicon-96x96.png" sizes="96x96"> <link rel="icon" type="image/png" href="favicon-96x96.png" sizes="96x96" />
</head> </head>
<body> <body>
<div id="app"></div> <div id="app"></div>
<script src="https://unpkg.com/docute@3/dist/docute.js"></script> <script src="https://unpkg.com/docute@3/dist/docute.js"></script>
<script src="https://unpkg.com/prismjs/components/prism-typescript.js"></script> <script src="https://unpkg.com/prismjs/components/prism-typescript.js"></script>
<script> <script>
docute.init({ docute.init({
toc: "toc.md", toc: 'toc.md',
nav: [ nav: [
{ {
title: 'Home', title: 'Home',
@@ -48,7 +51,7 @@
link: 'https://github.com/Alfresco/alfresco-content-app' link: 'https://github.com/Alfresco/alfresco-content-app'
} }
] ]
}) });
</script> </script>
</body> </body>
</html> </html>