Skip to content

Commit a06bb9a

Browse files
[TASK] Align with new TYPO3 documentation standards (#503)
1 parent ff8e201 commit a06bb9a

26 files changed

Lines changed: 162 additions & 136 deletions

File tree

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ insert_final_newline = true
1313
trim_trailing_whitespace = true
1414

1515
# ReST-Files
16-
[*.rst]
16+
[*.{rst,rst.txt}]
1717
indent_size = 3
1818
max_line_length = 80
1919

Documentation/Applications/Index.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
.. -*- coding: utf-8 -*- with BOM.
2-
.. include:: ../Includes.txt
1+
.. include:: /Includes.rst.txt
32

43
============
54
Applications
@@ -91,7 +90,7 @@ tag
9190

9291
A tag name or tag glob pattern that is understood by `git ls-remote <https://git-scm.com/docs/git-ls-remote.html>`__.
9392

94-
Surf uses git (:shell:`ls-remote --sort=version`) to sort the results *versiony* and return the highest matching tag.
93+
Surf uses git (:bash:`ls-remote --sort=version`) to sort the results *versiony* and return the highest matching tag.
9594

9695
**Example:** ::
9796

Documentation/Architecture/Index.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
.. -*- coding: utf-8 -*- with BOM.
2-
.. include:: ../Includes.txt
1+
.. include:: /Includes.rst.txt
32

43
============
54
Architecture

Documentation/CliUsage/Index.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
.. -*- coding: utf-8 -*- with BOM.
2-
.. include:: ../Includes.txt
1+
.. include:: /Includes.rst.txt
32

43
=========
54
CLI Usage

Documentation/DeploymentFlow/Index.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
.. -*- coding: utf-8 -*- with BOM.
2-
.. include:: ../Includes.txt
1+
.. include:: /Includes.rst.txt
32

43
===============
54
Deployment Flow

Documentation/Examples/Flow/Index.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
.. -*- coding: utf-8 -*- with BOM.
2-
.. include:: ../../Includes.txt
1+
.. include:: /Includes.rst.txt
32
.. index:: Flow
43

54
=======================

Documentation/Examples/Index.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
.. -*- coding: utf-8 -*- with BOM.
2-
.. include:: ../Includes.txt
1+
.. include:: /Includes.rst.txt
32

43
==================
54
Deployment Recipes

Documentation/Examples/Laravel/Index.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
.. -*- coding: utf-8 -*- with BOM.
2-
.. include:: ../../Includes.txt
1+
.. include:: /Includes.rst.txt
32
.. index:: TYPO3
43

54
==================================

Documentation/Examples/Neos/Index.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
.. -*- coding: utf-8 -*- with BOM.
2-
.. include:: ../../Includes.txt
1+
.. include:: /Includes.rst.txt
32
.. index:: Neos, Flow
43

54
===========================

Documentation/Examples/Other/Index.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
.. -*- coding: utf-8 -*- with BOM.
2-
.. include:: ../../Includes.txt
1+
.. include:: /Includes.rst.txt
32

43
=====================================
54
How to deploy other apps and websites

0 commit comments

Comments
 (0)