mirror of
https://github.com/open-webui/docs
synced 2025-06-08 15:46:30 +00:00
chore: add mdx-check script to package.json and md lint config
This commit is contained in:
parent
c91666f961
commit
6b8147d818
7
.vscode/settings.json
vendored
Normal file
7
.vscode/settings.json
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"markdownlint.config": {
|
||||
"no-inline-html": false,
|
||||
"link-image-reference-definitions": false,
|
||||
"fenced-code-language": false
|
||||
}
|
||||
}
|
1546
package-lock.json
generated
1546
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -12,7 +12,8 @@
|
||||
"serve": "docusaurus serve",
|
||||
"write-translations": "docusaurus write-translations",
|
||||
"write-heading-ids": "docusaurus write-heading-ids",
|
||||
"prettier": "npx prettier . --write"
|
||||
"prettier": "npx prettier . --write",
|
||||
"mdx-check": "npx docusaurus-mdx-checker"
|
||||
},
|
||||
"dependencies": {
|
||||
"@docusaurus/core": "^3.2.0",
|
||||
|
Loading…
Reference in New Issue
Block a user