Revert "ci(docs): Prettier the output to the devguide (#2520)" (#2521)

This reverts commit 7d6ba35560.
This commit is contained in:
Hamish Willee
2026-06-11 13:58:26 +10:00
committed by GitHub
parent 7d6ba35560
commit 4b2993083e
5 changed files with 0 additions and 54 deletions
@@ -25,13 +25,6 @@ jobs:
with:
python-version: "3.10"
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'npm'
cache-dependency-path: doc/package-lock.json
- name: Install dependencies
run: |
python -m pip install --upgrade pip
@@ -42,11 +35,6 @@ jobs:
cd doc
python3 mavlink_xml_to_markdown.py
- name: Format generated markdown
run: |
npm ci --prefix doc
npm run --prefix doc format
- name: Upload docs artifact
uses: actions/upload-artifact@v7
with:
-1
View File
@@ -2,7 +2,6 @@
tags
doc/html
doc/messages
doc/node_modules
doc/*.log
.DS_Store
build*
-5
View File
@@ -1,5 +0,0 @@
proseWrap: preserve
printWidth: 120
tabWidth: 2
singleQuote: false
embeddedLanguageFormatting: "off"
-28
View File
@@ -1,28 +0,0 @@
{
"name": "doc",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"devDependencies": {
"prettier": "3.8.4"
}
},
"node_modules/prettier": {
"version": "3.8.4",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.8.4.tgz",
"integrity": "sha512-N2MylSdi48+5N/6S5j+maeHbUSIzzZ5uOcX5Hm4QpV8Dkb1HFjfAKTKX6yNPJQD9AhcT3ifHNB66tWTTJDi11Q==",
"dev": true,
"license": "MIT",
"bin": {
"prettier": "bin/prettier.cjs"
},
"engines": {
"node": ">=14"
},
"funding": {
"url": "https://github.com/prettier/prettier?sponsor=1"
}
}
}
}
-8
View File
@@ -1,8 +0,0 @@
{
"scripts": {
"format": "prettier --write 'messages/**/*.md'"
},
"devDependencies": {
"prettier": "3.8.4"
}
}