Skip to content

docs: drop .html suffix from get-started URL in README - #138

Merged
TomeHirata merged 1 commit into
mainfrom
docs/remove-html-suffix-from-docs-url
Aug 30, 2026
Merged

docs: drop .html suffix from get-started URL in README#138
TomeHirata merged 1 commit into
mainfrom
docs/remove-html-suffix-from-docs-url

Conversation

@TomeHirata

Copy link
Copy Markdown
Collaborator

Post-MkDocs migration audit: the README still linked to the get-started page with a Sphinx-style .html suffix. MkDocs serves pages under directory-style URLs, so the link now points to .../get_started/ to match.

Test plan

  • grep -r '\.html' --include='*.md' --include='*.py' shows no remaining doc URLs with the .html suffix in the repo (build/ and .venv/ excluded).

🤖 Generated with Claude Code

The documentation migrated from Sphinx to MkDocs, whose URLs are
directory-style (get_started/) rather than file-style (get_started.html).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Copilot AI lite review requested due to automatic review settings August 30, 2026 01:09

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@TomeHirata
TomeHirata merged commit a5bf1e9 into main Aug 30, 2026
10 checks passed
@TomeHirata
TomeHirata deleted the docs/remove-html-suffix-from-docs-url branch August 30, 2026 02:11
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.

2 participants