Skip to content

LLM context bundle

Single markdown file with all user-facing documentation for this package — suitable for pasting into an agent session, RAG indexing, or project rules.

Download

Source Link
Bundle file (docs site) django-grid-view-llm-context.md
Bundle file (GitHub Pages) django-grid-view-llm-context.md
Path in repository docs/llm/django-grid-view-llm-context.md

Use the bundle file links above — they point at the generated markdown, not the GitHub HTML file browser.

Local preview (regenerates bundle + serves docs):

./scripts/docs_serve.sh

Regenerate bundle only:

uv sync --group dev --extra docs
uv run python scripts/build_llm_context.py

What is included

Home, getting started, user guides (Simple Table, AG-Grid, charts, artifacts, preferences), architecture, reference (template tags, JavaScript API, GridViewSpec, Python types), advanced guides (chat visualizer, dashboard builders), and changelog.

Regenerate

The bundle is not hand-edited. After changing any doc page:

uv run python scripts/build_llm_context.py
git add docs/llm/django-grid-view-llm-context.md

CI runs the same script before mkdocs build.

For agents

Read Agent skill for when to load this file and how to use it with coding agents.