Merge pull request #31866 from backstage/techdocs-optional-config

Techdocs: optional config
This commit is contained in:
Vincenzo Scamporlino
2025-11-26 10:22:54 +01:00
committed by GitHub
3 changed files with 8 additions and 2 deletions
+6
View File
@@ -0,0 +1,6 @@
---
'@backstage/plugin-techdocs-backend': patch
'@backstage/plugin-techdocs': patch
---
The `techdocs` config is now marked as optional.
+1 -1
View File
@@ -21,7 +21,7 @@ export interface Config {
* Configuration options for the techdocs-backend plugin
* @see http://backstage.io/docs/features/techdocs/configuration
*/
techdocs: {
techdocs?: {
/**
* Documentation building process depends on the builder attr
* @visibility frontend
+1 -1
View File
@@ -19,7 +19,7 @@ export interface Config {
* Configuration options for the techdocs plugin
* @see http://backstage.io/docs/features/techdocs/configuration
*/
techdocs: {
techdocs?: {
/**
* Documentation building process depends on the builder attr
* @visibility frontend