You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
style: establish button hierarchy and mark external links
Keep only the two primary entry points as filled (primary) buttons —
GitHub Actions and clang-tools-pip — and demote every other button to
the outlined style so each section has one clear call to action.
Replace the trailing arrow with an external-link icon on buttons that
leave the docs site (github.com / pypi.org); in-ecosystem
cpp-linter.github.io links keep the arrow.
Easy installation of clang tools static binaries via asdf
101
101
102
-
[Get started with asdf →](https://github.com/cpp-linter/asdf-clang-tools){ .md-button .md-button--primary }
102
+
[Get started with asdf :octicons-link-external-16:](https://github.com/cpp-linter/asdf-clang-tools){ .md-button }
103
103
104
104
</div>
105
105
@@ -113,23 +113,23 @@ Choose whichever fits your setup.
113
113
114
114
Statically-linked `clang-format`, `clang-tidy`, `clang-query`, `clang-apply-replacements`, and `clang-include-cleaner` binaries for Linux, macOS, and Windows
115
115
116
-
[Download from →](https://github.com/cpp-linter/clang-tools-static-binaries){ .md-button .md-button--primary }
116
+
[Download from :octicons-link-external-16:](https://github.com/cpp-linter/clang-tools-static-binaries){ .md-button }
0 commit comments