From 8549491d2737e4c783b1173886ddd059411d3799 Mon Sep 17 00:00:00 2001 From: shenxianpeng Date: Mon, 8 Jun 2026 20:03:33 +0300 Subject: [PATCH 1/6] docs: add back-navigation link to cpp-linter hub --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 03aaca9..34a6b4f 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,8 @@ [![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) +> 🏠 [← Back to cpp-linter hub](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 [`file-annotations`][file-annotations], [`thread-comments`][thread-comments], From 04dfa200809d96d5f93b948577b4950c11b3b6f6 Mon Sep 17 00:00:00 2001 From: shenxianpeng Date: Mon, 8 Jun 2026 20:03:42 +0300 Subject: [PATCH 2/6] docs: add back-navigation to cpp-linter hub in mkdocs nav --- mkdocs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/mkdocs.yml b/mkdocs.yml index 6069e73..38cab17 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -11,6 +11,7 @@ nav: - permissions.md - examples/index.md - contributing-guidelines.md + - "← cpp-linter hub": https://cpp-linter.github.io/ theme: name: material From ff2fca51aca7498a58410d19744f6ccddb114b6a Mon Sep 17 00:00:00 2001 From: shenxianpeng Date: Mon, 8 Jun 2026 20:22:25 +0300 Subject: [PATCH 3/6] docs: use shields.io badge for back-navigation link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 34a6b4f..e8cc24d 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ [![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) -> 🏠 [← Back to cpp-linter hub](https://cpp-linter.github.io/) +> [![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 From afb94f007a5479f8336b21aec38f8f608e26dfa9 Mon Sep 17 00:00:00 2001 From: Xianpeng Shen Date: Mon, 8 Jun 2026 20:59:59 +0300 Subject: [PATCH 4/6] Fix badge link for cpp-linter hub in README --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index e8cc24d..2f9ca9a 100644 --- a/README.md +++ b/README.md @@ -26,8 +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/) +[![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 From d5dff2b1e76acb5a22ff197ab463afd2289399e4 Mon Sep 17 00:00:00 2001 From: Xianpeng Shen Date: Tue, 9 Jun 2026 07:24:11 +0300 Subject: [PATCH 5/6] Update mkdocs.yml Co-authored-by: Brendan <2bndy5@gmail.com> --- mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index 38cab17..54d7793 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -11,7 +11,7 @@ nav: - permissions.md - examples/index.md - contributing-guidelines.md - - "← cpp-linter hub": https://cpp-linter.github.io/ + - ":material-arrow-left: cpp-linter org": https://cpp-linter.github.io/ theme: name: material From d57783f7e429bdad72dcc2d6ffcf192f7639dd77 Mon Sep 17 00:00:00 2001 From: Brendan <2bndy5@gmail.com> Date: Mon, 8 Jun 2026 23:43:28 -0700 Subject: [PATCH 6/6] revert suggestion from @2bndy5 --- mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index 54d7793..c4924b5 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -11,7 +11,7 @@ nav: - permissions.md - examples/index.md - contributing-guidelines.md - - ":material-arrow-left: cpp-linter org": https://cpp-linter.github.io/ + - "← cpp-linter org": https://cpp-linter.github.io/ theme: name: material