forked from binnes/Node-RED-container-prod
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
35 lines (35 loc) · 1.07 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
site_name: Low Code Development for Production
site_description: >-
How to integrate Low Code development into a production development pipeline
site_url: https://binnes.github.io/Node-RED-container-prod/
site_author: Brian Innes
repo_name: binnes/Node-RED-container-prod
repo_url: https://github.com/binnes/Node-RED-container-prod
theme:
name: material
use_directory_urls: false
plugins:
- search
- with-pdf:
cover_subtitle: How to integrate Low Code development into a production development pipeline
output_path: pdf/lowCodeDev.pdf
# debug_html: true
# verbose: true
markdown_extensions:
- attr_list
- admonition
- toc:
permalink: true
- pymdownx.superfences
- pymdownx.highlight
extra_css:
- css/extra.css
- css/pdf-print.css
nav:
- Home: index.md
- Source Control : Node-REDsourceControl/README.md
- Packaging Applications : Packaging-Node-RED-apps-in-containers/README.md
- Config from Environment : Node-RED-config-from-environment/README.md
google_analytics:
- 'UA-172132667-1'
- 'binnes.github.io/Node-RED-container-prod/'