Skip to content

Commit 8e55d2d

Browse files
Add missing table of contents and headline anchors
1 parent 8686880 commit 8e55d2d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Documentation/Quickstart/1-Preqrequisites.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,16 @@ We will not explain you how to set up the following prerequisites.
1313
There are several tutorials for this on the web, and if you follow
1414
the Quick Start guide, you should know how to do this.
1515

16+
.. contents::
17+
18+
.. _quickstart-prerequisites-operating-system:
1619
Operating System
1720
----------------
1821

1922
A computer running Windows with WSL2, macOS or Linux - connected to
2023
the Internet.
2124

25+
.. _quickstart-prerequisites-docker:
2226
Docker
2327
------
2428

@@ -28,12 +32,14 @@ or an alternative like `OrbStack <https://orbstack.dev/>`__, `Podman <https://po
2832
do not need to install any `Desktop` variants, but can use their base
2933
Docker or Podman setup.
3034

35+
.. _quickstart-prerequisites-ddev:
3136
DDEV
3237
----
3338

3439
`DDEV <https://ddev.com>`__ is a layer on top of Docker. How to utilize it is
3540
covered in this guide.
3641

42+
.. _quickstart-prerequisites-terminal:
3743
Terminal (Bash)
3844
---------------
3945

@@ -44,6 +50,7 @@ You are free to use another local shell for your work, but the scripts
4450
provided by the TYPO3 Core (most importantly `runTests.sh`) require Bash
4551
to be available.
4652

53+
.. _quickstart-prerequisites-git-client:
4754
Git client
4855
----------
4956

@@ -52,13 +59,15 @@ This guide expects you can execute `git` terminal commands.
5259
This guide uses the *https* method to connect to GitHub, so you do not
5360
need to have a GitHub account.
5461

62+
.. _quickstart-prerequisites-ssh:
5563
SSH client plus SSH key(s) and an email account
5664
-----------------------------------------------
5765

5866
This guide expects you can execute `ssh` terminal commands and connect to
5967
foreign hosts. You will need a private SSH key pair and know how to authenticate
6068
with it. You need an email account to setup accounts.
6169

70+
.. _quickstart-prerequisites-ide:
6271
PHP IDE / Editor
6372
----------------
6473

0 commit comments

Comments
 (0)