From e8be687a40c7b7be274fef7673bd5f0db94dc40c Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Tue, 27 Jan 2026 21:45:17 -0300 Subject: [PATCH] chore(website): add "edit this page on github" links --- website/.vitepress/config.ts | 5 +++++ website/src/blog/any-variables.md | 1 + website/src/blog/if-and-variable-prompt.md | 1 + website/src/blog/index.md | 1 + website/src/blog/task-in-2023.md | 1 + website/src/blog/windows-core-utils.md | 1 + website/src/docs/changelog.md | 3 ++- website/src/donate.md | 1 + 8 files changed, 13 insertions(+), 1 deletion(-) diff --git a/website/.vitepress/config.ts b/website/.vitepress/config.ts index 24c675f1..7a773c23 100644 --- a/website/.vitepress/config.ts +++ b/website/.vitepress/config.ts @@ -370,6 +370,11 @@ export default defineConfig({ { icon: 'mastodon', link: 'https://fosstodon.org/@task' } ], + editLink: { + text: 'Edit this page on GitHub', + pattern: 'https://github.com/go-task/task/edit/main/website/src/:path' + }, + footer: { message: 'Built with Netlify' diff --git a/website/src/blog/any-variables.md b/website/src/blog/any-variables.md index 5b260a45..30cff63c 100644 --- a/website/src/blog/any-variables.md +++ b/website/src/blog/any-variables.md @@ -3,6 +3,7 @@ title: Any Variables author: pd93 date: 2024-05-09 outline: deep +editLink: false --- # Any Variables diff --git a/website/src/blog/if-and-variable-prompt.md b/website/src/blog/if-and-variable-prompt.md index b5db9657..db65389d 100644 --- a/website/src/blog/if-and-variable-prompt.md +++ b/website/src/blog/if-and-variable-prompt.md @@ -4,6 +4,7 @@ description: Introduction of the `if:` control and required variable prompts. author: vmaerten date: 2026-01-24 outline: deep +editLink: false --- # New `if:` Control and Variable Prompt diff --git a/website/src/blog/index.md b/website/src/blog/index.md index b0683fb9..c81bc4c8 100644 --- a/website/src/blog/index.md +++ b/website/src/blog/index.md @@ -1,6 +1,7 @@ --- title: Blog description: Latest news and updates from the Task team +editLink: false ---