revert: docs back to .md files until prettier supports mdx

This commit is contained in:
Pete Davison
2023-12-21 15:20:14 +00:00
parent 311cdf00ab
commit 658b6012a6
22 changed files with 2 additions and 3 deletions

View File

@@ -0,0 +1,20 @@
---
# 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 Experiment\}
- Issue: #\{issue\}
- Environment variable: `TASK_X_{feature}`
- Breaks:
- \{list any existing functionality that will be broken by this experiment\}
- Deprecations:
- \{link to any deprecation pages related to this experiment\}
\{Short description of the feature\}
\{Short explanation of how users should migrate to the new behavior\}