Re-order services on dashboard
All checks were successful
continuous-integration/drone/push Build is passing

Docs and forums are more important for most users than Gitea and Drone.
This commit is contained in:
Basti 2020-12-03 13:50:07 +01:00
parent 7a58babd8e
commit b8e75c7c4a
Signed by untrusted user: basti
GPG Key ID: 9F88009D31D99C72

View File

@ -11,18 +11,6 @@
Chat rooms and instant messaging (XMPP/Jabber) Chat rooms and instant messaging (XMPP/Jabber)
</p> </p>
</div> </div>
<div class="grid-item gitea">
<h3><%= link_to "Gitea", "https://gitea.kosmos.org" %></h3>
<p>
Code hosting and collaboration for software projects
</p>
</div>
<div class="grid-item gitea">
<h3><%= link_to "Drone CI", "https://drone.kosmos.org" %></h3>
<p>
Continuous integration for software projects, tied to our Gitea
</p>
</div>
<div class="grid-item wiki"> <div class="grid-item wiki">
<h3><%= link_to "Wiki", "https://wiki.kosmos.org" %></h3> <h3><%= link_to "Wiki", "https://wiki.kosmos.org" %></h3>
<p> <p>
@ -35,6 +23,18 @@
Kosmos community forums and user support/help site Kosmos community forums and user support/help site
</p> </p>
</div> </div>
<div class="grid-item gitea">
<h3><%= link_to "Gitea", "https://gitea.kosmos.org" %></h3>
<p>
Code hosting and collaboration for software projects
</p>
</div>
<div class="grid-item gitea">
<h3><%= link_to "Drone CI", "https://drone.kosmos.org" %></h3>
<p>
Continuous integration for software projects, tied to our Gitea
</p>
</div>
</div> </div>
</section> </section>