initial commit
Some checks failed
Build and Publish TechDocs / build-and-publish (push) Has been cancelled

Change-Id: I6dac1d538112dd8d188bc5eec46b7c68498d3753
This commit is contained in:
Scaffolder
2026-05-28 07:55:55 +00:00
commit 53c96e0592
144 changed files with 28081 additions and 0 deletions

18
mkdocs.yml Normal file
View File

@@ -0,0 +1,18 @@
site_name: petclinic-demo-andrej4
site_description: https://github.com/spring-projects/spring-petclinic deployed via ArgoCD
docs_dir: docs
exclude_docs: |
node_modules/
vendor/
.git/
build/
dist/
site/
__pycache__/
*.tar.gz
*.jar
*.zip
plugins:
- techdocs-core
- awesome-pages