You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AGENTS.md
+1-23Lines changed: 1 addition & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,29 +64,6 @@ Self-review against this checklist, then present findings to the user:
64
64
-**Consistency.** Follow established patterns for page structure, component usage, and terminology. Every API doc page uses the same layout and components.
65
65
-**No broken builds.** The site must build cleanly (`npm run build`) before any change is considered complete.
css/custom.css → Global styles (Inter font, color system, admonitions).
83
-
theme/ → Docusaurus theme overrides (sidebar).
84
-
static/img/ → Image assets.
85
-
sidebars.js → Sidebar navigation structure.
86
-
docusaurus.config.js → Site configuration (Algolia, navbar, footer).
87
-
versioned_docs/ → Previous version documentation snapshots.
88
-
```
89
-
90
67
## Quick Reference
91
68
92
69
- Dev server: `npm start`
@@ -126,6 +103,7 @@ Common features (encryption, PDF/A, metadata, etc.) are documented as reusable `
126
103
127
104
## Codebase Navigation
128
105
106
+
- Documentation content (MDX files) lives in `docs/`, React components and styles in `src/`, and site configuration in root files (`sidebars.js`, `docusaurus.config.js`).
129
107
- Start with `sidebars.js` to understand the documentation structure.
130
108
- API doc pages follow a consistent pattern: intro paragraph, `<ConfigurationInfo />`, basics section with `<ApiEndpoint>`, then imported shared partials for additional features.
131
109
- Shared partials in `docs/convert-with-chromium/_shared/` cover Chromium-specific features (headers/footers, rendering behavior, HTTP networking, console output, assets).
0 commit comments