feat(mkdocs): config file for mkdocs site

pull/755/head
Collin Brown 3 years ago
parent 0521b96df3
commit f18b4c572d

@ -0,0 +1,38 @@
site_name: Diagrams
theme:
name: material
palette:
primary: purple
accent: blue
plugins:
- search:
separator: '[\s\-\.]+'
nav:
- Getting Started:
- Examples: getting-started/examples.md
- Installation: getting-started/installation.md
- Nodes:
- Generic: nodes/generic.md
- OCI: nodes/oci.md
- Firebase: nodes/firebase.md
- Outscale: nodes/outscale.md
- Alibaba Cloud: nodes/alibabacloud.md
- GCP: nodes/gcp.md
- Custom: nodes/custom.md
- Azure: nodes/azure.md
- Kubernetes: nodes/k8s.md
- IBM: nodes/ibm.md
- SAAS: nodes/saas.md
- Digital Ocean: nodes/digitalocean.md
- AWS: nodes/aws.md
- Elastic: nodes/elastic.md
- Programming: nodes/programming.md
- On Prem: nodes/onprem.md
- Openstack: nodes/openstack.md
- Guides:
- Cluster: guides/cluster.md
- Edge: guides/edge.md
- Node: guides/node.md
- Diagram: guides/diagram.md
Loading…
Cancel
Save