From cbaf7e0c40c4481c3b1388ca77d9beb08e808894 Mon Sep 17 00:00:00 2001 From: psy <psy@darmstadt.ccc.de> Date: Sat, 25 Dec 2021 19:39:03 +0100 Subject: [PATCH] add rules --- docs/index.md | 2 ++ mkdocs.yml | 1 + 2 files changed, 3 insertions(+) diff --git a/docs/index.md b/docs/index.md index f7a0338..042a64b 100644 --- a/docs/index.md +++ b/docs/index.md @@ -7,6 +7,7 @@ Aktuell findet Ihr hier: * [Maps Tutorial](maps.md) * [HowTo Play](play.md) * [Design/Styleguide](https://style.rc3.world) +* [Spielregeln](rules.md) This pages should give you an overview over rC3 2021, connected services, as well as how to contribute to rC3. @@ -16,6 +17,7 @@ For now, you can find the following here: * [Maps Tutorial](maps.en.md) * [HowTo Play](play.en.md) * [Design/Styleguide](https://style.rc3.world) +* [Rules](rules.en.md) <!-- diff --git a/mkdocs.yml b/mkdocs.yml index 8ee8d52..becd5e8 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -31,4 +31,5 @@ nav: # - Workadventure: 'workadventure.en.md' - Play: 'play.md' - Styleguide: 'https://style.rc3.world' + - Rules: 'rules.md' # - Sponsoring: 'sponsoring.md' -- GitLab