Create a .md file anywhere under content. Its folder and filename become the page URL: content/disney/wait-times.md is published at /disney/wait-times.
Page header
Begin each file with a small metadata block:
---
title: Wait times
description: Observed attraction wait-time fields and status behavior.
section: Disney
sectionOrder: 10
order: 3
---
sectionOrder controls where the sidebar section appears. order controls the page position inside that section.
Recommended page shape
Use a predictable structure so the notes remain useful months later:
- Scope and last-verified date
- Authentication or prerequisites
- Request shape
- Response fields
- Examples with secrets removed
- Edge cases and confidence level
- Change history
Preview and publish
Run npm run dev while writing to preview changes locally. When the pages are ready, run npm run deploy. The deploy command builds the site and publishes it to the configured Cloudflare Worker and custom domain.