Merge pull request #31866 from backstage/techdocs-optional-config
Techdocs: optional config
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
---
|
||||
'@backstage/plugin-techdocs-backend': patch
|
||||
'@backstage/plugin-techdocs': patch
|
||||
---
|
||||
|
||||
The `techdocs` config is now marked as optional.
|
||||
Vendored
+1
-1
@@ -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
|
||||
|
||||
Vendored
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user