Assets Directory¶
This directory contains static assets for the MkDocs documentation site.
Logo Setup¶
To add a logo that links to the home page:
- Add your logo file to this directory:
- Recommended name:
logo.pngorlogo.svg - Recommended size: 200x50px (or similar aspect ratio)
-
Format: PNG (with transparency) or SVG (preferred)
-
Logo specifications:
- PNG: Use transparent background, max height 50px
- SVG: Scalable vector format (recommended)
-
File size: Keep under 100KB for fast loading
-
Update mkdocs.yml:
theme: name: material site_logo: assets/logo.png # or assets/logo.svg -
Rebuild documentation:
mkdocs build
Favicon Setup¶
To add a favicon:
- Add favicon file to this directory:
- Name:
favicon.icoorfavicon.png -
Size: 32x32px or 16x16px
-
Update mkdocs.yml:
theme: name: material favicon: assets/favicon.ico
Current Files¶
README.md- This file (instructions)
Notes¶
- All files in this directory will be copied to the built documentation site
- Use relative paths in mkdocs.yml (e.g.,
assets/logo.png) - Logo will automatically link to the home page when clicked