Skip to content

Commit f133489

Browse files
shenxianpeng2bndy5
andauthored
docs: add back-navigation link to cpp-linter hub (#445)
* docs: add back-navigation link to cpp-linter hub * docs: add back-navigation to cpp-linter hub in mkdocs nav * docs: use shields.io badge for back-navigation link * Fix badge link for cpp-linter hub in README * Update mkdocs.yml Co-authored-by: Brendan <2bndy5@gmail.com> * revert suggestion from @2bndy5 --------- Co-authored-by: Brendan <2bndy5@gmail.com>
1 parent 6e412de commit f133489

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
[![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)
2727
[![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)
2828
![GitHub](https://img.shields.io/github/license/cpp-linter/cpp-linter-action?label=license&logo=github)
29+
[![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/)
2930

3031
A Github Action for linting C/C++ code integrating clang-tidy and clang-format
3132
to collect feedback provided in the form of

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ nav:
1111
- permissions.md
1212
- examples/index.md
1313
- contributing-guidelines.md
14+
- "← cpp-linter org": https://cpp-linter.github.io/
1415

1516
theme:
1617
name: material

0 commit comments

Comments
 (0)