Skip to content
Merged
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
venv
site


**.DS_Store**
3 changes: 3 additions & 0 deletions .markdownlint.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
"code_block_line_length": 500 // some example console output is wide
},

// MD024/no-duplicate-heading - No duplicate headings
"MD024": false,

// MD046/code-block-style - Code block style
// Disable consistency checks between fenced/indented code blocks.
// Standard code blocks should use fences, while mkdocs admonitions require
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,3 @@ Starting server at http://localhost:8000/
Press Ctrl+C to quit.
CStopping server...
```

465 changes: 410 additions & 55 deletions docs/guides/ha-cluster/readme.md

Large diffs are not rendered by default.

Loading