initial commit
Some checks failed
Security Scanning / Trivy — Filesystem & Dependency Scan (push) Failing after 6s
Build and Publish TechDocs / build-and-publish (push) Has started running
Security Scanning / Security Summary (push) Failing after 4s
CI Pipeline / Build and Test (push) Successful in 5s
Security Scanning / Gitleaks — Secret Scan (push) Failing after 5s
Some checks failed
Security Scanning / Trivy — Filesystem & Dependency Scan (push) Failing after 6s
Build and Publish TechDocs / build-and-publish (push) Has started running
Security Scanning / Security Summary (push) Failing after 4s
CI Pipeline / Build and Test (push) Successful in 5s
Security Scanning / Gitleaks — Secret Scan (push) Failing after 5s
Change-Id: Ie7649ef66cbf8c04daf8a0473654b22a066be3e5
This commit is contained in:
18
mkdocs.yml
Normal file
18
mkdocs.yml
Normal file
@@ -0,0 +1,18 @@
|
||||
site_name: online-boutique
|
||||
site_description: https://github.com/GoogleCloudPlatform/microservices-demo/tree/main/kubernetes-manifests 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
|
||||
Reference in New Issue
Block a user