diff --git a/create_doc.sh b/create_doc.sh
index d21340e64aea901e7ac803ebc1b3a4326bb580d0..144b18e88ccc06acf05d217e0c229fe1f14c8e74 100755
--- a/create_doc.sh
+++ b/create_doc.sh
@@ -1,3 +1,2 @@
 mkdocs build --clean
 mkdocs serve
-firefox 0.0.0.0:8000
diff --git a/mkdocs.yml b/mkdocs.yml
index c60c004394af68c78cee4f9491776c66d4a0b126..43ee45ea5e63840b4bd99947eee2d3550efeb41d 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -1,7 +1,2 @@
 site_name: Gargantext
-  - "Welcome":"index.md"
-  - "Installation Guide":"install.md"
-  - "User Guide":"tuto.md"
-  - "Contribution Guide":"contribution.md"
-  - "Next steps":"todo.md"
 theme: readthedocs