mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
basic docs on extensibility apis (#543)
basic docs on extensibility apis
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
<script src="https://unpkg.com/docute@3/dist/docute.js"></script>
|
||||
<script src="https://unpkg.com/prismjs/components/prism-typescript.js"></script>
|
||||
<script>
|
||||
docute.init({
|
||||
nav: [
|
||||
@@ -22,6 +23,10 @@
|
||||
title: 'Getting Started',
|
||||
path: 'getting-started'
|
||||
},
|
||||
{
|
||||
title: 'Extending',
|
||||
path: 'extending'
|
||||
},
|
||||
{
|
||||
title: 'Get Help',
|
||||
path: 'help'
|
||||
|
Reference in New Issue
Block a user