initial commit

Change-Id: I9c68c43e939d2c1a3b95a68b71ecc5ba861a4df5
This commit is contained in:
Scaffolder
2026-03-05 13:37:56 +00:00
commit 7e119cad41
24 changed files with 3024 additions and 0 deletions

24
mkdocs.yml Normal file
View 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