doc.silverstripe.org/app/_config/config.yml
Damian Mooyman 6604109f31
API Split updater into a service and provide two default implementations:
- GitMarkdownUpdater
 - SVNMarkdonUpdater
Add logging for errors to SS_Log
Secure escaping of shell arguments and error detection
2016-06-24 17:48:27 +12:00

20 lines
322 B
YAML

---
After:
- framework/*
- cms/*
---
StaticExporter:
extensions:
- DocumentationStaticPublisherExtension
disable_sitetree_export: true
Controller:
extensions:
- ControllerExtension
QuickFeedbackExtension:
redirect_field: true
rate_limit: 1
Injector:
MarkdownUpdater:
class: GitMarkdownUpdater