Skip to content

Commit

Permalink
Update docs generators to include proper edit on github links
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonRomano committed Dec 28, 2024
1 parent bee2188 commit 16e4529
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/build/webgen/main_actions.zig
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ pub fn genKeybindActions(writer: anytype) !void {
\\---
\\title: Keybinding Action Reference
\\description: Reference of all Ghostty keybinding actions.
\\editOnGithubLink: https://github.com/ghostty-org/ghostty/edit/main/src/input/Binding.zig
\\---
\\
\\This is a reference of all Ghostty keybinding actions.
Expand Down
1 change: 1 addition & 0 deletions src/build/webgen/main_config.zig
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ pub fn genConfig(writer: anytype) !void {
\\---
\\title: Reference
\\description: Reference of all Ghostty configuration options.
\\editOnGithubLink: https://github.com/ghostty-org/ghostty/edit/main/src/config/Config.zig
\\---
\\
\\This is a reference of all Ghostty configuration options. These
Expand Down

0 comments on commit 16e4529

Please sign in to comment.