Add CONTRIBUTING.md, docs markdown linting and fixed dev server ports (#2714)

This commit is contained in:
Paweł Kuna
2026-07-29 00:04:08 +02:00
committed by GitHub
parent 8f86f1f4a7
commit 1ec82d0038
58 changed files with 284 additions and 170 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"extends": "./.markdownlint.json",
"MD013": false,
"MD024": {
"siblings_only": true
},
"MD041": false
}