docs: remove .html extensions from all URLs site-wide#95
Closed
NathanTarbert wants to merge 3 commits intoCopilotKit:mainfrom
Closed
docs: remove .html extensions from all URLs site-wide#95NathanTarbert wants to merge 3 commits intoCopilotKit:mainfrom
NathanTarbert wants to merge 3 commits intoCopilotKit:mainfrom
Conversation
Restructure each docs page from page.html to page/index.html so GitHub Pages serves clean URLs (e.g. /docs instead of /docs.html). Update all internal links and sidebar.js page detection accordingly.
80 tests verifying file structure, no .html in links, sidebar.js hrefs, homepage redirect, and link target resolution.
1cf66eb to
cad7275
Compare
commit: |
Contributor
|
Superseded by the v1.9.0 release which restructured all docs into directories and stripped .html from all links. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Follows up on #90 (which fixed the homepage
/index.htmlURL). This PR removes.htmlextensions from all URLs site-wide.page.html→page/index.htmldirectories so GitHub Pages serves clean URLs (e.g./docsinstead of/docs.html)hreflinks across every HTML file andsidebar.jsto use extensionless pathssidebar.jscurrent-page detection to work with directory-based URLsTest plan
.htmlin any internal href across all HTML files.htmlin sidebar.js href valuesreplaceStateredirect exists/docs(no/docs.html).htmlextension//services#moderation) still work