We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfe6c24 commit 3d1e5c6Copy full SHA for 3d1e5c6
README.md
@@ -21,6 +21,8 @@ Publier la documentation:
21
```
22
cd documentation/
23
make env
24
+# Move the index.md stub
25
+mv index.md _index.md
26
make mkdocs
27
28
index.md
@@ -0,0 +1 @@
1
+You are looking for [index.org](index.org).
mkdocs.yml
@@ -4,7 +4,7 @@ site_description: Documentation destinée aux administrations publiques pour rec
4
site_author: Mission logiciels libres
5
6
repo_url: https://github.com/codegouvfr/documentation
7
-edit_uri: https://github.com/codegouvfr/documentation/blob/main/index.org
+edit_uri: blob/main/
8
9
nav:
10
- Documentation: 'index.md'
0 commit comments