Skip to main content

TechDocsAddonLocations

Home > @backstage/plugin-techdocs-react > TechDocsAddonLocations

Locations for which TechDocs addons may be declared and rendered.

Signature:

TechDocsAddonLocations: Readonly<{
readonly Header: "Header";
readonly Subheader: "Subheader";
readonly Settings: "Settings";
readonly PrimarySidebar: "PrimarySidebar";
readonly SecondarySidebar: "SecondarySidebar";
readonly Content: "Content";
}>