Skip to content

Commit a59841d

Browse files
authored
Fixing documentation bugs (#832)
* fix: documentation bugs
1 parent 3e495e1 commit a59841d

4 files changed

Lines changed: 13 additions & 4 deletions

File tree

docs/assets/home.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,21 +67,21 @@ <h2>Get started</h2>
6767
<div class="box alt">
6868
<div class="row gtr-uniform">
6969
<section class="col-4 col-6-medium col-12-xsmall">
70-
<a href="/user/" target="_top" style="text-decoration: none; color: inherit;">
70+
<a href="../user/" target="_top" style="text-decoration: none; color: inherit;">
7171
<span class="icon solid alt major fa-chart-area"></span>
7272
<h3>User documentation</h3>
7373
<p>Find out how to submit jobs, access data and generally use a DiracX installation!</p>
7474
</a>
7575
</section>
7676
<section class="col-4 col-6-medium col-12-xsmall">
77-
<a href="/admin/" target="_top" style="text-decoration: none; color: inherit;">
77+
<a href="../admin/" target="_top" style="text-decoration: none; color: inherit;">
7878
<span class="icon solid alt major fa-comment"></span>
7979
<h3>Administrator documentation</h3>
8080
<p>Find out how to install and manage a DiracX installation.</p>
8181
</a>
8282
</section>
8383
<section class="col-4 col-6-medium col-12-xsmall">
84-
<a href="/dev/" target="_top" style="text-decoration: none; color: inherit;">
84+
<a href="../dev/" target="_top" style="text-decoration: none; color: inherit;">
8585
<span class="icon solid alt major fa-file"></span>
8686
<h3>Develop DiracX itself</h3>
8787
<p>Contribute to the DiracX codebase, add new features, or extend existing functionality.</p>

docs/assets/images/favicon.png

106 KB
Loading

docs/developers.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Developers
2+
3+
DiracX is an actively developed project. If you would like to actively participate in developments, and talk directly with the developers:
4+
5+
- participate in our weekly developers meetings;
6+
- participate in our hackathons (3 to 4 times per year, at CERN);
7+
- participate in our workshops (once per year).
8+
9+
All of the above are visible at [DiracGrid indico](https://indico.cern.ch/category/20884/) page.

docs/overrides/main.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
{% block announce %}
44
<div style="text-align: center;">
5-
🚧 DiracX is still in development and might not yet be suitable for your needs. See the <a href="/roadmap/">roadmap</a> for details. 🚧
5+
🚧 DiracX is in active development and might not yet be suitable for your needs. If you intend to get in touch, see the <a href="developers/">developers</a> page. 🚧
66
</div>
77
{% endblock %}

0 commit comments

Comments
 (0)