mdbook

Hello mdbook

Updated: 2026-04-28 #meta#first View on GitHub ↗

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"));

Settings

Needed to fetch docs not yet in the current build (live preview) and to read the private content repo. Stored only in your browser's localStorage.

Recommended scope: fine-grained PAT, repo dragonly/md, Contents: Read. Create one ↗