back to home
pmndrs / docs
🖨️ mdx static documentation generator
116 stars
96 forks
17 issues
TypeScriptCSSJavaScript
AI Architecture Analysis
This repository is indexed by RepoMind. By analyzing pmndrs/docs in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.
Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.
Repository Summary (README)
Previewdocs/getting-started/introduction.mdx
Usage
$ curl -sL https://raw.githubusercontent.com/pmndrs/docs/refs/heads/main/preview.sh | \
MDX="docs" \
ICON="🥑" \
DOCKER_IMAGE="ghcr.io/pmndrs/docs:latest" \
sh
- you can pass any option from configuration
- in
DOCKER_IMAGE, you can specify any:tagvalue from docs packages container registry
Test
Visual tests are performed in the cloud, through chromatic.yml.
<details>You can also replay locally:
$ npx playwright test --update-snapshots
$ npx chromatic --playwright --project-token $CHROMATIC_PROJECT_TOKEN
</details>