diff --git a/app/_config/config.yml b/app/_config/config.yml index c07aca2..6112067 100644 --- a/app/_config/config.yml +++ b/app/_config/config.yml @@ -1,3 +1,8 @@ +--- +After: + - framework/* + - cms/* +--- StaticExporter: extensions: - DocumentationStaticPublisherExtension @@ -5,6 +10,11 @@ StaticExporter: Controller: extensions: - ControllerExtension + +--- +After: + - toolbar/* +--- GlobalNav: hostname: 'http://ssorg-another.test.silverstripe.com/' css_path: '/themes/ssv3/css/toolbar.css' diff --git a/themes/docs/templates/DocumentationViewer.ss b/themes/docs/templates/DocumentationViewer.ss index fd1ef14..7be9d3f 100644 --- a/themes/docs/templates/DocumentationViewer.ss +++ b/themes/docs/templates/DocumentationViewer.ss @@ -8,7 +8,6 @@ -