Skip to content

Commit

Permalink
Update documentation-guidelines.md (#7204)
Browse files Browse the repository at this point in the history
Use the same versions of the markdown linting tools that we actually use in CI/CD in our documentation for users who want to contribute.
  • Loading branch information
Aaronontheweb authored May 24, 2024
1 parent 8100d30 commit 28cb273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/community/contributing/documentation-guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ To run `markdownlint` locally you'll want to have [Node.JS](https://nodejs.org/e
**Installation**
To install `markdownlint-cli` execute this command to add it globally to your `npm` command line:

npm install -g markdownlint-cli markdownlint-rule-titlecase
npm install -g markdownlint-cli@0.31.0 markdownlint-rule-titlecase@0.1.0

**Run**
To run the markdown linting rules for Akka.NET's documentation, in the root directory of the Akka.NET GitHub repository:
Expand Down

0 comments on commit 28cb273

Please sign in to comment.