Logo
Set a custom logo in the navigation bar by adding a logo field to docslit.json. When no logo is configured, DocsLit uses the default favicon.
Configuration
Place the image file in your project root (or use a path relative to the project root). DocsLit copies it to the build output automatically when you run docslit build.
Recommended image size
Use a square image around 32×32 px or 64×64 px for crisp display on retina screens. SVG logos scale cleanly at any size.
Absolute paths
If your logo path starts with /, DocsLit treats it as a site-root path (for example, when the file is already in your dist/ output or served from a CDN).
Next steps
- Add a site-wide announcement banner for product updates
- Customize colors and themes in theming