Page MenuHomeDevCentral

No OneTemporary

diff --git a/src/data/docs.yml b/src/data/docs.yml
index 3439ccd..fb67ced 100644
--- a/src/data/docs.yml
+++ b/src/data/docs.yml
@@ -1 +1,3 @@
-- salt-wrapper
+Docker registry API: /docker-registry-api/
+Limiting Factor: /limiting-factor/rust/limiting_factor
+salt-wrapper: /salt-wrapper
diff --git a/src/pages/index.html b/src/pages/index.html
index 87048a2..d42bb13 100644
--- a/src/pages/index.html
+++ b/src/pages/index.html
@@ -1,41 +1,41 @@
<div class="app">
<div id="hero">
<img src="assets/img/nasqueron-logo.png" alt="Nasqueron logo">
<h1>Nasqueron documentation</h1>
<h2 class="subheader">Learn how to use our software.</h2>
</div>
<div id="content">
<section id="menu">
<h2>Available docs</h2>
<ul>
{{#each docs}}
- <li><a href="/{{ this }}">{{ this }}</a></li>
+ <li><a href="{{this}}">{{@key}}</a></li>
{{/each}}
</ul>
</section>
<section id="add-doc">
<h2>Not your doc here?</h2>
<ul>
<li>
If you wish to see a documentation here, please get in touch:
<a href="https://devcentral.nasqueron.org/maniphest/task/edit/form/1/?projects=documentation">open a task on DevCentral</a>
or <a href="https://agora.nasqueron.org/Get_support">contact us</a>.
</li>
<li>
If you contribute to a Nasqueron software, you can open a task on
DevCentral to publish your doc here. Basically, the first step is to
provide Salt deployment instructions like in
<a href="https://devcentral.nasqueron.org/D1027">this docs state</a>.
If the doc is in a static HTML state, you can add a submodule to the
<a href="https://devcentral.nasqueron.org/source/staging/">staging repository</a>.
Finally, you want a Jenkins task to update the doc when a new
commit is landed.
</li>
</ul>
</section>
</div>
</div>

File Metadata

Mime Type
text/x-diff
Expires
Sun, Nov 24, 19:53 (8 h, 34 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2258856
Default Alt Text
(1 KB)

Event Timeline