From af49e3d705c54e38976620b265e88fc0d122f9f2 Mon Sep 17 00:00:00 2001
From: Anthony Borghi <anthony.borghi@veremes.com>
Date: Wed, 15 Feb 2023 10:32:49 +0100
Subject: [PATCH] doc finale

---
 README.md              | 2 +-
 source/git/advanced.md | 5 +++++
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 56616ba..29fa1f5 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ pip install sphinx_rtd_theme==0.5.2
 pip install sphinx-markdown-parser
 pip install myst-parser
 pip install pymdown-extensions
-sphinx-build -b html doc/source doc/build
+sphinx-build -b html source build
 ```
 
 On peut ensuite visualiser le site dans le dossier "build" puis ouvrir le fichier index.html.
diff --git a/source/git/advanced.md b/source/git/advanced.md
index e69de29..a9965f2 100644
--- a/source/git/advanced.md
+++ b/source/git/advanced.md
@@ -0,0 +1,5 @@
+# Notions avancées
+
+## Passage en Head glissé
+
+## GitConfig
\ No newline at end of file
-- 
GitLab