Skip to content

Commit 88e2288

Browse files
jeremyederclaude
andcommitted
feat: add demo infrastructure and documentation
Add comprehensive demo and documentation infrastructure including: - Demo documentation (eval harness, quickref, summary) - Build automation with Makefile - Documentation demos (slides, walkthrough, terminal demo) - Demo generation scripts (build, slides, recording) - Mermaid diagram support for documentation - Test coverage for demo generation - Updated markdown link checker to ignore Jekyll internal links This infrastructure supports creating interactive demos and enhanced documentation experiences for AgentReady users. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
1 parent f41b0d6 commit 88e2288

File tree

14 files changed

+3674
-0
lines changed

14 files changed

+3674
-0
lines changed

.markdown-link-check.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,15 @@
1717
},
1818
{
1919
"pattern": "^\\{\\{.*\\}\\}$"
20+
},
21+
{
22+
"pattern": "^/agentready/"
23+
},
24+
{
25+
"pattern": "^/demos/"
26+
},
27+
{
28+
"pattern": "^/tbench"
2029
}
2130
],
2231
"timeout": "20s",

0 commit comments

Comments
 (0)