diff --git a/docs/theme/img/logo.png b/docs/theme/img/logo.png new file mode 100644 index 000000000..f2a5beea9 Binary files /dev/null and b/docs/theme/img/logo.png differ diff --git a/mkdocs.yml b/mkdocs.yml index dc7de4060..064aded0f 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -7,7 +7,7 @@ repo_url: https://github.com/encode/django-rest-framework theme: name: material favicon: theme/img/favicon.ico - logo: "" + logo: theme/img/logo.png palette: primary: custom accent: custom