diff --git a/.gitleaks.toml b/.gitleaks.toml new file mode 100644 index 00000000..1bd75157 --- /dev/null +++ b/.gitleaks.toml @@ -0,0 +1,11 @@ +[allowlist] + description = "Global Allowlist" + + # Ignore based on any subset of the file path + paths = [ + '''user-guides''' + ] + + # Ignore based on any subset of the line + regexes = [ + ] diff --git a/mkdocs.yml b/mkdocs.yml index 2a6a19a0..f1ecdd33 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,10 +1,13 @@ site_name: Kuadrant Documentation site_url: https://docs.kuadrant.io/ -repo_url: https://github.com/kuadrant +repo_url: https://github.com/kuadrant/docs.kuadrant.io +edit_uri: edit/main/docs/ theme: name: material logo: assets/images/logo.png custom_dir: overrides + features: + - content.action.edit extra_css: - assets/stylesheets/extra.css watch: