From e6cdca6ea16810ca372ee0788986b8e3934657c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Machulda?= Date: Tue, 30 Nov 2021 21:46:16 +0100 Subject: [PATCH] Docs: Add table of contents to readme --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 62b8f14e..cdc21cb9 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,16 @@ Provide configurable cookie consent banner with predefined LMC defaults. The UI The package is a wrapper around [Cookie Consent] by [Orest Bida]. +## Table of contents + +1. [Basic usage](#basic-usage) +1. [Loading the plugin](#loading-the-plugin) +1. [Manage features depending on given consent](#manage-features-depending-on-given-consent) +1. [Configuration](#configuration) +1. [Configuration options](#configuration-options) +1. [Theming](#theming) +1. [Development and contributing](#development-and-contributing) + ## Basic usage Make assets load faster by placing pre-connect headers right after `` in your ``: @@ -379,6 +389,8 @@ If your project does _not_ use Spirit, you still may adjust exposed CSS custom p } ``` +[👀 See dark mode example][examples-theming] + ## Development and contributing ### Local development