Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/assets/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,21 +67,21 @@ <h2>Get started</h2>
<div class="box alt">
<div class="row gtr-uniform">
<section class="col-4 col-6-medium col-12-xsmall">
<a href="/user/" target="_top" style="text-decoration: none; color: inherit;">
<a href="../user/" target="_top" style="text-decoration: none; color: inherit;">
<span class="icon solid alt major fa-chart-area"></span>
<h3>User documentation</h3>
<p>Find out how to submit jobs, access data and generally use a DiracX installation!</p>
</a>
</section>
<section class="col-4 col-6-medium col-12-xsmall">
<a href="/admin/" target="_top" style="text-decoration: none; color: inherit;">
<a href="../admin/" target="_top" style="text-decoration: none; color: inherit;">
<span class="icon solid alt major fa-comment"></span>
<h3>Administrator documentation</h3>
<p>Find out how to install and manage a DiracX installation.</p>
</a>
</section>
<section class="col-4 col-6-medium col-12-xsmall">
<a href="/dev/" target="_top" style="text-decoration: none; color: inherit;">
<a href="../dev/" target="_top" style="text-decoration: none; color: inherit;">
<span class="icon solid alt major fa-file"></span>
<h3>Develop DiracX itself</h3>
<p>Contribute to the DiracX codebase, add new features, or extend existing functionality.</p>
Expand Down
Binary file added docs/assets/images/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions docs/developers.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Developers

DiracX is an actively developed project. If you would like to actively participate in developments, and talk directly with the developers:

- participate in our weekly developers meetings;
- participate in our hackathons (3 to 4 times per year, at CERN);
- participate in our workshops (once per year).

All of the above are visible at [DiracGrid indico](https://indico.cern.ch/category/20884/) page.
2 changes: 1 addition & 1 deletion docs/overrides/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

{% block announce %}
<div style="text-align: center;">
🚧 DiracX is still in development and might not yet be suitable for your needs. See the <a href="/roadmap/">roadmap</a> for details. 🚧
🚧 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. 🚧
</div>
{% endblock %}
Loading