Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Hugo docs: Allow for quick doc updates using the edit button
Signed-off-by: Bernhard Kaindl <[email protected]>
  • Loading branch information
bernhardkaindl committed Feb 8, 2025
commit 29380f6bc9ad9cd8aaeb9f5f57c472dd3442332c
1 change: 1 addition & 0 deletions doc/hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ home = [ "HTML", "RSS", "PRINT"]
section = [ "HTML", "RSS", "PRINT"]

[params]
editURL = 'https://github.com/xapi-project/xen-api/edit/master/doc/content/${FilePath}'
# Enable the theme variant selector, default to auto:
themeVariant = [
"auto",
Expand Down
Loading