diff --git a/pages/docs/fuzzing.md b/pages/docs/fuzzing.md
new file mode 100644
index 0000000000000000000000000000000000000000..c2790638e52ce3198c6631c68a7ff5667c3edc53
--- /dev/null
+++ b/pages/docs/fuzzing.md
@@ -0,0 +1 @@
+fuzzing
\ No newline at end of file
diff --git a/pages/docs/index.md b/pages/docs/index.md
new file mode 100644
index 0000000000000000000000000000000000000000..9f7cda8ed5fcaff95eb3e5566a6609dc61696f6b
--- /dev/null
+++ b/pages/docs/index.md
@@ -0,0 +1 @@
+Index
\ No newline at end of file
diff --git a/pages/mkdocs.yml b/pages/mkdocs.yml
index f489d983d32f03ed63c8b6434c89d139b488dcc8..572435caa3b703e9253452c86f6af7c286d8987a 100644
--- a/pages/mkdocs.yml
+++ b/pages/mkdocs.yml
@@ -1,10 +1,10 @@
-site_name: Motion Grammar JastAdd Implementation Example
-repo_url: https://git-st.inf.tu-dresden.de/jastadd/motion-grammar-example
+site_name: RAGO - RAG OpenAPI Framework
+repo_url: https://git-st.inf.tu-dresden.de/jastadd/rago
 site_dir: ../public
 
 nav:
   - "Overview": index.md
-  - "Parsing Example": parsing.md
+  - "Fuzzing Example": fuzzing.md
   - "API documentation": ragdoc/index.html
 
 theme: