From dc49f56c7fb5f99e464921251ef0edbf16e2945e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C2=A0Ja=CC=81n=20Mikla=CC=81s=CC=8C?= Date: Fri, 5 Jul 2024 15:36:28 +0200 Subject: [PATCH] Add Table of Contents in README [MAILPOET-6136] --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index d00a4e6bd7..3a61d8bfe5 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,22 @@ +### Table of Contents + +1. [MailPoet](#mailpoet) +2. [Initial setup](#initial-setup) + 1. [Additional dependencies](#additional-dependencies) +3. [Xdebug](#xdebug) + 1. [PhpStorm setup](#phpstorm-setup) + 2. [Xdebug develop mode](#xdebug-develop-mode) + 3. [Xdebug for integration tests](#xdebug-for-integration-tests) +4. [Local development](#local-development) + 1. [NFS volume sharing for Mac](#nfs-volume-sharing-for-mac) + 2. [Husky hooks](#husky-hooks) +5. [Docker](#docker) + 1. [Commands](#commands) + 2. [Available PHP versions](#available-php-versions) + 3. [Disabling the Tracy panel](#disabling-the-tracy-panel) + 4. [Running individual tests](#running-individual-tests) +6. [TODO](#todo) + ## MailPoet The **MailPoet** plugin monorepo.