|
6 | 6 |
|
7 | 7 | <!-- START doctoc generated TOC please keep comment here to allow auto update --> |
8 | 8 | <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> |
| 9 | +**Table of Contents** |
| 10 | + |
| 11 | +- [Local development](#local-development) |
| 12 | + - [DDEV-Local setup](#ddev-local-setup) |
| 13 | + - [DDEV installation](#ddev-installation) |
| 14 | + - [Prepare DDEV WordPress environment](#prepare-ddev-wordpress-environment) |
| 15 | + - [WordPress installation](#wordpress-installation) |
| 16 | + - [DDEV Usage](#ddev-usage) |
| 17 | + - [Test the module](#test-the-module) |
| 18 | + - [Install the module](#install-the-module) |
| 19 | + - [End-to-end tests](#end-to-end-tests) |
| 20 | + - [Update composer dependencies](#update-composer-dependencies) |
| 21 | + - [Development phase](#development-phase) |
| 22 | + - [Production release](#production-release) |
| 23 | +- [Quick start guide](#quick-start-guide) |
| 24 | + - [Live mode](#live-mode) |
| 25 | + - [Discover the cache system](#discover-the-cache-system) |
| 26 | + - [Try "ban" remediation](#try-ban-remediation) |
| 27 | + - [Try "captcha" remediation](#try-captcha-remediation) |
| 28 | + - [Stream mode, for the high traffic websites](#stream-mode-for-the-high-traffic-websites) |
| 29 | + - [Try Redis or Memcached](#try-redis-or-memcached) |
| 30 | + - [Redis](#redis) |
| 31 | + - [Memcached](#memcached) |
| 32 | +- [Commit message](#commit-message) |
| 33 | + - [Allowed message `type` values](#allowed-message-type-values) |
| 34 | +- [Release process](#release-process) |
9 | 35 |
|
10 | 36 | <!-- END doctoc generated TOC please keep comment here to allow auto update --> |
11 | 37 |
|
|
0 commit comments