initial commit
Change-Id: I9c68c43e939d2c1a3b95a68b71ecc5ba861a4df5
This commit is contained in:
24
mkdocs.yml
Normal file
24
mkdocs.yml
Normal file
@@ -0,0 +1,24 @@
|
||||
site_name: online-boutique
|
||||
site_description: Java microservice via Golden Path
|
||||
|
||||
nav:
|
||||
- Home: index.md
|
||||
- Local Development: local-development.md
|
||||
- Deployment: deployment.md
|
||||
- Monitoring: monitoring.md
|
||||
- Architecture: architecture.md
|
||||
|
||||
theme:
|
||||
name: material
|
||||
palette:
|
||||
primary: indigo
|
||||
accent: indigo
|
||||
|
||||
plugins:
|
||||
- search
|
||||
|
||||
markdown_extensions:
|
||||
- admonition
|
||||
- codehilite
|
||||
- toc:
|
||||
permalink: true
|
||||
Reference in New Issue
Block a user