From 196f41b0996cee965ba5e4fd4c6af039bd05dfa8 Mon Sep 17 00:00:00 2001 From: Karl Johan Grahn Date: Fri, 26 Apr 2024 22:24:42 +0200 Subject: [PATCH] update --- mkdocs.yml | 67 ------------------------------------------------------ 1 file changed, 67 deletions(-) delete mode 100644 mkdocs.yml diff --git a/mkdocs.yml b/mkdocs.yml deleted file mode 100644 index 15f8af9..0000000 --- a/mkdocs.yml +++ /dev/null @@ -1,67 +0,0 @@ -docs_dir: docs -edit_uri: blob/main/docs/ -extra: - analytics: - property: G-TTH1YYW5TX - provider: google - consent: - actions: - - accept - - reject - - manage - description: We use cookies to recognize your repeated visits and preferences, - as well as to measure the effectiveness of our documentation and whether users - find what they're searching for. With your consent, you're helping us to make - our documentation better. - title: Cookie consent -extra_css: -- stylesheets/extra.css -markdown_extensions: -- attr_list -nav: -- index.md -plugins: -- search -- mermaid2 -- glightbox -repo_url: https://github.com/stakater/StakaterCloudDocs -site_name: Stakater Cloud Documentation -site_url: https://docs.stakater.com/ -theme: - cloud_security_alliance_logo_dark: assets/images/CSA_dark.png - cloud_security_alliance_logo_light: assets/images/CSA_light.png - custom_dir: dist/_theme - favicon: assets/images/logo-light.png - features: - - content.code.copy - - navigation.tracking - - toc.follow - - navigation.top - font: - code: Space Grotex - text: Space Grotex - hippa_compliant_logo_dark: assets/images/HC_dark.png - hippa_compliant_logo_light: assets/images/HC_light.png - logo_dark: assets/images/logo-dark.png - logo_light: assets/images/logo-light.png - name: material - palette: - - media: (prefers-color-scheme) - toggle: - icon: material/brightness-auto - name: Switch to system preference - - accent: custom - media: '(prefers-color-scheme: light)' - primary: custom - scheme: default - toggle: - icon: material/brightness-7 - name: Switch to light mode - - accent: custom - media: '(prefers-color-scheme: dark)' - primary: custom - scheme: slate - toggle: - icon: material/brightness-3 - name: Switch to dark mode -use_directory_urls: false