mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
add prettier config
remove markdownlint move and rename requirements-mkdocs.txt
This commit is contained in:
parent
b36d4cc088
commit
eac81bf875
2
.github/workflows/mkdocs-flow.yml
vendored
2
.github/workflows/mkdocs-flow.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
||||
uses: Tiryoh/actions-mkdocs@v0
|
||||
with:
|
||||
mkdocs_version: 'latest' # option
|
||||
requirements: '/docs/requirements.txt' # option
|
||||
requirements: '/requirements-mkdocs.txt' # option
|
||||
configfile: '/mkdocs.yml' # option
|
||||
- name: Deploy
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
|
@ -4,3 +4,10 @@ useTabs: false
|
||||
singleQuote: true
|
||||
quoteProps: as-needed
|
||||
embeddedLanguageFormatting: auto
|
||||
overrides:
|
||||
- files: "*.md"
|
||||
options:
|
||||
proseWrap: always
|
||||
printWidth: 100
|
||||
parser: markdown
|
||||
cursorOffset: -1
|
||||
|
@ -1,13 +0,0 @@
|
||||
{
|
||||
"default": true,
|
||||
"MD013": false,
|
||||
"MD007": false,
|
||||
"MD033": {
|
||||
"allowed_elements": [
|
||||
"br",
|
||||
"figure",
|
||||
"figcaption"
|
||||
]
|
||||
},
|
||||
"MD046": false
|
||||
}
|
Loading…
Reference in New Issue
Block a user