2023-12-20 19:59:29 -06:00
|
|
|
---
|
|
|
|
# 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
|
|
|
|
---
|
|
|
|
|
2023-12-29 20:24:23 +00:00
|
|
|
# \{Name of Experiment\} (#\{Issue\})
|
2023-12-20 19:59:29 -06:00
|
|
|
|
2023-12-29 20:24:23 +00:00
|
|
|
:::caution
|
|
|
|
|
|
|
|
All experimental features are subject to breaking changes and/or removal _at any
|
|
|
|
time_. We strongly recommend that you do not use these features in a production
|
|
|
|
environment. They are intended for testing and feedback only.
|
|
|
|
|
|
|
|
:::
|
|
|
|
|
|
|
|
:::warning
|
|
|
|
|
|
|
|
This experiment breaks the following functionality:
|
|
|
|
|
|
|
|
- \{list any existing functionality that will be broken by this experiment\}
|
|
|
|
- \{if there are no breaking changes, remove this admonition\}
|
|
|
|
|
|
|
|
:::
|
|
|
|
|
|
|
|
:::info
|
|
|
|
|
|
|
|
To enable this experiment, set the environment variable: `TASK_X_{feature}=1`.
|
|
|
|
Check out [our guide to enabling experiments ][enabling-experiments] for more
|
|
|
|
information.
|
|
|
|
|
|
|
|
:::
|
2023-12-20 19:59:29 -06:00
|
|
|
|
|
|
|
\{Short description of the feature\}
|
|
|
|
|
|
|
|
\{Short explanation of how users should migrate to the new behavior\}
|
2023-12-29 20:24:23 +00:00
|
|
|
|
2024-03-19 19:48:46 +00:00
|
|
|
{/* prettier-ignore-start */}
|
2023-12-29 20:24:23 +00:00
|
|
|
[enabling-experiments]: /experiments/#enabling-experiments
|
2024-03-19 19:48:46 +00:00
|
|
|
{/* prettier-ignore-end */}
|