forked from TYPO3-Documentation/TYPO3CMS-Reference-TCA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Settings.cfg
69 lines (52 loc) · 2.15 KB
/
Settings.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
# coding: utf-8
# #####
#
# Settings.cfg - A TYPO3 Documentation Project's Configuration File
#
# About Syntax:
# See https://docs.python.org/2/library/configparser.html
#
# Put comments in separate lines!
#
# #####
# Attention:
# LEAVE RIGHT SIDE EMPTY for a 'false' value like:
# example_of_false_value =
[general]
; endless list of all of the general simple settings
; you can use in 'conf.py'
project = TYPO3 Core APIs
version = latest
release = latest
t3author = Documentation Team
copyright = Copyright since 2000 by the TYPO3 Documentation Team
description = Reference to the
Core APIs of TYPO3, for example main classes,
Extension API, Rich Text Editor (RTE) API
[html_theme_options]
; for theme t3SphinxThemeRtd
github_branch = latest
github_commit_hash =
github_repository = TYPO3-Documentation/TYPO3CMS-Reference-CoreApi
github_revision_msg =
github_sphinx_locale =
project_contact = mailto:documentation@typo3.org
project_discussions =
project_home =
project_issues = https://github.com/TYPO3-Documentation/TYPO3CMS-Reference-CoreApi/issues
project_repository = https://github.com/TYPO3-Documentation/TYPO3CMS-Reference-CoreApi
use_opensearch = https://docs.typo3.org/typo3cms/CoreApiReference
[intersphinx_mapping]
; in this manual we actually use (really?):
t3cgl = https://docs.typo3.org/typo3cms/CodingGuidelinesReference/
t3cmsapi = https://typo3.org/api/typo3cms/
t3extbasebook = https://docs.typo3.org/typo3cms/ExtbaseFluidBook/
t3fal = https://docs.typo3.org/typo3cms/FileAbstractionLayerReference/
t3inside = https://docs.typo3.org/typo3cms/InsideTypo3Reference/
t3services = https://docs.typo3.org/typo3cms/Typo3ServicesReference/
t3skinning = https://docs.typo3.org/typo3cms/SkinningReference/
t3tca = https://docs.typo3.org/typo3cms/TCAReference/
t3tsconfig = https://docs.typo3.org/typo3cms/TSconfigReference/
t3tsref = https://docs.typo3.org/typo3cms/TyposcriptReference/
# For a reference about this file see:
# https://github.com/marble/typo3-docs-typo3-org-resources/blob/master/userroot/scripts/bin/conf-2015-10.Reference.Settings.cfg