diff --git a/.gitignore b/.gitignore index 7b17f74..7477ea7 100644 --- a/.gitignore +++ b/.gitignore @@ -35,4 +35,4 @@ override.tf.json # Ignore CLI configuration files .terraformrc terraform.rc - +site diff --git a/Readme.md b/docs/README.md similarity index 79% rename from Readme.md rename to docs/README.md index 5c83298..92d8064 100644 --- a/Readme.md +++ b/docs/README.md @@ -1,9 +1,9 @@ -# homelab +# Homelab -## rebuild +## Rebuild to rebuild from scratch ansible need a vault server up and unseal -you can rebuild a standalone vault srver with a consul database snaphot with +you can rebuild a standalone vault server with a consul database snaphot with ``` make vault-dev FILE=./yourconsulsnaphot.snap diff --git a/mkdocs.yml b/mkdocs.yml new file mode 100644 index 0000000..394a769 --- /dev/null +++ b/mkdocs.yml @@ -0,0 +1,29 @@ +--- +site_name: Homelab +copyright: Copyright © 2021 - 2022 VincentDcmps +repo_url: https://git.ducamps.win/vincent/homelab +site_author: VincentDcmps +site_url: https://www.ducamps.win/homelab +theme: + name: material + highlightjs: true + palette: + scheme: default + primary: black + hljs_languages: + - yaml + features: + - navigation.indexes + - navigation.instant + - navigation.sections + - search.highlight +markdown_extensions: + - pymdownx.superfences: + custom_fences: + - name: mermaid + class: mermaid + format: !!python/name:pymdownx.superfences.fence_code_format +extra: + social: + - icon: fontawesome/brands/github-alt + link: https://github.com/vincentDcmps