3421826ca8
* Fixes #8381, set entity triplets to lowercase if config is set on docs tab at entity page Co-authored-by: Mehmet Mallı <mehmet.malli@trendyol.com> Signed-off-by: mertcbilgic <mert.bilgic@trendyol.com> * Changeset added Co-authored-by: Mehmet Mallı <mehmet.malli@trendyol.com> Signed-off-by: mertcbilgic <mert.bilgic@trendyol.com> * fixes due to review Co-authored-by: Mehmet Mallı <mehmet.malli@trendyol.com> Co-authored-by: Güven Altunsoy <guven.altunsoy@outlook.com> Co-authored-by: Nilgün Canbaz <nilgun.canbaz@trendyol.com> Co-authored-by: Burcu Karagöz <burcukaragoz1515@gmail.com> Co-authored-by: Murat Sökücü <murat.sokucu@trendyol.com> Signed-off-by: mertcbilgic <mert.bilgic@trendyol.com> Co-authored-by: Mehmet Mallı <mehmet.malli@trendyol.com> Co-authored-by: Güven Altunsoy <guven.altunsoy@outlook.com> Co-authored-by: Nilgün Canbaz <nilgun.canbaz@trendyol.com> Co-authored-by: Burcu Karagöz <burcukaragoz1515@gmail.com> Co-authored-by: Murat Sökücü <murat.sokucu@trendyol.com>
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.