Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Website](https://img.shields.io/static/v1?logo=googlechrome&logoColor=white&label=Website&message=cpp-linter.github.io&color=yellow)](https://cpp-linter.github.io/)
[![GitHub Org](https://img.shields.io/badge/github-cpp--linter-181717?logo=github)](https://github.com/cpp-linter)
[![License](https://img.shields.io/github/license/cpp-linter/cpp-linter.github.io)](LICENSE)
[![MkDocs](https://img.shields.io/badge/docs-MkDocs%20Material-526CFE?logo=materialformkdocs&logoColor=white)](https://cpp-linter.github.io/)
[![MkDocs](https://img.shields.io/badge/docs-MkDocs%20NG%20Material-526CFE?logo=materialformkdocs&logoColor=white)](https://cpp-linter.github.io/)

Documentation website for the `cpp-linter` project and organization.

Expand Down
4 changes: 2 additions & 2 deletions docs/requirements.txt
Copy link
Copy Markdown
Contributor

@2bndy5 2bndy5 May 1, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does mkdocs-ng provide an alias to import from mkdocs?

The mkdocs-include-markdown-plugin depends on installing og mkdocs. This means that both mkdocs-ng and mkdocs@v1.x would be installed. Should be no problem if mkdocs-ng doesn't change how plugins are used.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
markdown-gfm-admonition
mkdocs
mkdocs-ng
mkdocs-ng-material
mkdocs-include-markdown-plugin
mkdocs-material