This repository has been archived by the owner on Feb 25, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 80
/
Settings.cfg
55 lines (43 loc) · 1.74 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
# coding: utf-8
# #####
#
# Settings.cfg - A TYPO3 Documentation Project's Configuration File
#
# About Syntax:
# See https://docs.python.org/2/library/configparser.html
#
# Attention:
# Only " ;" can start an inline comment.
# This is: blank PLUS semicolon!
#
# #####
[general]
; endless list of all of the general simple settings
; you can use in 'conf.py'
project = A TYPO3 Extbase and Fluid Guide
version = master (10.x)
release = master (10.x)
t3author = Stefan Frömken & TYPO3 Community
copyright = by the authors since ever
description = A TYPO3 Extbase and Fluid Guide
[html_theme_options]
; for theme t3SphinxThemeRtd
github_branch = master
github_repository = TYPO3-Documentation/TYPO3CMS-Guide-Extbase
github_revision_msg =
github_sphinx_locale =
project_contact =
project_discussions = http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-project-typo3v4mvc
project_home = https://forge.typo3.org/projects/typo3cms-core
project_issues = https://github.com/TYPO3-Documentation/TYPO3CMS-Guide-Extbase/issues
project_repository = https://github.com/TYPO3-Documentation/TYPO3CMS-Guide-Extbase
use_opensearch =
[intersphinx_mapping]
# t3coreapi = https://docs.typo3.org/typo3cms/CoreApiReference/
t3extbasebook = https://docs.typo3.org/m/typo3/book-extbasefluid/master/en-us/
t3start = https://docs.typo3.org/typo3cms/GettingStartedTutorial/
# t3tsconfig = https://docs.typo3.org/typo3cms/TSconfigReference/
t3tsref = https://docs.typo3.org/m/typo3/reference-typoscript/master/en-us/<Paste>
t3fluidvhreference = https://docs.typo3.org/other/typo3/view-helper-reference/9.5/en-us/
# t3api = http://typo3.org/api/typo3cms/
# extcore = https://docs.typo3.org/typo3cms/extensions/core/latest/