-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
infrastructureIssues which affect the website itself (style / reachability).Issues which affect the website itself (style / reachability).
Description
According to the documentation we are not correctly using edit_uri. Currently we set this config to a full path (https://github.com/xqemu/xqemu.com/blob/master/docs/) because our docs live in a separate repo from the project we are documenting (https://github.com/xqemu/xqemu/).
This is incorrect, as edit_uri is only meant to be a path that is appended to the repo_url, not a separate route entirely. Our current use of this property is not expected by the documentation and may break in the future.
We should ideally fix this problem, depending on the end result of #41.
No GitHub link on top-right of the page:
- Change
repo_urlto point to this project (https://github.com/xqemu/xqemu.com/)
Keep GitHub link on the top-right of the page:
- Investigate a plugin to extend
repo_urlandedit_urito allow greater customization. See relevant plugin hook here
JayFoxRox
Metadata
Metadata
Assignees
Labels
infrastructureIssues which affect the website itself (style / reachability).Issues which affect the website itself (style / reachability).