fix(site): link generated HTML pages directly #152
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/vimdoc-language-server!152
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/site-html-links"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
.htmlfiles directly.ffb6bfe552124e0282fa