mirror of
https://github.com/silverstripe/doc.silverstripe.org
synced 2024-10-22 17:05:50 +02:00
14 lines
347 B
YAML
14 lines
347 B
YAML
StaticExporter:
|
|
extensions:
|
|
- DocumentationStaticPublisherExtension
|
|
disable_sitetree_export: true
|
|
Controller:
|
|
extensions:
|
|
- ControllerExtension
|
|
GlobalNav:
|
|
hostname: 'http://ssorg-another.test.silverstripe.com/'
|
|
css_path: '/themes/ssv3/css/toolbar.css'
|
|
use_localhost: false
|
|
SiteController:
|
|
extensions:
|
|
- GlobalNavExtension |