-
Notifications
You must be signed in to change notification settings - Fork 5
ci: Run docs generation on all changes #65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
609e528
ci: Run docs generation on all changes
petercrocker dedfbf3
Auto push documentation change
BaptisteGi 142e0f8
Adjust curl command
BaptisteGi 52076e7
Fine tune test schema trigger
BaptisteGi 65ca106
Checkout with head
BaptisteGi adf6d09
docs: auto-generate reference [skip ci]
d495525
Report CI status
BaptisteGi 0c7c76d
Fix mdlint
BaptisteGi 8aa9cef
Just check the documentation no commit
BaptisteGi 0c8898b
Fix
BaptisteGi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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,17 +1,28 @@ | ||
| --- | ||
| # Markdownlint configuration | ||
| # https://github.com/DavidAnson/markdownlint | ||
|
|
||
| default: true | ||
|
|
||
| # MD007/ul-indent - Unordered list indentation | ||
| MD007: | ||
| indent: 4 # sets indent size to 4 spaces | ||
| MD013: false # disables max line-length | ||
| MD024: false # disables 'no duplicate headings', | ||
| # which we use in tabs for instructions | ||
| indent: 4 | ||
|
|
||
| # MD013/line-length - Line length (disabled for readability in prose) | ||
| MD013: false | ||
|
|
||
| # MD024/no-duplicate-heading - Multiple headings with the same content | ||
| # Allow duplicate headings in different sections | ||
| MD024: | ||
| siblings_only: true | ||
|
|
||
| # MD025/single-title - Multiple top-level headings | ||
| # Prevent collisions with h1s and frontmatter titles | ||
| MD025: | ||
| front_matter_title: "" # prevent collisions with h1s | ||
| # and frontmatter titles | ||
| MD029: false # allows manually creating ordered lists | ||
| MD033: false # allows inline html to override markdown styles | ||
| MD034: false # no-bare-urls | ||
| MD045: false # no alt text around images | ||
| MD047: false # single trailing newline | ||
| MD014: false # dollar signs used before commands | ||
| MD060: false # table column style - disabled for generated tables | ||
| front_matter_title: "" | ||
|
|
||
| # MD033/no-inline-html - Inline HTML (disabled for MDX React components) | ||
| MD033: false | ||
|
|
||
| # MD060/table-column-style - Table column style (disabled for generated tables) | ||
| MD060: false |
This file contains hidden or 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,2 +1,3 @@ | ||
| docs/node_modules/ | ||
| .venv/ | ||
| docs/docs/reference |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.