mirror of
https://github.com/go-task/task.git
synced 2026-02-24 03:59:52 +01:00
chore(website): add "edit this page on github" links
This commit is contained in:
@@ -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 <a target="_blank" href="https://www.netlify.com">Netlify</a>'
|
||||
|
||||
@@ -3,6 +3,7 @@ title: Any Variables
|
||||
author: pd93
|
||||
date: 2024-05-09
|
||||
outline: deep
|
||||
editLink: false
|
||||
---
|
||||
|
||||
# Any Variables
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
title: Blog
|
||||
description: Latest news and updates from the Task team
|
||||
editLink: false
|
||||
---
|
||||
|
||||
<BlogPost
|
||||
|
||||
@@ -5,6 +5,7 @@ description:
|
||||
author: pd93
|
||||
date: 2024-05-09
|
||||
outline: deep
|
||||
editLink: false
|
||||
---
|
||||
|
||||
# Introducing Experiments
|
||||
|
||||
@@ -4,6 +4,7 @@ description: The journey of enhancing Windows support in Task.
|
||||
author: andreynering
|
||||
date: 2025-09-15
|
||||
outline: deep
|
||||
editLink: false
|
||||
---
|
||||
|
||||
# Announcing Built-in Core Utilities for Windows
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
title: Changelog
|
||||
outline: deep
|
||||
editLink: false
|
||||
---
|
||||
|
||||
# Changelog
|
||||
@@ -1479,4 +1480,4 @@ document, since it describes in depth what changed for this version.
|
||||
|
||||
- Add LICENSE file
|
||||
|
||||
:::
|
||||
:::
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
title: Donate
|
||||
layout: doc
|
||||
outline: false
|
||||
editLink: false
|
||||
---
|
||||
|
||||
# :raised_hands: Support Task
|
||||
|
||||
Reference in New Issue
Block a user