Files
backstage/packages/techdocs-cli-embedded-app/app-config.yaml
T
Gabriel Dugny 43afbe50aa feat(techdocs): POC livereload for techdocs-cli serve (#30541)
* feat(techdocs): POC livereload for techdocs-cli serve

Signed-off-by: Gabriel Dugny <gabriel.dugny@believe.com>

* chore: techdocs reload tests, refactor

Signed-off-by: Gabriel Dugny <gabriel.dugny@believe.com>

---------

Signed-off-by: Gabriel Dugny <gabriel.dugny@believe.com>
2025-10-07 13:29:14 -04:00

14 lines
390 B
YAML

app:
title: Techdocs Preview App
baseUrl: http://localhost:3000
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)$'