diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-03-21 08:54:05 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-03-21 08:54:31 -0400 |
| commit | dcdd236f363da2911f4df882538683f6f6ea823b (patch) | |
| tree | 9c9caeeb55d146f5835e9239b45565a24a445158 /static | |
| parent | 63f0f81cc8028e052e868673b9fa6096aeb88902 (diff) | |
add page descriptions to article index
Diffstat (limited to 'static')
| -rw-r--r-- | static/articles/index.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/static/articles/index.html b/static/articles/index.html index 4c1867b7..f76f377d 100644 --- a/static/articles/index.html +++ b/static/articles/index.html @@ -52,13 +52,13 @@ <p>The main documentation for GrapheneOS is at the top-level of the site:</p> <ul> - <li><a href="/features">Features overview</a></li> - <li><a href="/install/">Install</a></li> - <li><a href="/build">Build</a></li> - <li><a href="/usage">Usage guide</a></li> - <li><a href="/faq">Frequently Asked Questions</a></li> - <li><a href="/releases#changelog">Releases changelog</a></li> - <li><a href="/history">History</a></li> + <li><a href="/features">Features overview</a> — Overview of GrapheneOS features differentiating it from the Android Open Source Project.</li> + <li><a href="/install/">Install</a> — Installation instructions for GrapheneOS.</li> + <li><a href="/build">Build</a> — Building instructions for GrapheneOS.</li> + <li><a href="/usage">Usage guide</a> — Usage instructions for GrapheneOS.</li> + <li><a href="/faq">Frequently Asked Questions</a> — Answers to frequently asked questions about GrapheneOS.</li> + <li><a href="/releases#changelog">Releases changelog</a> — Changelog for official releases of GrapheneOS.</li> + <li><a href="/history">History</a> — History of the GrapheneOS project.</li> </ul> <p>Our attestation service has <a href="https://attestation.app/about">a page |
