From 59ab1031e46e9caa2067cd3b24d35c1a5dfd12f2 Mon Sep 17 00:00:00 2001 From: Fabian Braun Date: Mon, 25 Nov 2024 16:38:45 +0100 Subject: [PATCH] Delete docs/source/plugins/heading.rst --- docs/source/plugins/heading.rst | 60 --------------------------------- 1 file changed, 60 deletions(-) delete mode 100644 docs/source/plugins/heading.rst diff --git a/docs/source/plugins/heading.rst b/docs/source/plugins/heading.rst deleted file mode 100644 index f9dbb4c0..00000000 --- a/docs/source/plugins/heading.rst +++ /dev/null @@ -1,60 +0,0 @@ -######### - Heading -######### - -The Heading plugin allows you to add headings (h1-h6) to your content with optional styling and anchors for navigation. - -************* -Configuration -************* - -- **Heading Level**: Choose h1-h6 for the heading tag -- **Heading Text**: The text content of the heading -- **Heading ID**: Optional anchor ID for TOC linking -- **Heading Alignment**: Text alignment (left, center, right) -- **Heading Context**: Optional Bootstrap contextual class for styling - -Example -======= - -Basic heading:: - -

My Section Title

- -To create a heading that will appear in a table of contents: - -1. Add a Heading plugin -2. Set the heading level (e.g., h2) -3. Enter your heading text -4. Set a unique ID in the "Heading ID" field -5. Optional: Adjust alignment and styling - -Advanced Usage -============= - -Styling -------- - -You can apply Bootstrap contextual classes through the "Heading Context" setting: - -- primary -- secondary -- success -- danger -- warning -- info -- light -- dark - -For example, selecting "primary" will add the ``text-primary`` class. - -TOC Integration --------------- - -To make a heading appear in a Table of Contents: - -1. The heading **must** have an ID set -2. The TOC plugin must be placed **after** the heading in the content flow -3. Only headings with IDs will appear in the TOC - -See the :doc:`Table of Contents ` documentation for more details.