mirror of
https://github.com/silverstripe/doc.silverstripe.org
synced 2024-10-22 17:05:50 +02:00
6604109f31
- GitMarkdownUpdater - SVNMarkdonUpdater Add logging for errors to SS_Log Secure escaping of shell arguments and error detection
20 lines
322 B
YAML
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
|
|
|