Welcome to Your Docs
This is an example article to help you get started with semantic-docs.
Features
This theme includes:
- 🔍 Semantic Search - Find content by meaning, not just keywords
- 📱 Responsive Design - Works on all devices
- 🎨 Dark Mode - Easy on the eyes
- 📑 Auto TOC - Table of contents generated automatically
Reference Implementation
This is the HonoX port of semantic-docs, optimized for Cloudflare Workers:
- 💻 This Repository: github.com/llbbl/semantic-docs-hono
- 🌐 Original Astro Version: github.com/llbbl/semantic-docs
This implementation showcases all features with HonoX, React islands, and edge deployment on Cloudflare Workers.
Getting Started
- Add your markdown files to the
content/directory - Run
pnpm indexto index your content - Start the dev server with
pnpm dev
Search
Try the search bar in the header! It uses vector embeddings to understand what you're looking for.
Customization
Check out the README for customization options:
- Change colors
- Update site title
- Configure embedding providers
- And more!
Ready to get started? Replace this file with your own content and run pnpm index!