feat(docs): Migrate to mdbook

This commit is contained in:
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs 2023-01-10 11:47:16 +01:00
parent bddb5685ab
commit c637f2b7c2
No known key found for this signature in database
GPG key ID: BC5E2BD907F9A8EC
30 changed files with 1614 additions and 435 deletions

View file

@ -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