diff --git a/documentation/_site/about.html b/docs/about.html
similarity index 100%
rename from documentation/_site/about.html
rename to docs/about.html
diff --git a/documentation/_site/index.html b/docs/index.html
similarity index 100%
rename from documentation/_site/index.html
rename to docs/index.html
diff --git a/documentation/_site/listings.json b/docs/listings.json
similarity index 100%
rename from documentation/_site/listings.json
rename to docs/listings.json
diff --git a/documentation/_site/posts/00_getting_started/index.html b/docs/posts/00_getting_started/index.html
similarity index 100%
rename from documentation/_site/posts/00_getting_started/index.html
rename to docs/posts/00_getting_started/index.html
diff --git a/documentation/_site/posts/01_hello_world/index.html b/docs/posts/01_hello_world/index.html
similarity index 100%
rename from documentation/_site/posts/01_hello_world/index.html
rename to docs/posts/01_hello_world/index.html
diff --git a/documentation/_site/posts/02_static_files/index.html b/docs/posts/02_static_files/index.html
similarity index 100%
rename from documentation/_site/posts/02_static_files/index.html
rename to docs/posts/02_static_files/index.html
diff --git a/documentation/_site/posts/03_basic_routing/delete-user.png b/docs/posts/03_basic_routing/delete-user.png
similarity index 100%
rename from documentation/_site/posts/03_basic_routing/delete-user.png
rename to docs/posts/03_basic_routing/delete-user.png
diff --git a/documentation/_site/posts/03_basic_routing/get-home.png b/docs/posts/03_basic_routing/get-home.png
similarity index 100%
rename from documentation/_site/posts/03_basic_routing/get-home.png
rename to docs/posts/03_basic_routing/get-home.png
diff --git a/documentation/_site/posts/03_basic_routing/index.html b/docs/posts/03_basic_routing/index.html
similarity index 100%
rename from documentation/_site/posts/03_basic_routing/index.html
rename to docs/posts/03_basic_routing/index.html
diff --git a/documentation/_site/posts/03_basic_routing/post-home.png b/docs/posts/03_basic_routing/post-home.png
similarity index 100%
rename from documentation/_site/posts/03_basic_routing/post-home.png
rename to docs/posts/03_basic_routing/post-home.png
diff --git a/documentation/_site/posts/03_basic_routing/put-user.png b/docs/posts/03_basic_routing/put-user.png
similarity index 100%
rename from documentation/_site/posts/03_basic_routing/put-user.png
rename to docs/posts/03_basic_routing/put-user.png
diff --git a/documentation/_site/posts/04_simple_json_api/index.html b/docs/posts/04_simple_json_api/index.html
similarity index 100%
rename from documentation/_site/posts/04_simple_json_api/index.html
rename to docs/posts/04_simple_json_api/index.html
diff --git a/documentation/_site/posts/04_simple_json_api/screenshots/delete-api-member-id.png b/docs/posts/04_simple_json_api/screenshots/delete-api-member-id.png
similarity index 100%
rename from documentation/_site/posts/04_simple_json_api/screenshots/delete-api-member-id.png
rename to docs/posts/04_simple_json_api/screenshots/delete-api-member-id.png
diff --git a/documentation/_site/posts/04_simple_json_api/screenshots/get-api-member-id-not-found.png b/docs/posts/04_simple_json_api/screenshots/get-api-member-id-not-found.png
similarity index 100%
rename from documentation/_site/posts/04_simple_json_api/screenshots/get-api-member-id-not-found.png
rename to docs/posts/04_simple_json_api/screenshots/get-api-member-id-not-found.png
diff --git a/documentation/_site/posts/04_simple_json_api/screenshots/get-api-member-id.png b/docs/posts/04_simple_json_api/screenshots/get-api-member-id.png
similarity index 100%
rename from documentation/_site/posts/04_simple_json_api/screenshots/get-api-member-id.png
rename to docs/posts/04_simple_json_api/screenshots/get-api-member-id.png
diff --git a/documentation/_site/posts/04_simple_json_api/screenshots/get-api-members.png b/docs/posts/04_simple_json_api/screenshots/get-api-members.png
similarity index 100%
rename from documentation/_site/posts/04_simple_json_api/screenshots/get-api-members.png
rename to docs/posts/04_simple_json_api/screenshots/get-api-members.png
diff --git a/documentation/_site/posts/04_simple_json_api/screenshots/post-api-members-required-fields.png b/docs/posts/04_simple_json_api/screenshots/post-api-members-required-fields.png
similarity index 100%
rename from documentation/_site/posts/04_simple_json_api/screenshots/post-api-members-required-fields.png
rename to docs/posts/04_simple_json_api/screenshots/post-api-members-required-fields.png
diff --git a/documentation/_site/posts/04_simple_json_api/screenshots/post-api-members.png b/docs/posts/04_simple_json_api/screenshots/post-api-members.png
similarity index 100%
rename from documentation/_site/posts/04_simple_json_api/screenshots/post-api-members.png
rename to docs/posts/04_simple_json_api/screenshots/post-api-members.png
diff --git a/documentation/_site/posts/04_simple_json_api/screenshots/put-api-member-id.png b/docs/posts/04_simple_json_api/screenshots/put-api-member-id.png
similarity index 100%
rename from documentation/_site/posts/04_simple_json_api/screenshots/put-api-member-id.png
rename to docs/posts/04_simple_json_api/screenshots/put-api-member-id.png
diff --git a/documentation/_site/posts/05_router/index.html b/docs/posts/05_router/index.html
similarity index 100%
rename from documentation/_site/posts/05_router/index.html
rename to docs/posts/05_router/index.html
diff --git a/documentation/_site/posts/06_multi_router/index.html b/docs/posts/06_multi_router/index.html
similarity index 100%
rename from documentation/_site/posts/06_multi_router/index.html
rename to docs/posts/06_multi_router/index.html
diff --git a/documentation/_site/posts/07_dynamic_rendering/index.html b/docs/posts/07_dynamic_rendering/index.html
similarity index 100%
rename from documentation/_site/posts/07_dynamic_rendering/index.html
rename to docs/posts/07_dynamic_rendering/index.html
diff --git a/documentation/_site/posts/08_datatables/index.html b/docs/posts/08_datatables/index.html
similarity index 100%
rename from documentation/_site/posts/08_datatables/index.html
rename to docs/posts/08_datatables/index.html
diff --git a/documentation/_site/posts/09_goals/index.html b/docs/posts/09_goals/index.html
similarity index 100%
rename from documentation/_site/posts/09_goals/index.html
rename to docs/posts/09_goals/index.html
diff --git a/documentation/_site/posts/10_live_reloading/index.html b/docs/posts/10_live_reloading/index.html
similarity index 100%
rename from documentation/_site/posts/10_live_reloading/index.html
rename to docs/posts/10_live_reloading/index.html
diff --git a/documentation/_site/search.json b/docs/search.json
similarity index 100%
rename from documentation/_site/search.json
rename to docs/search.json
diff --git a/documentation/_site/site_libs/bootstrap/bootstrap-icons.css b/docs/site_libs/bootstrap/bootstrap-icons.css
similarity index 100%
rename from documentation/_site/site_libs/bootstrap/bootstrap-icons.css
rename to docs/site_libs/bootstrap/bootstrap-icons.css
diff --git a/documentation/_site/site_libs/bootstrap/bootstrap-icons.woff b/docs/site_libs/bootstrap/bootstrap-icons.woff
similarity index 100%
rename from documentation/_site/site_libs/bootstrap/bootstrap-icons.woff
rename to docs/site_libs/bootstrap/bootstrap-icons.woff
diff --git a/documentation/_site/site_libs/bootstrap/bootstrap.min.css b/docs/site_libs/bootstrap/bootstrap.min.css
similarity index 100%
rename from documentation/_site/site_libs/bootstrap/bootstrap.min.css
rename to docs/site_libs/bootstrap/bootstrap.min.css
diff --git a/documentation/_site/site_libs/bootstrap/bootstrap.min.js b/docs/site_libs/bootstrap/bootstrap.min.js
similarity index 100%
rename from documentation/_site/site_libs/bootstrap/bootstrap.min.js
rename to docs/site_libs/bootstrap/bootstrap.min.js
diff --git a/documentation/_site/site_libs/clipboard/clipboard.min.js b/docs/site_libs/clipboard/clipboard.min.js
similarity index 100%
rename from documentation/_site/site_libs/clipboard/clipboard.min.js
rename to docs/site_libs/clipboard/clipboard.min.js
diff --git a/documentation/_site/site_libs/quarto-html/anchor.min.js b/docs/site_libs/quarto-html/anchor.min.js
similarity index 100%
rename from documentation/_site/site_libs/quarto-html/anchor.min.js
rename to docs/site_libs/quarto-html/anchor.min.js
diff --git a/documentation/_site/site_libs/quarto-html/popper.min.js b/docs/site_libs/quarto-html/popper.min.js
similarity index 100%
rename from documentation/_site/site_libs/quarto-html/popper.min.js
rename to docs/site_libs/quarto-html/popper.min.js
diff --git a/documentation/_site/site_libs/quarto-html/quarto-syntax-highlighting.css b/docs/site_libs/quarto-html/quarto-syntax-highlighting.css
similarity index 100%
rename from documentation/_site/site_libs/quarto-html/quarto-syntax-highlighting.css
rename to docs/site_libs/quarto-html/quarto-syntax-highlighting.css
diff --git a/documentation/_site/site_libs/quarto-html/quarto.js b/docs/site_libs/quarto-html/quarto.js
similarity index 100%
rename from documentation/_site/site_libs/quarto-html/quarto.js
rename to docs/site_libs/quarto-html/quarto.js
diff --git a/documentation/_site/site_libs/quarto-html/tippy.css b/docs/site_libs/quarto-html/tippy.css
similarity index 100%
rename from documentation/_site/site_libs/quarto-html/tippy.css
rename to docs/site_libs/quarto-html/tippy.css
diff --git a/documentation/_site/site_libs/quarto-html/tippy.umd.min.js b/docs/site_libs/quarto-html/tippy.umd.min.js
similarity index 100%
rename from documentation/_site/site_libs/quarto-html/tippy.umd.min.js
rename to docs/site_libs/quarto-html/tippy.umd.min.js
diff --git a/documentation/_site/site_libs/quarto-listing/list.min.js b/docs/site_libs/quarto-listing/list.min.js
similarity index 100%
rename from documentation/_site/site_libs/quarto-listing/list.min.js
rename to docs/site_libs/quarto-listing/list.min.js
diff --git a/documentation/_site/site_libs/quarto-listing/quarto-listing.js b/docs/site_libs/quarto-listing/quarto-listing.js
similarity index 100%
rename from documentation/_site/site_libs/quarto-listing/quarto-listing.js
rename to docs/site_libs/quarto-listing/quarto-listing.js
diff --git a/documentation/_site/site_libs/quarto-nav/headroom.min.js b/docs/site_libs/quarto-nav/headroom.min.js
similarity index 100%
rename from documentation/_site/site_libs/quarto-nav/headroom.min.js
rename to docs/site_libs/quarto-nav/headroom.min.js
diff --git a/documentation/_site/site_libs/quarto-nav/quarto-nav.js b/docs/site_libs/quarto-nav/quarto-nav.js
similarity index 100%
rename from documentation/_site/site_libs/quarto-nav/quarto-nav.js
rename to docs/site_libs/quarto-nav/quarto-nav.js
diff --git a/documentation/_site/site_libs/quarto-search/autocomplete.umd.js b/docs/site_libs/quarto-search/autocomplete.umd.js
similarity index 100%
rename from documentation/_site/site_libs/quarto-search/autocomplete.umd.js
rename to docs/site_libs/quarto-search/autocomplete.umd.js
diff --git a/documentation/_site/site_libs/quarto-search/fuse.min.js b/docs/site_libs/quarto-search/fuse.min.js
similarity index 100%
rename from documentation/_site/site_libs/quarto-search/fuse.min.js
rename to docs/site_libs/quarto-search/fuse.min.js
diff --git a/documentation/_site/site_libs/quarto-search/quarto-search.js b/docs/site_libs/quarto-search/quarto-search.js
similarity index 100%
rename from documentation/_site/site_libs/quarto-search/quarto-search.js
rename to docs/site_libs/quarto-search/quarto-search.js
diff --git a/documentation/_site/styles.css b/docs/styles.css
similarity index 100%
rename from documentation/_site/styles.css
rename to docs/styles.css
diff --git a/documentation/_quarto.yml b/documentation/_quarto.yml
index c5c2433..7a0d334 100644
--- a/documentation/_quarto.yml
+++ b/documentation/_quarto.yml
@@ -1,5 +1,6 @@
project:
type: website
+ output-dir: ../docs
website:
title: "ambiorix-examples"