feat: publish v26.5.0 docs#38
Merged
DennisOSRM merged 1 commit intomasterfrom May 5, 2026
Merged
Conversation
8bf4857 to
a250f80
Compare
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Publishes the static documentation site for OSRM v26.5.0 and updates the top-level docs redirect to point at the new version.
Changes:
- Adds the generated VitePress site under
docs/v26.5.0/, including HTML pages, JS bundles, CSS, and metadata files. - Publishes updated documentation content for Windows build dependencies, release/versioning guidance, tool references, and related developer docs.
- Updates
docs/index.htmlso the docs landing page redirects tov26.5.0.
Reviewed changes
Copilot reviewed 48 out of 68 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| docs/v26.5.0/windows-deps.html | Adds the rendered Windows dependencies documentation page. |
| docs/v26.5.0/vp-icons.css | Adds generated icon CSS used by the VitePress site. |
| docs/v26.5.0/routed.html | Adds the rendered routed service documentation page. |
| docs/v26.5.0/releasing.html | Adds the rendered release/versioning documentation page. |
| docs/v26.5.0/libosrm.html | Adds the rendered libosrm documentation page. |
| docs/v26.5.0/jsdoc-extract.js | Adds extracted JSDoc content for Node.js API docs generation. |
| docs/v26.5.0/index.html | Adds the rendered docs home page for v26.5.0. |
| docs/v26.5.0/hashmap.json | Adds page hash metadata for the generated site. |
| docs/v26.5.0/developing.html | Adds the rendered developer guidance page. |
| docs/v26.5.0/cucumber.html | Adds the rendered cucumber/testing docs page. |
| docs/v26.5.0/assets/windows-deps.md.g5icV0ej.lean.js | Adds lean client bundle metadata for the Windows deps page. |
| docs/v26.5.0/assets/windows-deps.md.g5icV0ej.js | Adds client bundle for the Windows deps page. |
| docs/v26.5.0/assets/tools.md.DBA6o9B7.lean.js | Adds lean client bundle metadata for the tools page. |
| docs/v26.5.0/assets/tools.md.DBA6o9B7.js | Adds client bundle for the tools reference page. |
| docs/v26.5.0/assets/testing.md.CV2ZaUd4.lean.js | Adds lean client bundle metadata for the testing page. |
| docs/v26.5.0/assets/testing.md.CV2ZaUd4.js | Adds client bundle for the testing page. |
| docs/v26.5.0/assets/routed.md.B7b7kZju.lean.js | Adds lean client bundle metadata for the routed page. |
| docs/v26.5.0/assets/routed.md.B7b7kZju.js | Adds client bundle for the routed page. |
| docs/v26.5.0/assets/releasing.md.D_HqADus.lean.js | Adds lean client bundle metadata for the releasing page. |
| docs/v26.5.0/assets/releasing.md.D_HqADus.js | Adds client bundle for the releasing page. |
| docs/v26.5.0/assets/python_development.md.DMJOl9Fk.lean.js | Adds lean client bundle metadata for Python development docs. |
| docs/v26.5.0/assets/python_api.md.BMYgTnwH.lean.js | Adds lean client bundle metadata for Python API docs. |
| docs/v26.5.0/assets/profiles.md.PHAThxX1.lean.js | Adds lean client bundle metadata for profile docs. |
| docs/v26.5.0/assets/nodejs_api.md.B1H4WFni.lean.js | Adds lean client bundle metadata for Node.js API docs. |
| docs/v26.5.0/assets/libosrm.md.BKkADM6U.lean.js | Adds lean client bundle metadata for libosrm docs. |
| docs/v26.5.0/assets/libosrm.md.BKkADM6U.js | Adds client bundle for libosrm docs. |
| docs/v26.5.0/assets/index.md.BuTlAqVr.lean.js | Adds lean client bundle metadata for the docs home page. |
| docs/v26.5.0/assets/index.md.BuTlAqVr.js | Adds client bundle for the docs home page. |
| docs/v26.5.0/assets/http.md.B98BbSjI.lean.js | Adds lean client bundle metadata for HTTP API docs. |
| docs/v26.5.0/assets/developing.md.CHbv2cLk.lean.js | Adds lean client bundle metadata for developer docs. |
| docs/v26.5.0/assets/developing.md.CHbv2cLk.js | Adds client bundle for developer docs. |
| docs/v26.5.0/assets/cucumber.md.B5iBKzmw.lean.js | Adds lean client bundle metadata for cucumber docs. |
| docs/v26.5.0/assets/cucumber.md.B5iBKzmw.js | Adds client bundle for cucumber docs. |
| docs/v26.5.0/assets/app.C5ektlIn.js | Adds the generated VitePress application bundle. |
| docs/v26.5.0/404.html | Adds the generated 404 page for the versioned docs site. |
| docs/index.html | Updates the top-level docs redirect to the new published version. |
Comments suppressed due to low confidence (6)
docs/v26.5.0/assets/tools.md.DBA6o9B7.js:1
- The
osrm-datastoreoptions table is malformed: the--max-waitrow places the default value in theShortcolumn and leaves an extra empty cell at the end. This will render misleading option metadata for readers and should be corrected so the columns align with the table header.
docs/v26.5.0/windows-deps.html:1 - Corrected spelling of 'Github' to 'GitHub'.
docs/v26.5.0/routed.html:1 - This page is published without a page-specific title or top-level heading, so browser tabs and search results will show the generic site title instead of identifying the routed service documentation. This makes the generated docs harder to navigate and should be fixed in the source markdown/frontmatter.
docs/v26.5.0/routed.html:1 - This page is published without a page-specific title or top-level heading, so browser tabs and search results will show the generic site title instead of identifying the routed service documentation. This makes the generated docs harder to navigate and should be fixed in the source markdown/frontmatter.
docs/v26.5.0/libosrm.html:1 - This generated page also lacks a page-specific
<title>and top-level heading, so it is presented as the generic site title instead of clearly identifying the libosrm documentation. This reduces discoverability and makes the versioned docs inconsistent with the other pages in this release.
docs/v26.5.0/libosrm.html:1 - This generated page also lacks a page-specific
<title>and top-level heading, so it is presented as the generic site title instead of clearly identifying the libosrm documentation. This reduces discoverability and makes the versioned docs inconsistent with the other pages in this release.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
No description provided.