Commit Graph

6 Commits

Author SHA1 Message Date
sven
7a4f685996 Clean up unnecessary favicon files
- Removed favicon.ico from project root (unnecessary)
- Removed favicon.ico from docs/ directory (redundant)
- Removed favicon.ico from theme directory (not needed)
- Removed favicon16.ico from public/ (unused)
- Kept only necessary files in docs/public/:
  - favicon.svg (primary, modern browsers)
  - favicon.ico (fallback, legacy browsers)
  - favicon.png (original source)
2025-11-01 10:03:28 +01:00
sven
458651601e Enable local search functionality
- Added local search provider configuration
- Enhanced search with custom translations and options
- Created API reference page with searchable content
- Updated navigation to include API section
- Added Reference section to sidebar
- Search now indexes all documentation content
2025-11-01 09:56:25 +01:00
sven
0b556db71d Improve favicon implementation with multiple formats
- Created 16x16 ICO favicon for better compatibility
- Added SVG favicon as primary option for modern browsers
- Simplified VitePress configuration
- Added fallback favicon files in multiple locations
- Updated head configuration for better browser support
2025-11-01 09:52:16 +01:00
sven
5dba1f4c25 Add favicon from asciidoclint repository
- Downloaded favicon.png from ocular-d/asciidoclint
- Created favicon.ico for better browser compatibility
- Updated VitePress config with comprehensive favicon support
- Added favicons to docs/public/ directory
- Configured multiple favicon formats for cross-browser compatibility
2025-11-01 09:47:13 +01:00
sven
97601454f9 Add custom link color #5469d4
- Created custom theme with CSS overrides
- Set brand colors to #5469d4 for both light and dark themes
- Added hover effects for better user experience
- Links now use the specified blue color consistently
2025-11-01 09:42:40 +01:00
sven
872b3e7404 Setup VitePress documentation with pnpm
- Added VitePress as dev dependency
- Created docs directory structure
- Configured VitePress with navigation and sidebar
- Added example pages (home, guide, installation)
- Updated package.json with docs scripts
- Added VitePress-specific entries to .gitignore
- Created setup documentation
2025-11-01 09:36:55 +01:00