imfreedom/docs.imfreedom.org

Parents 076f311c8595
Children 57cd6963bcbd
Add links to the contributors guide as well as the convey and hgkeeper documentation

Testing Done:
Ran the site locally, verified links worked, and ran `codespell`.

Reviewed at https://reviews.imfreedom.org/r/1725/
--- a/static/index.html Sun Oct 10 04:59:32 2021 -0500
+++ b/static/index.html Mon Sep 05 22:15:09 2022 -0500
@@ -43,8 +43,10 @@
<div class="section">
<h5>Sections</h5>
<div class="links">
+ <a href="#contributing">Contributing</a>
<a href="#stable">Stable</a>
<a href="#development">Development</a>
+ <a href="#tools">Tools</a>
</div>
</div>
@@ -58,6 +60,22 @@
</header>
<div class="toggle-wrapper">
+ <h4 id="contributing">
+ Contributing
+ <a href="#contributing" class="anchor"></a>
+ </h4>
+
+ <div class="docblock">
+ <h5 id="contributors-guide">Contributors Guide</h5>
+ <p>The contributors guide will help you get started with contributions
+ to <a href="#pidgin">Pidgin</a> and other Instant Messaging Freedom
+ supported projects.
+ <p><a href="https://docs.imfreedom.org/contributors-guide/">
+ Contributors Guide</a></p>
+ </div>
+ </div>
+
+ <div class="toggle-wrapper">
<h4 id="stable">
Stable
<a href="#stable" class="anchor"></a>
@@ -159,6 +177,34 @@
</div>
+ <div class="toggle-wrapper">
+ <h4 id="tools" style="display:flex;">
+ Tools
+ <a href="#tools" class="anchor"></a>
+ </h4>
+
+ <div class="docblock">
+ <h5 id="convey">Convey</h5>
+ <p><a href="https://keep.imfreedom.org/grim/convey">Convey</a> is
+ tool to help you run pipelines of containers. We use it to test builds
+ across multiple operating systems as you just need a container runtime
+ instead of a dedicated host.</p>
+ <p><a href="https://docs.imfreedom.org/convey/">
+ Convey Documentation</a></p>
+ </div>
+
+ <div class="docblock">
+ <h5 id="hgkeeper">HGKeeper</h5>
+ <p><a href="https://keep.imfreedom.org/grim/hgkeeper">HGKeeper</a> is
+ a hosting solution for
+ <a href="https://www.mercurial-scm.org/">Mercurial</a> source code
+ repositories. It supports multiple operation modes to help fit your
+ needs.</p>
+ <p><a href="https://docs.imfreedom.org/hgkeeper/">
+ HGKeeper Documentation</a></p>
+ </div>
+ </div>
+
</div>
</section>