mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-03 16:37:04 +02:00
docs: Add initial docs
This commit is contained in:
parent
155946fb1e
commit
567577762f
15 changed files with 819 additions and 11 deletions
22
.taskfiles/docs.yaml
Normal file
22
.taskfiles/docs.yaml
Normal file
|
@ -0,0 +1,22 @@
|
|||
---
|
||||
version: "3"
|
||||
|
||||
vars:
|
||||
MKDOCS_CONFIG_FILE: .ci/mkdocs/mkdocs.yaml
|
||||
|
||||
tasks:
|
||||
build:
|
||||
desc: >
|
||||
Build documentation using mkdocs
|
||||
cmds:
|
||||
- mkdocs build --config-file ./.ci/mkdocs/mkdocs.yaml
|
||||
silent: true
|
||||
|
||||
serve:
|
||||
desc: >
|
||||
Start development server on http://localhost:{{ .PORT }} using mkdocs
|
||||
vars:
|
||||
PORT: 8000
|
||||
cmds:
|
||||
- mkdocs serve --config-file ./.ci/mkdocs/mkdocs.yaml --dev-addr localhost:{{ .PORT }} --livereload
|
||||
silent: true
|
Loading…
Add table
Add a link
Reference in a new issue