From 09bd1bf95d626b27d6af434562d09fece289834e Mon Sep 17 00:00:00 2001 From: CrowdSec Dev Bot Date: Thu, 13 Apr 2023 07:14:57 +0000 Subject: [PATCH] chore(docs): update TOC --- docs/DEVELOPER.md | 9 --------- docs/USER_GUIDE.md | 12 +----------- 2 files changed, 1 insertion(+), 20 deletions(-) diff --git a/docs/DEVELOPER.md b/docs/DEVELOPER.md index 5365d58..f2fcb4f 100644 --- a/docs/DEVELOPER.md +++ b/docs/DEVELOPER.md @@ -18,8 +18,6 @@ - [Find IP of your docker services](#find-ip-of-your-docker-services) - [Unit test](#unit-test) - [Integration test](#integration-test) - - [Auto-prepend mode (standalone mode)](#auto-prepend-mode-standalone-mode) - - [End-to-end tests](#end-to-end-tests) - [Coding standards](#coding-standards) - [PHPCS Fixer](#phpcs-fixer) - [PHPSTAN](#phpstan) @@ -30,13 +28,6 @@ - [Generate CrowdSec tools and settings on start](#generate-crowdsec-tools-and-settings-on-start) - [Redis debug](#redis-debug) - [Memcached debug](#memcached-debug) -- [Example scripts](#example-scripts) - - [Clear cache script](#clear-cache-script) - - [Full Live mode example](#full-live-mode-example) - - [Set up the context](#set-up-the-context) - - [Get the remediation the clean IP "1.2.3.4"](#get-the-remediation-the-clean-ip-1234) - - [Now ban range 1.2.3.4 to 1.2.3.7 for 12h](#now-ban-range-1234-to-1237-for-12h) - - [Clear cache and get the new remediation](#clear-cache-and-get-the-new-remediation) - [Discover the CrowdSec LAPI](#discover-the-crowdsec-lapi) - [Use the CrowdSec cli (`cscli`)](#use-the-crowdsec-cli-cscli) - [Add decision for an IP or a range of IPs](#add-decision-for-an-ip-or-a-range-of-ips) diff --git a/docs/USER_GUIDE.md b/docs/USER_GUIDE.md index 0ccaa5d..0ca6375 100644 --- a/docs/USER_GUIDE.md +++ b/docs/USER_GUIDE.md @@ -12,17 +12,6 @@ - [Prerequisites](#prerequisites) - [Features](#features) - [Usage](#usage) -- [Standalone bouncer set up](#standalone-bouncer-set-up) - - [Copy sources](#copy-sources) - - [Files permission](#files-permission) - - [Composer](#composer) - - [Settings file](#settings-file) - - [`auto_prepend_file` directive](#auto_prepend_file-directive) - - [`.ini` file](#ini-file) - - [Nginx](#nginx) - - [Apache](#apache) - - [Stream mode cron task](#stream-mode-cron-task) - - [Cache pruning cron task](#cache-pruning-cron-task) - [Create your own bouncer](#create-your-own-bouncer) - [Implementation](#implementation) - [Test your bouncer](#test-your-bouncer) @@ -33,6 +22,7 @@ - [Geolocation](#geolocation) - [Captcha and ban wall settings](#captcha-and-ban-wall-settings) - [Debug](#debug) + - [Security note](#security-note) - [Other ready to use PHP bouncers](#other-ready-to-use-php-bouncers)