Skip to content

Commit a195236

Browse files
committed
fix(agents): remove project layout from context
1 parent efa26fd commit a195236

1 file changed

Lines changed: 1 addition & 23 deletions

File tree

AGENTS.md

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -64,29 +64,6 @@ Self-review against this checklist, then present findings to the user:
6464
- **Consistency.** Follow established patterns for page structure, component usage, and terminology. Every API doc page uses the same layout and components.
6565
- **No broken builds.** The site must build cleanly (`npm run build`) before any change is considered complete.
6666

67-
## Project Layout
68-
69-
```
70-
docs/ → Documentation content (MDX files).
71-
getting-started/ → Introduction, installation, clients.
72-
convert-with-chromium/ → Chromium conversion & screenshot endpoints.
73-
_shared/ → Reusable MDX partials for Chromium features.
74-
convert-with-libreoffice/ → LibreOffice conversion endpoint.
75-
manipulate-pdfs/ → PDF manipulation endpoints (merge, split, encrypt, etc.).
76-
_shared/ → Reusable MDX partials for PDF engine features.
77-
configuration.mdx → Comprehensive configuration reference.
78-
webhook-download.mdx → Webhook & download-from documentation.
79-
troubleshooting.mdx → Common issues and solutions.
80-
src/
81-
components/ → React components (Homepage, ApiEndpoint, Sponsors).
82-
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-
9067
## Quick Reference
9168

9269
- Dev server: `npm start`
@@ -126,6 +103,7 @@ Common features (encryption, PDF/A, metadata, etc.) are documented as reusable `
126103

127104
## Codebase Navigation
128105

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`).
129107
- Start with `sidebars.js` to understand the documentation structure.
130108
- API doc pages follow a consistent pattern: intro paragraph, `<ConfigurationInfo />`, basics section with `<ApiEndpoint>`, then imported shared partials for additional features.
131109
- Shared partials in `docs/convert-with-chromium/_shared/` cover Chromium-specific features (headers/footers, rendering behavior, HTTP networking, console output, assets).

0 commit comments

Comments
 (0)