Danila Poyarkov
b750d1f3dc
docs: generate llms files
...
- Generate llms.txt and llms-full.txt from VitePress content loader
- Advertise the agent-readable docs through alternate links
2026-05-22 16:03:04 +03:00
Danila Poyarkov
99e646aaa4
Refine docs structure for SDK and automation
2026-03-24 23:24:08 +03:00
Danila Poyarkov
16033c4c56
Revert mermaid plugin (crashes VitePress dev), use tables instead
...
vitepress-plugin-mermaid patches vitepress's client app entry,
which breaks ESM module resolution and renders all pages blank.
Replace mermaid diagrams with offset/content tables and pipeline
code blocks that render correctly.
2026-03-08 14:33:56 +03:00
Danila Poyarkov
8d140eef7c
Pin mermaid to 11.4.1 to fix ESM default export resolution
2026-03-08 14:25:05 +03:00
Danila Poyarkov
a0a2c527a3
Enable mermaid diagrams in VitePress docs
...
Install vitepress-plugin-mermaid + mermaid, wrap config with withMermaid().
File format page now renders flowcharts and block diagrams.
2026-03-08 14:14:16 +03:00
Danila Poyarkov
d5ca92e01f
Add MIT license
2026-03-02 08:31:54 +03:00
Danila Poyarkov
96d8ab5789
Move docs to packages/docs, add Cloudflare Pages deploy
...
- Move docs/ → packages/docs/ as @open-pencil/docs workspace package
- Add screenshot.png as hero image on landing page
- Add GitHub Actions workflow for Cloudflare Pages deploy (openpencil.dev)
- Remove vitepress from root devDependencies
- Root docs:* scripts delegate via bun --filter
2026-03-01 15:16:16 +03:00