mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-03 08:37:03 +02:00
docs: Update docs
This commit is contained in:
parent
9cfc6276db
commit
946517257f
3 changed files with 15 additions and 1 deletions
|
@ -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