diff --git a/mkdocs.yml b/mkdocs.yml index 29f8154..3cc2d83 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -4,6 +4,7 @@ site_name: Continuous Documentation theme: name: 'material' custom_dir: 'theme' + logo: 'assets/images/logo-white.svg' palette: primary: 'indigo' accent: 'light green' diff --git a/theme/assets/images/favicon.png b/theme/assets/images/favicon.png new file mode 100644 index 0000000..65dd99b Binary files /dev/null and b/theme/assets/images/favicon.png differ diff --git a/theme/assets/images/logo-white.svg b/theme/assets/images/logo-white.svg new file mode 100644 index 0000000..018b65e --- /dev/null +++ b/theme/assets/images/logo-white.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file