diff --git a/.changeset/honest-masks-poke.md b/.changeset/honest-masks-poke.md new file mode 100644 index 0000000000..fa66abfb01 --- /dev/null +++ b/.changeset/honest-masks-poke.md @@ -0,0 +1,11 @@ +--- +'@backstage/plugin-techdocs': patch +--- + +Added support for setting page status with 'new' and 'deprecated' values, allowing visual indication of page status in TechDocs. To use include the following at the top of your markdown file: + +```markdown +--- +status: new +--- +```