-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: Lint with markdownlint (#3128)
Co-authored-by: Balduin Landolt <[email protected]>
- Loading branch information
1 parent
30e4f06
commit 2b7d239
Showing
55 changed files
with
947 additions
and
824 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
--- | ||
|
||
# Config file for https://github.com/igorshubovych/markdownlint-cli | ||
|
||
# MD007/ul-indent - Unordered list indentation | ||
MD007: | ||
# Whether to indent the first level of the list | ||
start_indented: false | ||
# By how many spaces every next level must be indented. The default of 2 is not compatible with mkdocs! | ||
indent: 4 | ||
|
||
# MD009/no-trailing-spaces - Trailing spaces | ||
MD009: false | ||
|
||
# MD012/no-multiple-blanks - Multiple consecutive blank lines | ||
MD012: false | ||
|
||
# MD013/line-length - Line length | ||
MD013: | ||
line_length: 120 | ||
heading_line_length: 120 | ||
code_block_line_length: 120 | ||
# Include code blocks | ||
code_blocks: true | ||
# Include tables | ||
tables: false | ||
# Include headings | ||
headings: true | ||
headers: true | ||
# Strict length checking | ||
strict: false | ||
# Stern length checking | ||
stern: false | ||
|
||
# MD033/no-inline-html - Inline HTML | ||
MD033: | ||
allowed_elements: [br, center] | ||
|
||
# MD041/first-line-heading/first-line-h1 - First line in a file should be a top-level heading | ||
MD041: false | ||
|
||
# MD045/no-alt-text - Images should have alternate text (alt text) | ||
MD045: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
We provide an [OpenAPI](https://spec.openapis.org/oas/latest.html) specification. | ||
The latest version is located at [api.dasch.swiss/api/docs/docs.yaml](https://api.dasch.swiss/api/docs/docs.yaml). | ||
For an interactive documentation of all API endpoints, | ||
please visit [api.dasch.swiss/api/docs/](https://api.dasch.swiss/api/docs/). | ||
|
||
We provide an [OpenAPI](https://spec.openapis.org/oas/latest.html) specification. The latest version is located at [api.dasch.swiss/api/docs/docs.yaml](https://api.dasch.swiss/api/docs/docs.yaml). | ||
For an interactive documentation of all API endpoints, please visit [api.dasch.swiss/api/docs/](https://api.dasch.swiss/api/docs/). | ||
|
||
|
||
[OAD(./docs/03-endpoints/generated-openapi/openapi-admin-api.yml)] | ||
[OAD](../generated-openapi/openapi-admin-api.yml) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.