plugin.tx_restdoc_pi1¶
Properties¶
Property |
Data type |
Default |
|
---|---|---|---|
yes |
empty |
||
yes |
"index" |
||
yes |
empty |
||
yes |
empty |
||
yes |
0 |
||
yes |
50 |
||
yes |
1 |
||
yes |
1 |
||
yes |
1 |
||
yes |
empty |
Property details¶
mode¶
plugin.tx_restdoc_pi1.mode =
string
Either BODY
, TOC
, RECENT
, TITLE
, QUICK_NAVIGATION
,
BREADCRUMB
, REFERENCES
, FILENAME
or SEARCH
to setup the plugin
from TypoScript.
rootPage¶
plugin.tx_restdoc_pi1.rootPage =
integer
UID of the page showing the documentation. This setting is used when mode =
SEARCH
to link back to the documentation from search results.
showPermanentLink¶
plugin.tx_restdoc_pi1.showPermanentLink =
boolean
Whether permanent links should be added to each section.
documentStructureMaxDocuments¶
plugin.tx_restdoc_pi1.documentStructureMaxDocuments =
integer
Maximal number of documents to be processed at once when generating the documentation's structure.
advertiseSphinx¶
plugin.tx_restdoc_pi1.advertiseSphinx =
boolean
Whether header JS block should be generated to advertise Sphinx to plugins such as Wappalizer.
addHeadPagination¶
plugin.tx_restdoc_pi1.addHeadPagination =
boolean
Whether pagination links should be added to the HEAD part. See Google's Webmaster Central Blog for additional information.
publishSources¶
plugin.tx_restdoc_pi1.publishSources =
boolean
If active, the sources of your documentation (content of directory _sources/
will be published. Please note that this flag should be set if you want to show
a context of where a search term was found.