mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-03 16:37:04 +02:00
docs: Update docs
This commit is contained in:
parent
9cfc6276db
commit
946517257f
3 changed files with 15 additions and 1 deletions
2
.github/workflows/docs-release.yaml
vendored
2
.github/workflows/docs-release.yaml
vendored
|
@ -30,7 +30,7 @@ jobs:
|
|||
fetch-depth: 0
|
||||
|
||||
- name: Build docs
|
||||
uses: docker://ghcr.io/bjw-s/mdbook:0.4.25
|
||||
uses: docker://ghcr.io/bjw-s/mdbook:0.4.25@sha256:0374aa3022448dbd061d731e489c5f7492e39a7df33234bdc94b901fe6c05b83
|
||||
with:
|
||||
args: mdbook build docs
|
||||
|
||||
|
|
|
@ -38,3 +38,11 @@ assets_version = "2.0.0" # do not edit: managed by `mdbook-admonish install`
|
|||
|
||||
[preprocessor.emojicodes]
|
||||
after = [ "links" ]
|
||||
|
||||
[preprocessor.toc]
|
||||
command = "mdbook-toc"
|
||||
renderer = ["html"]
|
||||
|
||||
[preprocessor.regex]
|
||||
after = [ "links" ]
|
||||
patterns = "replace-patterns.json"
|
||||
|
|
6
docs/replace-patterns.json
Normal file
6
docs/replace-patterns.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
[
|
||||
{
|
||||
"pattern" : "\n### 📖 Docs[\\s\\S\n]*?---\n",
|
||||
"template" : ""
|
||||
}
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue