Hello mdbook
Hello mdbook#
This is the first real document in dragonly/md, rendered by mdbook.
NOTE
If you’re reading this on mdbook-3vn.pages.dev, the full end-to-end loop works:
content push → repository_dispatch → CI build → Cloudflare Pages deploy.
What’s next#
- Initialize both repos
- Ship a readable renderer
- Wire CI/CD
- Add PAT login + live preview
- Field-test agent write loop
// A tiny code sample to prove Shiki is working end-to-end.
const greet = (who: string) => `Hello, ${who}!`;
console.log(greet("mdbook"));