Skip to content

Commit

Permalink
docs: update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
RodrigoGonzalez committed Aug 22, 2023
1 parent 8a20515 commit 9fa3490
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -596,11 +596,11 @@ <h2 id="pre-commit-usage">Pre-Commit Usage</h2>
is the name of your MkDocs YAML configuration file:</p>
<pre><code class="language-yaml">repos:
- repo: https://github.com/RodrigoGonzalez/check-mkdocs
rev: v1.1.5
rev: v1.1.6
hooks:
- id: check-mkdocs
name: check-mkdocs
args: [--config=mkdocs.yml] # Optional, mkdocs.yml is the default
args: [&quot;--config&quot;, &quot;mkdocs.yml&quot;] # Optional, mkdocs.yml is the default
</code></pre>
<h2 id="command-line-usage">Command-Line Usage</h2>
<p>To run this hook, you can use the following command:</p>
Expand Down
Loading

0 comments on commit 9fa3490

Please sign in to comment.