diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-12-30 02:54:26 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-12-30 02:54:26 -0500 |
| commit | e06fc763ad81a0d44c97bfbfbf627b4b67c76cdc (patch) | |
| tree | d41d04f8c9c39af330035868ddbb6fb3d000400c /static/articles | |
| parent | 1a801e79de6d33133c29b970efa1605d6f290b27 (diff) | |
link to the main articles from articles index too
Diffstat (limited to 'static/articles')
| -rw-r--r-- | static/articles/index.html | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/static/articles/index.html b/static/articles/index.html index 794566d8..f2649ae1 100644 --- a/static/articles/index.html +++ b/static/articles/index.html @@ -48,7 +48,18 @@ <main id="articles"> <h1><a href="#articles">Articles</a></h1> - <p>Articles on assorted topics related to GrapheneOS:</p> + <p>The main documentation for GrapheneOS is at the top-level of the site:</p> + + <ul> + <li><a href="/features">Features</a></li> + <li><a href="/install">Install</a></li> + <li><a href="/build">Build</a></li> + <li><a href="/usage">Usage</a></li> + <li><a href="/faq">FAQ</a></li> + <li><a href="/releases#changelog">Releases changelog</a></li> + </ul> + + <p>Other articles on assorted topics related to GrapheneOS:</p> <ul> <li><a href="/articles/server-traffic-shaping">Server traffic shaping</a></li> |
