mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-04 00:47:04 +02:00
feat(docs): Migrate to mdbook
This commit is contained in:
parent
bddb5685ab
commit
c637f2b7c2
30 changed files with 1614 additions and 435 deletions
|
@ -1,22 +0,0 @@
|
|||
---
|
||||
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