| id | release-notes |
|---|---|
| title | Release Notes |
:::caution
🚧 Under construction 🚧 :::
We keep release notes concise with links to documentation and images for features and updates affecting the user interface.
To add release notes without images:
-
In the Blog folder, create a new markdown file with the following name format:
YYYY-MM-DD-product.md. -
Add the following frontmatter:
--- title: Product or Feature Name tags: [apps, tracing] hide_table_of_contents: true ---
title: Name of the release notes including Product or Featuretags: Add a comma-separated list of existing tags, including:hide-table-of-contents: Hide the TOC on the page, keeping the notes clean and wide on the page.
-
Document the release notes. Add links, bullets, and images as needed.
To add release notes with images:
-
In the Blog folder, create a new folder with the following name format:
YYYY-MM-DD-product. -
In the new folder, create a markdown file named
index.md. Add your release notes with frontmatter:--- title: Product or Feature Name tags: [apps, tracing] hide_table_of_contents: true ---
title: Name of the release notes including Product or Featuretags: Add a comma-separated list of existing tags, including:hide-table-of-contents: Hide the TOC on the page, keeping the notes clean and wide on the page.
-
Save images to this folder and add them to the markdown file:
.
If you have a long set of release notes, we recommend introducing the notes and adding a truncate line, followed by the full set of release notes.
The line of code is: <!--truncate-->