-
Notifications
You must be signed in to change notification settings - Fork 56
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
docs: Lint all *.md files and replace product-edc with tractusx-edc #134
docs: Lint all *.md files and replace product-edc with tractusx-edc #134
Conversation
Right now there are still some errors in the files. @stephanbcbauer how should we handle the following linting errors?
|
@florianrusch-zf when i did the changes/fixes i also fixed these error manual. |
All linting errors are fixed: $ markdownlint-cli2-config .markdownlint.yaml "**/*.md"
markdownlint-cli2-config v0.6.0 (markdownlint v0.27.0)
Finding: **/*.md
Linting: 58 file(s)
Summary: 0 error(s) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @florianrusch-zf as I remember you also added a link to the installation manual in the root readme.md.
Right now I can't find it. Can we add it? Or maybe with a separate PR?
@stephanbcbauer I haven't add this to the PR as the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
1c026a0
to
b2a0156
Compare
I rebased the branch on the current develop |
…/lint-markdown-files docs: Lint all *.md files and replace product-edc with tractusx-edc
To provide some documentation for the https://github.com/eclipse-tractusx/eclipse-tractusx.github.io repository we need to lint our markdown files.
This was done by using the npm package: https://www.npmjs.com/package/markdownlint-cli2
$ npm install -g markdownlint-cli2 $ markdownlint-cli2-config .markdownlint.yaml "**/*.md"
The configuration file
.markdownlint.yaml
was configured like the lintting is configured in the eclipse-tractusx.github.io repository. The configuration file itself will be added to the repository with the PR #132closes #111