diff --git a/docs/css/extra.css b/docs/css/extra.css index 48b7024..f7c56f5 100644 --- a/docs/css/extra.css +++ b/docs/css/extra.css @@ -1,3 +1,3 @@ -[data-md-color-scheme="slate"] { - --md-hue: 230; -} \ No newline at end of file +/* [data-md-color-scheme="slate"] { + --md-hue: ; +} */ \ No newline at end of file diff --git a/docs/index.md b/docs/index.md index ce31d28..703d917 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1 +1,5 @@ +--- +hide: + - heading +--- # Home \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 04f24ae..2291989 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -6,7 +6,16 @@ theme: scheme: slate primary: black logo: assets/sma.png + favicon: assets/sma.png extra_css: - css/extra.css +extra: + consent: + title: Cookie consent + description: >- + The hub uses cookies to track you. We cant control this but you can: + actions: + - accept + - reject