Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ jobs:
run: npm run lint
- name: Typecheck
run: npm run typecheck
- name: Test
run: npm test
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,6 @@ generated `INDEX.md` is read from that `package.json` — pass them explicitly
Pass a custom `DocsConfig` to change the sources, output directory or INDEX
section order. Intra-repo `README.md` links are rewritten to resolve inside the
output; links to docs that aren't shipped are unwrapped to plain text.

The package README's `For AI agents` section, when present, is cleaned and placed
at the top of the generated `INDEX.md`.
Loading
Loading