Files
teleport/docs/pages
Paul Gottschling deda8410b3 Add product and guide type labels to docs pages (#56097)
* Add `product` and `type` tags to docs pages

We are rolling out standard `product` and `type` frontmatter fields for
each docs page, letting us use this metadata to perform operations on
pages that fall under a certain type or product. For example, we could
generate product-specific landing pages using the `product` field.

This change acts in tandem with gravitational/docs-website#249, which
lints the frontmatter of each docs page to enforce the `product` and
`type` fields.

Note that some guides have "Reference" in the title but are really more
like conceptual guides, providing information about how aspects of
Teleport work instead of a comprehensive reference of possible inputs.

Note that this change marks category index pages as having type `other`.
It might make sense to add a type for `index`, but this is something we
can modify when we need to perform operations on category index pages.

* Respond to roraback feedback

Instead of the `product:` and `type:` frontmatter fields, use a more
extensible approach, a single `labels` frontmatter field with a list of
string values.

* Respond to roraback feedback

Remove `other` items from the `labels` field.

Also add labels to new pages.
2025-07-15 20:00:50 +00:00
..