.rulesync/rules/docs-pages.md
This guide covers creating and maintaining documentation pages for AG Grid.
Documentation is located in documentation/ag-grid-docs/ and uses Astro with Markdoc for content.
documentation/ag-grid-docs/src/content/docs/
├── feature-category/
│ ├── index.mdoc # Category overview
│ ├── specific-feature/
│ │ ├── index.mdoc # Feature documentation
│ │ └── _examples/ # Feature examples
.mdoc file in the appropriate directory_examples/ if needednav.json if required---
title: Feature Name
description: Brief description of the feature
---
Test documentation changes:
# Start dev server
yarn nx dev
# Run E2E tests
yarn nx e2e ag-grid-docs