c47f3d8a73
Signed-off-by: Gabriel Dugny <gabriel.dugny@believe.com>
19 lines
508 B
YAML
19 lines
508 B
YAML
app:
|
|
title: Techdocs Preview App
|
|
baseUrl: http://localhost:3000
|
|
extensions:
|
|
- sign-in-page:app: false
|
|
- page:techdocs/reader:
|
|
config:
|
|
withoutSearch: true
|
|
|
|
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)$'
|