Skip to content

Commit

Permalink
Merge pull request #128 from crowdsecurity/toc-generator/update-toc-0
Browse files Browse the repository at this point in the history
chore(docs): update TOC (main)
  • Loading branch information
julienloizelet authored Apr 13, 2023
2 parents 90fb16a + 09bd1bf commit 4faf574
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 deletions.
9 changes: 0 additions & 9 deletions docs/DEVELOPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand Down
12 changes: 1 addition & 11 deletions docs/USER_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->
Expand Down

0 comments on commit 4faf574

Please sign in to comment.