Added Markdownlint - #419
Merged
Merged
Conversation
Summary
Errors per inputErrors in site/personalization/content_import/index.html
Errors in site/personalization/enable_personalization/index.html
Errors in site/personalization/integrate_scenario_results/index.html
Errors in site/personalization/recommendation_models/index.html
Errors in site/personalization/triggers/index.html
|
mnocon
marked this pull request as ready for review
July 28, 2026 08:51
ibexa-workflow-automation-1
Bot
requested review from
adriendupuis,
dabrt and
julitafalcondusza
and removed request for
a team
July 28, 2026 08:55
adriendupuis
approved these changes
Jul 29, 2026
mnocon
added a commit
that referenced
this pull request
Jul 29, 2026
* Added Markdown lint * Run markdownlint --fix * Manual fixes * Added CI integration
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Target: 5.0, 6.0
This PR adds Markdown linting to this repo (with Markdownlint2, same as in devdoc).
The config is the same as in devdoc: https://github.com/ibexa/documentation-developer/blob/a8633fd032979025abd406be68eff424271e8338/.markdownlint-cli2.yaml
You can review by commit:
yarn markdownlint --fixI didn't fix the Personalization files, as they're about to be removed and I don't want conflicts in this PR.
Previous PRs in devdoc: