Commit 145e20b
authored
docs(*): update documentation to reflect the latest v2.0.0 release (#460)
This pull request introduces significant improvements to the project's
documentation and website, focusing on transparency and assurance
regarding binary security. The most important changes clarify that all
distributed binaries are built directly from official LLVM source code,
are fully verified, and provide users with easy access to security
information. Additionally, the website and documentation have been
updated to highlight these security guarantees and improve clarity
around build environments.
**Security and provenance documentation:**
* Added a new "Fully Secure Binaries" section to `README.md` explaining
that binaries are built from official LLVM sources, verified by GitHub
Actions Attestation Provenances and npm Build Provenances, and linking
to the dedicated security page.
* Improved `SECURITY.md` to explicitly state that no third-party
binaries are used, and added details about provenance verification and
transparency of the build process.
* Added a new security page to the website documentation
(`website/docs/get-started/security.md`) and linked it from relevant
sections.
**Website navigation and feature highlights:**
* Updated the website navigation (`website/.vitepress/config.js`) to
include a direct link to the new Security page.
* Revised the homepage features (`website/index.md`) to prominently
feature "Fully Secure Binaries" and move the "Drop-in replacement for
'angular/clang-format'" section further down. The "Continuous
maintenance" feature was removed for clarity.
[[1]](diffhunk://#diff-faed261a0db87cb403b9bb172bc51fd1e6f1071956fc7e86f33030b8a31dee82L28-R46)
[[2]](diffhunk://#diff-faed261a0db87cb403b9bb172bc51fd1e6f1071956fc7e86f33030b8a31dee82L59-L65)
**Build environment documentation:**
* Updated the supported build images table in
`website/docs/get-started/supported.md` to clearly differentiate between
Docker build and test images for each platform, improving transparency
about the build environments.1 parent 9802ad7 commit 145e20b
File tree
6 files changed
+44
-25
lines changed- website
- .vitepress
- docs/get-started
6 files changed
+44
-25
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
24 | 32 | | |
25 | 33 | | |
26 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
10 | 12 | | |
11 | 13 | | |
12 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
13 | 17 | | |
14 | | - | |
| 18 | + | |
15 | 19 | | |
16 | 20 | | |
17 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
201 | 205 | | |
202 | 206 | | |
203 | 207 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
40 | 47 | | |
41 | 48 | | |
42 | 49 | | |
| |||
56 | 63 | | |
57 | 64 | | |
58 | 65 | | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
0 commit comments