fix(site): link generated HTML pages directly #152

Merged
barrettruth merged 1 commit from fix/site-html-links into main 2026-05-03 14:52:54 +00:00
Owner

Problem

The docs site builds with Astro file output, so generated pages exist as installation.html, configuration.html, and similar files. Internal links still pointed at extensionless paths such as /installation, which 404s on the VPS static nginx deployment.

Solution

Update the docs index and cross-page Markdown links to target the generated .html files directly.

## Problem The docs site builds with Astro file output, so generated pages exist as `installation.html`, `configuration.html`, and similar files. Internal links still pointed at extensionless paths such as `/installation`, which 404s on the VPS static nginx deployment. ## Solution Update the docs index and cross-page Markdown links to target the generated `.html` files directly.
fix(site): link generated HTML pages directly
Some checks failed
quality / Format (pull_request) Successful in 15s
quality / Test (pull_request) Successful in 38s
quality / Lint (pull_request) Has been cancelled
ffb6bfe552
barrettruth force-pushed fix/site-html-links from ffb6bfe552
Some checks failed
quality / Format (pull_request) Successful in 15s
quality / Test (pull_request) Successful in 38s
quality / Lint (pull_request) Has been cancelled
to 124e0282fa
All checks were successful
quality / Format (push) Successful in 12s
deploy / Deploy (push) Successful in 30s
quality / Test (push) Successful in 46s
quality / Lint (push) Successful in 1m8s
nightly / Nightly (push) Successful in 2m6s
quality / Format (pull_request) Successful in 11s
quality / Test (pull_request) Successful in 39s
quality / Lint (pull_request) Successful in 57s
2026-05-03 14:48:52 +00:00
Compare
fix(site): link generated HTML pages directly
All checks were successful
quality / Format (pull_request) Successful in 15s
quality / Test (pull_request) Successful in 38s
quality / Lint (pull_request) Successful in 59s
cb83837964
barrettruth deleted branch fix/site-html-links 2026-05-03 14:52:54 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
barrettruth/vimdoc-language-server!152
No description provided.