Skip to content

Commit 19a2ec4

Browse files
Merge release v0.1.24
Release v0.1.24
2 parents 565fa7f + 3fa6d00 commit 19a2ec4

8 files changed

Lines changed: 1225 additions & 380 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
venv
22
site
33

4-
4+
**.DS_Store**

.markdownlint.jsonc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
"code_block_line_length": 500 // some example console output is wide
1919
},
2020

21+
// MD024/no-duplicate-heading - No duplicate headings
22+
"MD024": false,
23+
2124
// MD046/code-block-style - Code block style
2225
// Disable consistency checks between fenced/indented code blocks.
2326
// Standard code blocks should use fences, while mkdocs admonitions require

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,3 @@ Starting server at http://localhost:8000/
3939
Press Ctrl+C to quit.
4040
CStopping server...
4141
```
42-

docs/guides/ha-cluster/readme.md

Lines changed: 410 additions & 55 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)