Getting started

This is the getting started page

Setup

import { Hono } from 'hono'

const app = new Hono()

This is code

console.log('gone') 
console.log('added') 

🎯 Result

You now have:

✅ Markdown → HTML ✅ VitePress-grade syntax highlighting ✅ Auto sidebar generation ✅ Full-text search API ✅ Zero framework lock-in ✅ Fully custom UI


âš¡ Performance Tip (Very Important)

For production:

This gives extreme performance.


🚀 Optional Enhancements (I can generate any of these)