Skip to content

docs: publish .nojekyll so GitHub Pages serves underscore API pages - #952

Merged
harttle merged 1 commit into
masterfrom
fix/api-docs-underscore-404
Sep 6, 2026
Merged

docs: publish .nojekyll so GitHub Pages serves underscore API pages#952
harttle merged 1 commit into
masterfrom
fix/api-docs-underscore-404

Conversation

@harttle

@harttle harttle commented Sep 6, 2026

Copy link
Copy Markdown
Owner

Summary

  • Copy docs/.nojekyll into docs/public during the Hexo docs build (alongside CNAME), so GitHub Pages disables Jekyll and serves TypeDoc _internal_* paths.
  • Fixes API documentation involving internals returns 404 #950 (production 404 for /api/modules/_internal_.html while local serve worked).

Test plan

EOF

Made with Cursor

EOF

Co-authored-by: Cursor <cursoragent@cursor.com>
@harttle
harttle merged commit 39233ba into master Sep 6, 2026
5 checks passed
@coveralls

Copy link
Copy Markdown

Coverage Report for CI Build 34030819221

Warning

Build has drifted: This PR's base is out of sync with its target branch, so coverage data may include unrelated changes.
Quick fix: rebase this PR. Learn more →

Warning

No base build found for commit 8f57d9f on master.
Coverage changes can't be calculated without a base build.
If a base build is processing, this comment will update automatically when it completes.

Coverage: 99.37%

Details

  • Patch coverage: No coverable lines changed in this PR.

Uncovered Changes

No uncovered changes found.

Coverage Regressions

Requires a base build to compare against. How to fix this →


Coverage Stats

Coverage Status
Relevant Lines: 3094
Covered Lines: 3086
Line Coverage: 99.74%
Relevant Branches: 1189
Covered Branches: 1170
Branch Coverage: 98.4%
Branches in Coverage %: Yes
Coverage Strength: 20664.48 hits per line

💛 - Coveralls

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.

API documentation involving internals returns 404

2 participants