diff --git a/README.md b/README.md index 03aaca9..2f9ca9a 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ [![cpp-linter](https://github.com/cpp-linter/cpp-linter-action/actions/workflows/cpp-linter.yml/badge.svg)](https://github.com/cpp-linter/cpp-linter-action/actions/workflows/cpp-linter.yml) [![MkDocs Deploy](https://github.com/cpp-linter/cpp-linter-action/actions/workflows/mkdocs-deploy.yml/badge.svg)](https://github.com/cpp-linter/cpp-linter-action/actions/workflows/mkdocs-deploy.yml) ![GitHub](https://img.shields.io/github/license/cpp-linter/cpp-linter-action?label=license&logo=github) +[![cpp-linter hub](https://img.shields.io/badge/%F0%9F%8F%A0_cpp--linter_hub-%E2%86%90_home-22863a)](https://cpp-linter.github.io/) A Github Action for linting C/C++ code integrating clang-tidy and clang-format to collect feedback provided in the form of diff --git a/mkdocs.yml b/mkdocs.yml index 6069e73..c4924b5 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -11,6 +11,7 @@ nav: - permissions.md - examples/index.md - contributing-guidelines.md + - "← cpp-linter org": https://cpp-linter.github.io/ theme: name: material