Inhoudsopgave toegevoegd aan handleidingen met HeadingPermalinkExtension

- Nederlandse en Engelse handleiding hebben nu een inhoudsopgave
  met anchors naar alle hoofdstukken op dezelfde pagina
- HeadingPermalinkExtension toegevoegd aan CommonMark configuratie
  voor zowel frontend als admin markdown parsers
- Heading IDs gegenereerd voor elk kopje (## en lager)
This commit is contained in:
2026-07-28 14:13:03 +02:00
parent 024328c871
commit 596b745bad
5 changed files with 71 additions and 0 deletions
+22
View File
@@ -1,5 +1,27 @@
# CodePress CMS Guide
## Table of Contents
- [Overview](#overview)
- [Features](#features)
- [Installation](#installation)
- [Project Structure](#project-structure)
- [Configuration](#configuration)
- [Content Structure](#content-structure)
- [Admin Console](#admin-console)
- [Templates](#templates)
- [URL Structure](#url-structure)
- [SEO Optimization](#seo-optimization)
- [Plugin System](#plugin-system)
- [Content API](#content-api-for-php-content-files)
- [Analytics & Tracking](#analytics--tracking)
- [Frequently Asked Questions](#frequently-asked-questions)
- [Troubleshooting](#troubleshooting)
- [Security](#security)
- [Version](#version)
- [Support](#support)
- [License](#license)
## Overview
CodePress CMS is a lightweight, file-based content management system built with PHP (>=8.0). Works without a database.
+22
View File
@@ -1,5 +1,27 @@
# CodePress CMS Handleiding
## Inhoudsopgave
- [Overzicht](#overzicht)
- [Functies](#functies)
- [Installatie](#installatie)
- [Projectstructuur](#projectstructuur)
- [Configuratie](#configuratie)
- [Content Structuur](#content-structuur)
- [Admin Console](#admin-console)
- [Templates](#templates)
- [URL Structuur](#url-structuur)
- [SEO Optimalisatie](#seo-optimalisatie)
- [Plugin Systeem](#plugin-systeem)
- [Content API](#content-api-voor-php-content-bestanden)
- [Analytics & Tracking](#analytics--tracking)
- [Veelgestelde Vragen](#veelgestelde-vragen)
- [Troubleshooting](#troubleshooting)
- [Beveiliging](#beveiliging)
- [Versie](#versie)
- [Ondersteuning](#ondersteuning)
- [Licentie](#licentie)
## Overzicht
CodePress CMS is een lichtgewicht, file-based content management systeem gebouwd met PHP (>=8.0). Werkt zonder database.