Files
backstage/packages/techdocs-cli-embedded-app/app-config.yaml
T
Gabriel Dugny 27798df0a3 Migrate techdocs-cli-embedded-app to NFS
Signed-off-by: Gabriel Dugny <gabriel.dugny@believe.com>
2026-01-11 20:25:25 +01:00

19 lines
506 B
YAML

app:
title: Techdocs Preview App
baseUrl: http://localhost:3000
extensions:
- sign-in-page:app: false
- page:techdocs/reader:
config:
withSearch: false
backend:
baseUrl: http://localhost:3000
techdocs:
builder: 'external'
sanitizer:
# Allow live reload locally. Added in this config to avoid updating the main techdocs plugin.
allowedCustomElementTagNameRegExp: '^live-reload$'
allowedCustomElementAttributeNameRegExp: '^live-reload-(epoch|request-id)$'