diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/mkdocs.yml | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index ee91518..8784577 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -8,6 +8,8 @@ repo_url: https://github.com/python-discord/infra  repo_name: python-discord/infra  edit_uri: edit/main/docs/docs/ +copyright: Python Discord +  # Enable markdown features  markdown_extensions:    - abbr @@ -62,6 +64,8 @@ plugins:  theme:    # Use mkdocs-material    name: material +  # Partial overrides directory +  custom_dir: overrides    # Set the logo    logo: assets/logo.svg | 
