Convert ingestorManual markdown to mkdoc flavor
All checks were successful
Lint markdown files / run-markdownlint (pull_request) Successful in 5s
Build and deploy documentation / build-and-deploy-docs (push) Successful in 7s

- removed html
- enforce fenced code blocks with defined language
- Add superfences
This commit was merged in pull request #3.
This commit is contained in:
Spencer Bliven
2025-09-17 17:29:00 +02:00
parent 8df2a2392d
commit 827abd6f9b
3 changed files with 742 additions and 1665 deletions

View File

@@ -1,10 +1,15 @@
default: true
line-length:
line_length: 88
tables: false
line-length: false
# line-length:
# line_length: 88
# tables: false
no-trailing-punctuation: true
heading-style:
style: atx
no-missing-space-atx: true
single-title: false
fenced-code-language: true
fenced-code-language: true
code-block-style:
style: fenced
no-duplicate-heading:
siblings_only: true

File diff suppressed because it is too large Load Diff

View File

@@ -13,6 +13,7 @@ markdown_extensions:
- admonition
- toc:
permalink: true
- pymdownx.superfences
# Configuration
theme: