Skip to content

feat: generate llm-doc.md during deploy#95

Open
seriouscoderone wants to merge 2 commits intoWebOfTrust:mainfrom
seriouscoderone:feat/llm-doc-generation
Open

feat: generate llm-doc.md during deploy#95
seriouscoderone wants to merge 2 commits intoWebOfTrust:mainfrom
seriouscoderone:feat/llm-doc-generation

Conversation

@seriouscoderone
Copy link

Summary

  • Adds a build step to the GitHub Pages deploy workflow that concatenates all documentation markdown files into a single llm-doc.md at the site root
  • Makes the full docs content accessible in one file for LLM consumption (e.g., https://<site>/llm-doc.md)
  • No changes to existing docs site behavior

Test plan

  • Verify the deploy workflow runs successfully
  • Confirm llm-doc.md is accessible at the site root after deployment
  • Confirm existing docs site is unaffected

🤖 Generated with Claude Code

Add a step to the GitHub Pages deploy workflow that concatenates all
documentation markdown files into a single llm-doc.md at the site root,
making the full docs content accessible in one file for LLM consumption.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@seriouscoderone
Copy link
Author

@kentbull can you look at this? Its jus to consolidate the docs into one consumable document for LLM KB/Vector DB consumption

Concatenated all documentation markdown files into a single llm-doc.md
for immediate access while waiting for the deploy workflow change.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@seriouscoderone
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments