Skip to content

Fix malformed date and broken ref shortcodes in docs#80

Merged
mikehaller merged 2 commits into
mainfrom
copilot/fix-date-format-and-references
Mar 8, 2026
Merged

Fix malformed date and broken ref shortcodes in docs#80
mikehaller merged 2 commits into
mainfrom
copilot/fix-date-format-and-references

Conversation

Copilot AI commented Mar 8, 2026

Copy link
Copy Markdown
Contributor

Two documentation build failures: an unparsable ISO 8601 date and Hugo ref shortcodes pointing to non-existent root-level paths.

Changes

  • vehicle-update-manager/_index.md — Correct malformed date:

    - date: 2022-072109T14:24:56+05:30
    + date: 2022-07-21T09:14:24+05:30
  • develop-seat-adjuster.md — Fix ref shortcodes using absolute paths that don't resolve; the target files exist in the same directory:

    - {{< ref "/deploy-seat-adjuster" >}}
    + {{< ref "deploy-seat-adjuster" >}}
    - {{< ref "/interact-seat-adjuster" >}}
    + {{< ref "interact-seat-adjuster" >}}

🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.

Co-authored-by: mikehaller <920755+mikehaller@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix date format and broken references in documentation Fix malformed date and broken ref shortcodes in docs Mar 8, 2026
@mikehaller mikehaller marked this pull request as ready for review March 8, 2026 10:22
@mikehaller mikehaller merged commit 3dcedb7 into main Mar 8, 2026
1 check passed
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