From 2853f08f8cb488116125f293b37191202c347f3a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Krup=C4=8D=C3=ADk?= <lukas.krupcik@vsb.cz>
Date: Tue, 26 Sep 2017 11:15:46 +0200
Subject: [PATCH] change repository and modify C#

---
 docs.it4i/software/{ => lang}/csc.md  | 14 +++++++++++++-
 docs.it4i/software/{ => lang}/java.md |  0
 mkdocs.yml                            |  4 ++--
 3 files changed, 15 insertions(+), 3 deletions(-)
 rename docs.it4i/software/{ => lang}/csc.md (88%)
 rename docs.it4i/software/{ => lang}/java.md (100%)

diff --git a/docs.it4i/software/csc.md b/docs.it4i/software/lang/csc.md
similarity index 88%
rename from docs.it4i/software/csc.md
rename to docs.it4i/software/lang/csc.md
index 0ec91fb1d..0f61cb8c4 100644
--- a/docs.it4i/software/csc.md
+++ b/docs.it4i/software/lang/csc.md
@@ -1,6 +1,18 @@
 # CSharp
 
-C# is available on the cluster. Activate C# by loading the Mono module:
+C# is available on the cluster.
+
+```console
+$ ml av mono
+
+-------------------- /apps/modules/lang ---------------
+   Mono/5.0.0.100
+```
+
+!!! note
+    Use the command `ml av mono` to get up-to-date versions of the modules.
+
+Activate C# by loading the Mono module:
 
 ```console
 $ ml Mono
diff --git a/docs.it4i/software/java.md b/docs.it4i/software/lang/java.md
similarity index 100%
rename from docs.it4i/software/java.md
rename to docs.it4i/software/lang/java.md
diff --git a/mkdocs.yml b/mkdocs.yml
index 72ec3e010..56d7220df 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -137,8 +137,8 @@ pages:
       - PETSc: software/numerical-libraries/petsc.md
       - Trilinos: software/numerical-libraries/trilinos.md
     - 'Languages':
-      - Java: software/java.md
-      - C#: software/csc.md
+      - Java: software/lang/java.md
+      - C#: software/lang/csc.md
       - Conda: software/lang/conda.md
       - Python: software/lang/python.md
     - 'Phys':
-- 
GitLab