Skip to content

Commit d81f762

Browse files
chrismoclaude
andcommitted
Move Jekyll site from _build/ to docs/
Add Jekyll frontmatter (title, layout, nav_order, parent) to all docs/ files so they serve both the Jekyll site and the TypeScript lib. Remove _build/ directory entirely. Update _config.yml, index.md links, CI workflow, and help.ts web URLs. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent a5b4993 commit d81f762

39 files changed

Lines changed: 59 additions & 3353 deletions

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Generate version info
4141
run: |
4242
mkdir -p _data
43-
LAST_UPDATED=$(git log -1 --format=%cs -- _build/)
43+
LAST_UPDATED=$(git log -1 --format=%cs -- docs/)
4444
echo "# Auto-generated by CI build — do not edit manually" > _data/versions.yml
4545
echo "last_updated: \"${LAST_UPDATED}\"" >> _data/versions.yml
4646

_build/.readme

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)