Skip to content

[BUG] Correct broken guide links in theme definitions table - #483

Merged
Adam Lastowka (Rachmanin0xFF) merged 2 commits into
mainfrom
482-bug-guide-links-in-the-theme-definitions-table-are-broken
Aug 13, 2026
Merged

[BUG] Correct broken guide links in theme definitions table#483
Adam Lastowka (Rachmanin0xFF) merged 2 commits into
mainfrom
482-bug-guide-links-in-the-theme-definitions-table-are-broken

Conversation

@Rachmanin0xFF

Copy link
Copy Markdown
Contributor

Closes #482

Theme guide links used relative paths like ./addresses, resolving to dead links (e.g. /addresses) instead of the actual guide URLs under /guides/. Fixed all six theme guide links (Addresses, Base, Buildings, Divisions, Places, Transportation).

Theme guide links used relative paths like ./addresses, resolving to
dead links (e.g. /addresses) instead of the actual guide URLs under
/guides/. Fixed all six theme guide links (Addresses, Base, Buildings,
Divisions, Places, Transportation).

Signed-off-by: Adam Lastowka <adamlastowka@gmail.com>
@Rachmanin0xFF
Adam Lastowka (Rachmanin0xFF) requested a review from a team as a code owner August 13, 2026 19:48
Copilot AI lite review requested due to automatic review settings August 13, 2026 19:48

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.

oops

@github-actions

github-actions Bot commented Aug 13, 2026

Copy link
Copy Markdown

Super-linter summary

Language Validation result
JAVASCRIPT_ES Pass ✅
MARKDOWN Pass ✅
NATURAL_LANGUAGE Pass ✅
SQLFLUFF Pass ✅

All files and directories linted successfully

For more information, see the GitHub Actions workflow run

Powered by Super-linter

@github-actions

github-actions Bot commented Aug 13, 2026

Copy link
Copy Markdown

🗺️ OMF Docs previews are live!

🆕 Auto-gen schema site (beta) https://staging.overturemaps.org/docs/pr/483/index.html
🗂️ Auto-gen schema ref main@bd85f08
🌍 Repo schema site https://staging.overturemaps.org/docs/pr/483-no-autogen/index.html
🕐 Updated Aug 13, 2026 19:57 UTC
📝 Commit 192a47c

Auto-gen schema site is now available. This is an early preview of a future workflow where we will automatically generate and publish reference docs for the Overture Maps Format schema.

The auto-gen schema site may contain incomplete or inaccurate information as we are still refining the generation process, so please compare against the repo schema site and refer to the official Overture documentation for authoritative information.

Note

♻️ This preview updates automatically with each push to this PR.

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.

Pull request overview

This PR updates the theme definitions table’s in-page data so each theme’s “Open the … guide” link points at the correct guide location under /guides/, addressing broken navigation reported in #482.

Changes:

  • Updated 6 theme guide link values (Addresses, Base, Buildings, Divisions, Places, Transportation) to point to guide pages under /guides/.
Suppressed comments (5)

static/theme-definitions-table.html:240

  • These guide URLs are absolute (start with /), which bypasses Docusaurus baseUrl (configurable via DOCUSAURUS_BASE_URL). If the site is served under a non-root baseUrl (e.g. /docs/), this link will incorrectly resolve to /guides/... instead of <baseUrl>/guides/.... Prefer a relative ./guides/.../ path like the existing “Back to Guides” link.
      "guide": "/guides/base/",

static/theme-definitions-table.html:336

  • These guide URLs are absolute (start with /), which bypasses Docusaurus baseUrl (configurable via DOCUSAURUS_BASE_URL). If the site is served under a non-root baseUrl (e.g. /docs/), this link will incorrectly resolve to /guides/... instead of <baseUrl>/guides/.... Prefer a relative ./guides/.../ path like the existing “Back to Guides” link.
      "guide": "/guides/buildings/",

static/theme-definitions-table.html:476

  • These guide URLs are absolute (start with /), which bypasses Docusaurus baseUrl (configurable via DOCUSAURUS_BASE_URL). If the site is served under a non-root baseUrl (e.g. /docs/), this link will incorrectly resolve to /guides/... instead of <baseUrl>/guides/.... Prefer a relative ./guides/.../ path like the existing “Back to Guides” link.
      "guide": "/guides/divisions/",

static/theme-definitions-table.html:568

  • These guide URLs are absolute (start with /), which bypasses Docusaurus baseUrl (configurable via DOCUSAURUS_BASE_URL). If the site is served under a non-root baseUrl (e.g. /docs/), this link will incorrectly resolve to /guides/... instead of <baseUrl>/guides/.... Prefer a relative ./guides/.../ path like the existing “Back to Guides” link.
      "guide": "/guides/places/",

static/theme-definitions-table.html:696

  • These guide URLs are absolute (start with /), which bypasses Docusaurus baseUrl (configurable via DOCUSAURUS_BASE_URL). If the site is served under a non-root baseUrl (e.g. /docs/), this link will incorrectly resolve to /guides/... instead of <baseUrl>/guides/.... Prefer a relative ./guides/.../ path like the existing “Back to Guides” link.
      "guide": "/guides/transportation/",

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread static/theme-definitions-table.html Outdated
Absolute paths (/guides/...) bypass the Docusaurus baseUrl and break
under a non-root DOCUSAURUS_BASE_URL. Switch to relative paths
(./guides/...) consistent with the existing back-link.

Signed-off-by: Adam Lastowka <adamlastowka@gmail.com>
@Rachmanin0xFF
Adam Lastowka (Rachmanin0xFF) merged commit 1ead415 into main Aug 13, 2026
22 checks passed
@Rachmanin0xFF
Adam Lastowka (Rachmanin0xFF) deleted the 482-bug-guide-links-in-the-theme-definitions-table-are-broken branch August 13, 2026 19:59
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.

[BUG] Guide links in the theme definitions table are broken

3 participants