43afbe50aa
* 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>
14 lines
390 B
YAML
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)$'
|