Skip to content

Commit fe7f3e7

Browse files
committed
docs: index page cleanup
1 parent 6a13e73 commit fe7f3e7

File tree

2 files changed

+3
-57
lines changed

2 files changed

+3
-57
lines changed

docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Select the method that best fits your development workflow:
5656

5757
<div class="grid cards" markdown>
5858

59-
- :fontawesome-brands-binary: **clang-tools-static-binaries**
59+
- :fontawesome-brands-github: **clang-tools-static-binaries**
6060

6161
---
6262

docs/index.md

Lines changed: 2 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -8,42 +8,17 @@ hide:
88

99
# C/C++ linting that simply works
1010

11-
**Professional static analysis for C/C++ code – automated, configurable, and fast. Integrate seamlessly into any workflow in minutes.**
11+
**Lint your C/C++ code in workflow – automated, configurable, and fast. Integrate seamlessly into any workflow in minutes.**
1212

1313
[Get started :material-rocket-launch:](getting-started.md){ .md-button .md-button--primary }
1414

1515
</div>
1616

1717
<div class="grid cards" markdown>
1818

19-
- :material-github: **GitHub Action**
20-
21-
---
22-
23-
Automated C++ linting in your CI/CD pipelines with zero configuration
24-
25-
[:octicons-arrow-right-24: cpp-linter-action](https://cpp-linter.github.io/cpp-linter-action/)
26-
27-
- :material-git: **Pre-commit Hooks**
28-
29-
---
30-
31-
Catch issues before they reach your repository with Git hooks
32-
33-
[:octicons-arrow-right-24: cpp-linter-hooks](https://github.com/cpp-linter/cpp-linter-hooks)
34-
35-
- :fontawesome-brands-python: **Python Package**
36-
37-
---
38-
39-
Powerful command-line tool and Python API for local development
40-
41-
[:octicons-arrow-right-24: cpp-linter](https://cpp-linter.github.io/cpp-linter/)
42-
43-
4419
</div>
4520

46-
## Everything you need for C/C++ code quality
21+
## Everything you need for linting C/C++ code
4722

4823
<div class="grid cards" markdown>
4924

@@ -67,37 +42,8 @@ hide:
6742

6843
</div>
6944

70-
## Clang Tools Made Simple
71-
72-
**No more complex installations or version conflicts.** Get `clang-format`, `clang-tidy`, `clang-query`, and more through your favorite package manager:
73-
7445
<div class="grid" markdown>
7546

76-
<div class="card-content" markdown>
77-
### :fontawesome-brands-python: **pip**
78-
```bash
79-
pip install clang-tools
80-
clang-tools --install 20
81-
```
82-
[:octicons-arrow-right-24: clang-tools-pip](https://github.com/cpp-linter/clang-tools-pip)
83-
</div>
84-
85-
<div class="card-content" markdown>
86-
### :material-docker: **Docker**
87-
```bash
88-
docker pull xianpengshen/clang-tools
89-
```
90-
[:octicons-arrow-right-24: clang-tools-docker](https://github.com/cpp-linter/clang-tools-docker)
91-
</div>
92-
93-
<div class="card-content" markdown>
94-
### :material-download: **Python Wheels**
95-
```bash
96-
pip install clang-<name>-<version>.whl
97-
```
98-
[:octicons-arrow-right-24: clang-tools-wheel](https://github.com/cpp-linter/clang-tools-wheel)
99-
</div>
100-
10147
</div>
10248

10349
## Quick Start

0 commit comments

Comments
 (0)