Version: |
org.nasdanika.models.app.cli
|
---|
drawio diagram.drawio html-app -r root-action.yml --add-to-root site -r=-1 -F page-template.yml docs
drawio
command loads diagram.drawio
diagram resourcehtml-app
command generates an html application model from the diagram elementspage-template.yml
-r=-1
)docs
directory-r=-1
command line option means “don’t fail on page errors” such as:
Missing resources are reported on pages using danger alert blocks.
If you want to prevent deployment of a site with page errors, don’t use the option or set it to the expected number of errors - there might be “known errors” which you are OK to live with.
Bootstrap Page to use as a template for site pages.
In the page template file you can:
fluid
to true
.See Bootstrap Page Load Specification for supported configuration keys.
Sample page template in YAML:
bootstrap.Page:
cdn: true
theme: Simplex
name: Application Page Template
language: EN
stylesheets:
- https://cdn.jsdelivr.net/gh/Nasdanika-Models/html-app@master/gen/web-resources/css/app.css
- https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css
- https://cdn.jsdelivr.net/npm/jstree@3.3.11/dist/themes/default/style.min.css
- https://cdn.jsdelivr.net/npm/github-markdown-css@5.1.0/github-markdown.min.css
- https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.3.1/build/styles/default.min.css
- https://cdn.jsdelivr.net/npm/bootstrap-vue@2.21.2/dist/bootstrap-vue.css
scripts:
- https://cdn.jsdelivr.net/gh/Nasdanika-Models/html-app@master/gen/web-resources/js/common.js
- https://cdn.jsdelivr.net/gh/Nasdanika-Models/html-app@master/gen/web-resources/js/dark-head.js
- https://cdn.jsdelivr.net/npm/jstree@3.3.11/dist/jstree.min.js
- https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.3.1/build/highlight.min.js
- https://cdn.jsdelivr.net/npm/vue@2.6.14/dist/vue.min.js
- https://cdn.jsdelivr.net/npm/bootstrap-vue@2.21.2/dist/bootstrap-vue.min.js
- https://cdn.jsdelivr.net/gh/Nasdanika-Models/html-app@master/gen/web-resources/js/components/table.js
- https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.min.js
body:
app.Page:
fluid: false
navigation-panel:
style: SEARCHABLE_TREE # COLLAPSIBLE_CARDS
collapsible: true