mirror of
https://github.com/go-task/task.git
synced 2026-06-24 05:05:49 +00:00
23 lines
651 B
Markdown
23 lines
651 B
Markdown
---
|
|
#This is a template for an experiments documentation
|
|
#Copy this page and fill in the details as necessary
|
|
title: '--- Template ---'
|
|
sidebar_position: -1 #Always push to the top
|
|
draft: true #Hide in production
|
|
---
|
|
|
|
# \{Name of Deprecated Feature\} (#\{Issue\})
|
|
|
|
:::warning
|
|
|
|
This deprecation breaks the following functionality:
|
|
|
|
- \{list any existing functionality that will be broken by this deprecation\}
|
|
- \{if there are no breaking changes, remove this admonition\}
|
|
|
|
:::
|
|
|
|
\{Short description of the feature/behavior and why it is being deprecated\}
|
|
|
|
\{Short explanation of any replacement features/behaviors and how users should migrate to it\}
|