mirror of
https://github.com/silverstripe/doc.silverstripe.org
synced 2024-10-22 17:05:50 +02:00
45 lines
1.0 KiB
YAML
45 lines
1.0 KiB
YAML
---
|
|
name: docsviewer
|
|
after: docsviewer#docsviewer
|
|
---
|
|
DocumentationViewer:
|
|
google_analytics_code: 'UA-84547-8'
|
|
DocumentationSearch:
|
|
enabled: true
|
|
DocumentationManifest:
|
|
automatic_registration: false
|
|
register_entities:
|
|
-
|
|
Path: "assets/src/framework_master/docs/"
|
|
Title: "Framework"
|
|
Version: "4.0"
|
|
Branch: "master"
|
|
DefaultEntity: true
|
|
-
|
|
Path: "assets/src/framework_3.3/docs/"
|
|
Title: "Framework"
|
|
Version: "3.3"
|
|
Branch: "3.3"
|
|
DefaultEntity: true
|
|
-
|
|
Path: "assets/src/framework_3.2/docs/"
|
|
Title: "Framework"
|
|
Version: "3.2"
|
|
Stable: true
|
|
DefaultEntity: true
|
|
-
|
|
Path: "assets/src/framework_3.1/docs/"
|
|
Title: "Framework"
|
|
Version: "3.1"
|
|
DefaultEntity: true
|
|
-
|
|
Path: "assets/src/framework_3.0/docs/"
|
|
Title: "Framework"
|
|
Version: "3.0"
|
|
DefaultEntity: true
|
|
-
|
|
Path: "assets/src/framework_2.4/docs/"
|
|
Title: "Framework"
|
|
Version: "2.4"
|
|
DefaultEntity: true
|