diff options
author | 2024-08-16 17:07:34 +0100 | |
---|---|---|
committer | 2024-08-16 17:07:34 +0100 | |
commit | 3f99cc75cbd6867defe68bf1219620c9aecadffd (patch) | |
tree | 87e46c0a277964d1637fbeb51b28dfaff6ff7947 /docs | |
parent | Update poetry (#447) (diff) |
Add custom overrides directory to mkdocs
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 |