Files
backstage/plugins/techdocs
Patrik Oldsberg 6a691b4303 Merge pull request #20842 from backstage/blam/fix-annotations-staet
Export `MissingAnnotationEmptyState` from `@backstage/plugin-catalog-react` instead
2023-11-02 10:33:08 +01:00
..
2023-10-26 22:26:30 +02:00
2023-10-31 15:42:09 +01:00
2023-10-31 15:42:09 +01:00

TechDocs Plugin

Getting started

Set up Backstage and TechDocs by following our guide on Getting Started.

Configuration

Refer to our configuration reference for a complete listing of configuration options.

TechDocs Storage API

The default setup of TechDocs assumes that your documentation is accessed by reading a page with the format of <storageUrl>/<entity kind>/<entity namespace>/<entity name>. This can be configured by implementing a new techdocs storage API.