Files
Gabriel Dugny c47f3d8a73 Flip boolean config
Signed-off-by: Gabriel Dugny <gabriel.dugny@believe.com>
2026-02-10 23:59:40 +01:00

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)$'