diff --git a/docs/index.md b/docs/index.md new file mode 100644 index 0000000..ff72b56 --- /dev/null +++ b/docs/index.md @@ -0,0 +1,2 @@ +# Projekt Lötstation + diff --git a/mkdocs.yml b/mkdocs.yml new file mode 100644 index 0000000..b1e1b94 --- /dev/null +++ b/mkdocs.yml @@ -0,0 +1,7 @@ +site_name: Make Lötstation - Makerspace Repair-Café Hilpoldstein +site_url: https://makes-hacks-hip.github.io +nav: + - Repair-Café: https://www.repaircafe-hilpoltstein.de + - Makerspace: https://makes-hacks-hip.de + - Makerspace@Github: https://makes-hacks-hip.github.io +theme: readthedocs