fix(docs): add markdownlint and apply rules (#4557)

This commit is contained in:
Christian Winther
2024-05-14 22:30:14 +02:00
committed by GitHub
parent ee103c3688
commit 6fe0303279
42 changed files with 1060 additions and 388 deletions

View File

@@ -8,10 +8,13 @@
"sass": "^1.77.0",
"sitemap-ts": "^1.6.1",
"vitepress": "^1.1.4",
"vue": "^3.4.27"
"vue": "^3.4.27",
"markdownlint-cli": "^0.40.0"
},
"scripts": {
"website:dev": "vitepress dev --host localhost --port 8080 runatlantis.io",
"website:lint": "markdownlint runatlantis.io",
"website:lint-fix": "markdownlint --fix runatlantis.io",
"website:build": "vitepress build runatlantis.io",
"e2e": "playwright test"
}