diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 0575bb7e7b..4c20114b70 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -13,19 +13,32 @@ repo_url: https://github.com/zenml-io/zenml edit_uri: https://github.com/zenml-io/zenml/docs/ plugins: - - search - - awesome-pages - - mkdocstrings: - default_handler: python - handlers: - python: - rendering: - show_source: true - watch: - - ../src/zenml + - search + - awesome-pages + - mkdocstrings: + default_handler: python + handlers: + python: + rendering: + show_source: true + watch: + - ../src/zenml -copyright: "Copyright © 2022 ZenML GmbH" +copyright: > + Copyright © 2022 ZenML GmbH – + Change cookie settings extra: + consent: + title: This website uses cookies + 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. + actions: + - accept + - reject + - manage version: - provider: mike \ No newline at end of file + provider: mike