From: Matthias Schmidt Date: Sun, 27 Dec 2020 15:13:38 +0000 (+0100) Subject: Remove obsolete header information in markdown files X-Git-Tag: 5.6.final~328^2~18 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=e3747bbcf45e827af429c831cf1eb33942ebe874;p=GitHub%2FWoltLab%2Fwoltlab.github.io.git Remove obsolete header information in markdown files --- diff --git a/docs/getting-started_quick-start.md b/docs/getting-started_quick-start.md index 0bfffd8c..3d804b1d 100644 --- a/docs/getting-started_quick-start.md +++ b/docs/getting-started_quick-start.md @@ -1,9 +1,4 @@ ---- -title: Creating a simple package -sidebar: sidebar -permalink: getting-started_quick-start.html -folder: getting-started ---- +# Creating a simple package ## Setup and Requirements diff --git a/docs/index.md b/docs/index.md index 866a0ca1..1c2a168f 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,9 +1,4 @@ ---- -title: WoltLab Suite 5.3 Documentation -sidebar: sidebar -permalink: index.html -toc: false ---- +# WoltLab Suite 5.3 Documentation ## Introduction diff --git a/docs/javascript_code-snippets.md b/docs/javascript_code-snippets.md index ac66f8a3..90608f54 100644 --- a/docs/javascript_code-snippets.md +++ b/docs/javascript_code-snippets.md @@ -1,9 +1,4 @@ ---- -title: Code Snippets - JavaScript API -sidebar: sidebar -permalink: javascript_code-snippets.html -folder: javascript ---- +# Code Snippets - JavaScript API This is a list of code snippets that do not fit into any of the other articles and merely describe how to achieve something very specific, rather than explaining diff --git a/docs/javascript_general-usage.md b/docs/javascript_general-usage.md index 332c1d81..d2a16bb9 100644 --- a/docs/javascript_general-usage.md +++ b/docs/javascript_general-usage.md @@ -1,9 +1,4 @@ ---- -title: General JavaScript Usage -sidebar: sidebar -permalink: javascript_general-usage.html -folder: javascript ---- +# General JavaScript Usage ## The History of the Legacy API diff --git a/docs/javascript_helper-functions.md b/docs/javascript_helper-functions.md index fdecfaeb..7bddd2dc 100644 --- a/docs/javascript_helper-functions.md +++ b/docs/javascript_helper-functions.md @@ -1,9 +1,4 @@ ---- -title: JavaScript Helper Functions -sidebar: sidebar -permalink: javascript_helper-functions.html -folder: javascript ---- +# JavaScript Helper Functions ## Introduction diff --git a/docs/javascript_legacy-api.md b/docs/javascript_legacy-api.md index c27435cf..2badf310 100644 --- a/docs/javascript_legacy-api.md +++ b/docs/javascript_legacy-api.md @@ -1,9 +1,4 @@ ---- -title: Legacy JavaScript API -sidebar: sidebar -permalink: javascript_legacy-api.html -folder: javascript ---- +# Legacy JavaScript API ## Introduction diff --git a/docs/javascript_new-api_ajax.md b/docs/javascript_new-api_ajax.md index e208000a..67800fff 100644 --- a/docs/javascript_new-api_ajax.md +++ b/docs/javascript_new-api_ajax.md @@ -1,9 +1,4 @@ ---- -title: Ajax Requests - JavaScript API -sidebar: sidebar -permalink: javascript_new-api_ajax.html -folder: javascript ---- +# Ajax Requests - JavaScript API ## Ajax inside Modules diff --git a/docs/javascript_new-api_browser.md b/docs/javascript_new-api_browser.md index afeecca9..10aa598a 100644 --- a/docs/javascript_new-api_browser.md +++ b/docs/javascript_new-api_browser.md @@ -1,9 +1,4 @@ ---- -title: Browser and Screen Sizes - JavaScript API -sidebar: sidebar -permalink: javascript_new-api_browser.html -folder: javascript ---- +# Browser and Screen Sizes - JavaScript API ## `Ui/Screen` diff --git a/docs/javascript_new-api_core.md b/docs/javascript_new-api_core.md index 23cb4d45..e8552352 100644 --- a/docs/javascript_new-api_core.md +++ b/docs/javascript_new-api_core.md @@ -1,9 +1,4 @@ ---- -title: Core Modules and Functions - JavaScript API -sidebar: sidebar -permalink: javascript_new-api_core.html -folder: javascript ---- +# Core Modules and Functions - JavaScript API A brief overview of common methods that may be useful when writing any module. diff --git a/docs/javascript_new-api_data-structures.md b/docs/javascript_new-api_data-structures.md index 5bea9e16..d84ab221 100644 --- a/docs/javascript_new-api_data-structures.md +++ b/docs/javascript_new-api_data-structures.md @@ -1,9 +1,4 @@ ---- -title: Data Structures - JavaScript API -sidebar: sidebar -permalink: javascript_new-api_data-structures.html -folder: javascript ---- +# Data Structures - JavaScript API ## Introduction diff --git a/docs/javascript_new-api_dialogs.md b/docs/javascript_new-api_dialogs.md index 25e77dfd..5d0fd818 100644 --- a/docs/javascript_new-api_dialogs.md +++ b/docs/javascript_new-api_dialogs.md @@ -1,9 +1,4 @@ ---- -title: Dialogs - JavaScript API -sidebar: sidebar -permalink: javascript_new-api_dialogs.html -folder: javascript ---- +# Dialogs - JavaScript API ## Introduction diff --git a/docs/javascript_new-api_dom.md b/docs/javascript_new-api_dom.md index c28d6d14..91e72106 100644 --- a/docs/javascript_new-api_dom.md +++ b/docs/javascript_new-api_dom.md @@ -1,9 +1,4 @@ ---- -title: Working with the DOM - JavaScript API -sidebar: sidebar -permalink: javascript_new-api_dom.html -folder: javascript ---- +# Working with the DOM - JavaScript API ## Helper Functions diff --git a/docs/javascript_new-api_events.md b/docs/javascript_new-api_events.md index f89886b2..83a85f1e 100644 --- a/docs/javascript_new-api_events.md +++ b/docs/javascript_new-api_events.md @@ -1,9 +1,4 @@ ---- -title: Event Handling - JavaScript API -sidebar: sidebar -permalink: javascript_new-api_events.html -folder: javascript ---- +# Event Handling - JavaScript API ## `EventKey` diff --git a/docs/javascript_new-api_ui.md b/docs/javascript_new-api_ui.md index 4192df86..9be6ef77 100644 --- a/docs/javascript_new-api_ui.md +++ b/docs/javascript_new-api_ui.md @@ -1,9 +1,4 @@ ---- -title: User Interface - JavaScript API -sidebar: sidebar -permalink: javascript_new-api_ui.html -folder: javascript ---- +# User Interface - JavaScript API ## `Ui/Alignment` diff --git a/docs/javascript_new-api_writing-a-module.md b/docs/javascript_new-api_writing-a-module.md index ed89bff9..208c3319 100644 --- a/docs/javascript_new-api_writing-a-module.md +++ b/docs/javascript_new-api_writing-a-module.md @@ -1,9 +1,4 @@ ---- -title: Writing a Module - JavaScript API -sidebar: sidebar -permalink: javascript_new-api_writing-a-module.html -folder: javascript ---- +# Writing a Module - JavaScript API ## Introduction diff --git a/docs/migration_wcf-21_css.md b/docs/migration_wcf-21_css.md index 11ff2ca1..7511f68d 100644 --- a/docs/migration_wcf-21_css.md +++ b/docs/migration_wcf-21_css.md @@ -1,9 +1,4 @@ ---- -title: WCF 2.1.x - CSS -sidebar: sidebar -permalink: migration_wcf-21_css.html -folder: migration/wcf-21 ---- +# WCF 2.1.x - CSS The LESS compiler has been in use since WoltLab Community Framework 2.0, but was replaced with a SCSS compiler in WoltLab Suite 3.0. This change was motivated by SCSS becoming the de facto standard for CSS pre-processing and some really annoying shortcomings in the old LESS compiler. diff --git a/docs/migration_wcf-21_package.md b/docs/migration_wcf-21_package.md index 983e42f2..7c33da4e 100644 --- a/docs/migration_wcf-21_package.md +++ b/docs/migration_wcf-21_package.md @@ -1,9 +1,4 @@ ---- -title: WCF 2.1.x - Package Components -sidebar: sidebar -permalink: migration_wcf-21_package.html -folder: migration/wcf-21 ---- +# WCF 2.1.x - Package Components ## package.xml diff --git a/docs/migration_wcf-21_php.md b/docs/migration_wcf-21_php.md index 4a5af635..bb1b924e 100644 --- a/docs/migration_wcf-21_php.md +++ b/docs/migration_wcf-21_php.md @@ -1,9 +1,4 @@ ---- -title: WCF 2.1.x - PHP -sidebar: sidebar -permalink: migration_wcf-21_php.html -folder: migration/wcf-21 ---- +# WCF 2.1.x - PHP ## Message Processing diff --git a/docs/migration_wcf-21_templates.md b/docs/migration_wcf-21_templates.md index 6666780b..363afb21 100644 --- a/docs/migration_wcf-21_templates.md +++ b/docs/migration_wcf-21_templates.md @@ -1,9 +1,4 @@ ---- -title: WCF 2.1.x - Templates -sidebar: sidebar -permalink: migration_wcf-21_templates.html -folder: migration/wcf-21 ---- +# WCF 2.1.x - Templates ## Page Layout diff --git a/docs/migration_wsc-30_css.md b/docs/migration_wsc-30_css.md index 9c895331..07e52753 100644 --- a/docs/migration_wsc-30_css.md +++ b/docs/migration_wsc-30_css.md @@ -1,9 +1,4 @@ ---- -title: Migrating from WSC 3.0 - CSS -sidebar: sidebar -permalink: migration_wsc-30_css.html -folder: migration/wsc-30 ---- +# Migrating from WSC 3.0 - CSS ## New Style Variables diff --git a/docs/migration_wsc-30_javascript.md b/docs/migration_wsc-30_javascript.md index 59c03916..39acb65e 100644 --- a/docs/migration_wsc-30_javascript.md +++ b/docs/migration_wsc-30_javascript.md @@ -1,9 +1,4 @@ ---- -title: Migrating from WSC 3.0 - JavaScript -sidebar: sidebar -permalink: migration_wsc-30_javascript.html -folder: migration/wsc-30 ---- +# Migrating from WSC 3.0 - JavaScript ## Accelerated Guest View / Tiny Builds diff --git a/docs/migration_wsc-30_package.md b/docs/migration_wsc-30_package.md index 25d8ce13..f355f129 100644 --- a/docs/migration_wsc-30_package.md +++ b/docs/migration_wsc-30_package.md @@ -1,9 +1,4 @@ ---- -title: Migrating from WSC 3.0 - Package Components -sidebar: sidebar -permalink: migration_wsc-30_package.html -folder: migration/wsc-30 ---- +# Migrating from WSC 3.0 - Package Components ## Cronjob Scheduler uses Server Timezone diff --git a/docs/migration_wsc-30_php.md b/docs/migration_wsc-30_php.md index 5591613b..2f8278c1 100644 --- a/docs/migration_wsc-30_php.md +++ b/docs/migration_wsc-30_php.md @@ -1,9 +1,4 @@ ---- -title: Migrating from WSC 3.0 - PHP -sidebar: sidebar -permalink: migration_wsc-30_php.html -folder: migration/wsc-30 ---- +# Migrating from WSC 3.0 - PHP ## Approval-System for Comments diff --git a/docs/migration_wsc-30_templates.md b/docs/migration_wsc-30_templates.md index 62d8dedf..547a4e48 100644 --- a/docs/migration_wsc-30_templates.md +++ b/docs/migration_wsc-30_templates.md @@ -1,9 +1,4 @@ ---- -title: Migrating from WSC 3.0 - Templates -sidebar: sidebar -permalink: migration_wsc-30_templates.html -folder: migration/wsc-30 ---- +# Migrating from WSC 3.0 - Templates ## Comment-System Overhaul diff --git a/docs/migration_wsc-31_php.md b/docs/migration_wsc-31_php.md index 92748eb5..5b131289 100644 --- a/docs/migration_wsc-31_php.md +++ b/docs/migration_wsc-31_php.md @@ -1,9 +1,4 @@ ---- -title: Migrating from WSC 3.1 - PHP -sidebar: sidebar -permalink: migration_wsc-31_php.html -folder: migration/wsc-31 ---- +# Migrating from WSC 3.1 - PHP ## Form Builder diff --git a/docs/migration_wsc-52_libraries.md b/docs/migration_wsc-52_libraries.md index 1039fe3f..8048985a 100644 --- a/docs/migration_wsc-52_libraries.md +++ b/docs/migration_wsc-52_libraries.md @@ -1,9 +1,4 @@ ---- -title: Migrating from WSC 5.2 - Third Party Libraries -sidebar: sidebar -permalink: migration_wsc-52_libraries.html -folder: migration/wsc-52 ---- +# Migrating from WSC 5.2 - Third Party Libraries ## SCSS Compiler diff --git a/docs/migration_wsc-52_php.md b/docs/migration_wsc-52_php.md index aaf94a85..d795d1e9 100644 --- a/docs/migration_wsc-52_php.md +++ b/docs/migration_wsc-52_php.md @@ -1,9 +1,4 @@ ---- -title: Migrating from WSC 5.2 - PHP -sidebar: sidebar -permalink: migration_wsc-52_php.html -folder: migration/wsc-52 ---- +# Migrating from WSC 5.2 - PHP ## Comments diff --git a/docs/migration_wsc-52_templates.md b/docs/migration_wsc-52_templates.md index bd23044c..fd53a682 100644 --- a/docs/migration_wsc-52_templates.md +++ b/docs/migration_wsc-52_templates.md @@ -1,9 +1,4 @@ ---- -title: Migrating from WSC 5.2 - Templates and Languages -sidebar: sidebar -permalink: migration_wsc-52_templates.html -folder: migration/wsc-52 ---- +# Migrating from WSC 5.2 - Templates and Languages ## `{jslang}` diff --git a/docs/migration_wsc-53_javascript.md b/docs/migration_wsc-53_javascript.md index 54a4df68..240aa191 100644 --- a/docs/migration_wsc-53_javascript.md +++ b/docs/migration_wsc-53_javascript.md @@ -1,9 +1,4 @@ ---- -title: Migrating from WSC 5.3 - JavaScript -sidebar: sidebar -permalink: migration_wsc-53_javascript.html -folder: migration/wsc-53 ---- +# Migrating from WSC 5.3 - JavaScript ## `WCF_CLICK_EVENT` diff --git a/docs/migration_wsc-53_libraries.md b/docs/migration_wsc-53_libraries.md index a35a5bb6..d82beadf 100644 --- a/docs/migration_wsc-53_libraries.md +++ b/docs/migration_wsc-53_libraries.md @@ -1,9 +1,4 @@ ---- -title: Migrating from WSC 5.3 - Third Party Libraries -sidebar: sidebar -permalink: migration_wsc-53_libraries.html -folder: migration/wsc-53 ---- +# Migrating from WSC 5.3 - Third Party Libraries ## Guzzle diff --git a/docs/migration_wsc-53_php.md b/docs/migration_wsc-53_php.md index 3ed2cbd9..537dca96 100644 --- a/docs/migration_wsc-53_php.md +++ b/docs/migration_wsc-53_php.md @@ -1,9 +1,4 @@ ---- -title: Migrating from WSC 5.3 - PHP -sidebar: sidebar -permalink: migration_wsc-53_php.html -folder: migration/wsc-53 ---- +# Migrating from WSC 5.3 - PHP ## Minimum requirements diff --git a/docs/migration_wsc-53_session.md b/docs/migration_wsc-53_session.md index 94943f6d..e10621e6 100644 --- a/docs/migration_wsc-53_session.md +++ b/docs/migration_wsc-53_session.md @@ -1,9 +1,4 @@ ---- -title: Migrating from WSC 5.3 - Session Handling and Authentication -sidebar: sidebar -permalink: migration_wsc-53_session.html -folder: migration/wsc-53 ---- +# Migrating from WSC 5.3 - Session Handling and Authentication WoltLab Suite 5.4 includes a completely refactored session handling. As long as you only interact with sessions via `WCF::getSession()`, especially when you perform read-only accesses, you should not notice any breaking changes. diff --git a/docs/migration_wsc-53_templates.md b/docs/migration_wsc-53_templates.md index 6659ccee..317cd2f1 100644 --- a/docs/migration_wsc-53_templates.md +++ b/docs/migration_wsc-53_templates.md @@ -1,9 +1,4 @@ ---- -title: Migrating from WSC 5.3 - Templates and Languages -sidebar: sidebar -permalink: migration_wsc-53_templates.html -folder: migration/wsc-523 ---- +# Migrating from WSC 5.3 - Templates and Languages ## `{csrfToken}` diff --git a/docs/package_database-php-api.md b/docs/package_database-php-api.md index 36778e14..f9d04f1f 100644 --- a/docs/package_database-php-api.md +++ b/docs/package_database-php-api.md @@ -1,9 +1,4 @@ ---- -title: Database PHP API -permalink: package_database-php-api.html -folder: package -parent: package_pip ---- +# Database PHP API {% include callout.html content="Available since WoltLab Suite 5.2." type="info" %} diff --git a/docs/package_package-xml.md b/docs/package_package-xml.md index 6b828f71..56c4188e 100644 --- a/docs/package_package-xml.md +++ b/docs/package_package-xml.md @@ -1,9 +1,4 @@ ---- -title: package.xml -sidebar: sidebar -permalink: package_package-xml.html -folder: package ---- +# package.xml The `package.xml` is the core component of every package. It provides the meta data (e.g. package name, description, author) and the instruction set for a new installation and/or updating from a previous version. diff --git a/docs/package_pip.md b/docs/package_pip.md index 0033feee..0cad2c87 100644 --- a/docs/package_pip.md +++ b/docs/package_pip.md @@ -1,9 +1,4 @@ ---- -title: Package Installation Plugins -sidebar: sidebar -permalink: package_pip.html -folder: package ---- +# Package Installation Plugins Package Installation Plugins (PIPs) are interfaces to deploy and edit content as well as components. diff --git a/docs/php_api_caches.md b/docs/php_api_caches.md index 7615ccec..da0ee15a 100644 --- a/docs/php_api_caches.md +++ b/docs/php_api_caches.md @@ -1,9 +1,4 @@ ---- -title: Caches -sidebar: sidebar -permalink: php_api_caches.html -folder: php/api ---- +# Caches WoltLab Suite offers two distinct types of caches: diff --git a/docs/php_api_comments.md b/docs/php_api_comments.md index ce01bca6..b75fc511 100644 --- a/docs/php_api_comments.md +++ b/docs/php_api_comments.md @@ -1,9 +1,4 @@ ---- -title: Comments -sidebar: sidebar -permalink: php_api_comments.html -folder: php/api ---- +# Comments ## User Group Options diff --git a/docs/php_api_cronjobs.md b/docs/php_api_cronjobs.md index c248245d..a01bce07 100644 --- a/docs/php_api_cronjobs.md +++ b/docs/php_api_cronjobs.md @@ -1,9 +1,4 @@ ---- -title: Cronjobs -sidebar: sidebar -permalink: php_api_cronjobs.html -folder: php/api ---- +# Cronjobs Cronjobs offer an easy way to execute actions periodically, like cleaning up the database. diff --git a/docs/php_api_events.md b/docs/php_api_events.md index cf16339b..eb8d78a9 100644 --- a/docs/php_api_events.md +++ b/docs/php_api_events.md @@ -1,9 +1,4 @@ ---- -title: Events -sidebar: sidebar -permalink: php_api_events.html -folder: php/api ---- +# Events WoltLab Suite's event system allows manipulation of program flows and data without having to change any of the original source code. At many locations throughout the PHP code of WoltLab Suite Core and mainly through inheritance also in the applications and plugins, so called *events* are fired which trigger registered *event listeners* that get access to the object firing the event (or at least the class name if the event has been fired in a static method). diff --git a/docs/php_api_form_builder.md b/docs/php_api_form_builder.md index 95e7aea0..fd85a73a 100644 --- a/docs/php_api_form_builder.md +++ b/docs/php_api_form_builder.md @@ -1,9 +1,4 @@ ---- -title: Form Builder -sidebar: sidebar -permalink: php_api_form_builder.html -folder: php/api ---- +# Form Builder {% include callout.html content="Form builder is only available since WoltLab Suite Core 5.2." type="info" %} diff --git a/docs/php_api_package_installation_plugins.md b/docs/php_api_package_installation_plugins.md index c06074fb..6b4b8df7 100644 --- a/docs/php_api_package_installation_plugins.md +++ b/docs/php_api_package_installation_plugins.md @@ -1,9 +1,4 @@ ---- -title: Package Installation Plugins -sidebar: sidebar -permalink: php_api_package_installation_plugins.html -folder: php/api ---- +# Package Installation Plugins A package installation plugin (PIP) defines the behavior to handle a specific [instruction](package_package-xml.html#instruction) during package installation, update or uninstallation. diff --git a/docs/php_api_sitemaps.md b/docs/php_api_sitemaps.md index cf471573..4c561b0b 100644 --- a/docs/php_api_sitemaps.md +++ b/docs/php_api_sitemaps.md @@ -1,9 +1,4 @@ ---- -title: Sitemaps -sidebar: sidebar -permalink: php_api_sitemaps.html -folder: php/api ---- +# Sitemaps {% include callout.html content="This feature is available with WoltLab Suite 3.1 or newer only." type="warning" %} diff --git a/docs/php_api_user_activity_points.md b/docs/php_api_user_activity_points.md index 4fad68e2..00554a1c 100644 --- a/docs/php_api_user_activity_points.md +++ b/docs/php_api_user_activity_points.md @@ -1,9 +1,4 @@ ---- -title: User Activity Points -sidebar: sidebar -permalink: php_api_user_activity_points.html -folder: php/api ---- +# User Activity Points Users get activity points whenever they create content to award them for their contribution. Activity points are used to determine the rank of a user and can also be used for user conditions, for example for automatic user group assignments. diff --git a/docs/php_api_user_notifications.md b/docs/php_api_user_notifications.md index f3c3e034..51fbfcb3 100644 --- a/docs/php_api_user_notifications.md +++ b/docs/php_api_user_notifications.md @@ -1,9 +1,4 @@ ---- -title: User Notifications -sidebar: sidebar -permalink: php_api_user_notifications.html -folder: php/api ---- +# User Notifications WoltLab Suite includes a powerful user notification system that supports notifications directly shown on the website and emails sent immediately or on a daily basis. diff --git a/docs/php_apps.md b/docs/php_apps.md index ce06ee98..ed03a04d 100644 --- a/docs/php_apps.md +++ b/docs/php_apps.md @@ -1,9 +1,4 @@ ---- -title: Apps for WoltLab Suite -sidebar: sidebar -permalink: php_apps.html -folder: php ---- +# Apps for WoltLab Suite ## Introduction diff --git a/docs/php_code-style.md b/docs/php_code-style.md index ee313d20..bbe305e9 100644 --- a/docs/php_code-style.md +++ b/docs/php_code-style.md @@ -1,9 +1,4 @@ ---- -title: Code Style -sidebar: sidebar -permalink: php_code-style.html -folder: php ---- +# Code Style {% include callout.html content="The following code style conventions are used by us for our own packages. While you do not have to follow every rule, you are encouraged to do so." type="info" %} diff --git a/docs/php_database-access.md b/docs/php_database-access.md index 6d561c59..74e05f3b 100644 --- a/docs/php_database-access.md +++ b/docs/php_database-access.md @@ -1,9 +1,4 @@ ---- -title: Database Access -sidebar: sidebar -permalink: php_database-access.html -folder: php ---- +# Database Access [Database Objects][php_database-objects] provide a convenient and object-oriented approach to work with the database, but there can be use-cases that require raw access including writing methods for model classes. This section assumes that you have either used [prepared statements](https://en.wikipedia.org/wiki/Prepared_statement) before or at least understand how it works. diff --git a/docs/php_database-objects.md b/docs/php_database-objects.md index 637b9a24..c4d0a29d 100644 --- a/docs/php_database-objects.md +++ b/docs/php_database-objects.md @@ -1,9 +1,4 @@ ---- -title: Database Objects -sidebar: sidebar -permalink: php_database-objects.html -folder: php ---- +# Database Objects WoltLab Suite uses a unified interface to work with database rows using an object based approach instead of using native arrays holding arbitrary data. Each database table is mapped to a model class that is designed to hold a single record from that table and expose methods to work with the stored data, for example providing assistance when working with normalized datasets. diff --git a/docs/php_exceptions.md b/docs/php_exceptions.md index 02a6d624..5325cfef 100644 --- a/docs/php_exceptions.md +++ b/docs/php_exceptions.md @@ -1,9 +1,4 @@ ---- -title: Exceptions -sidebar: sidebar -permalink: php_exceptions.html -folder: php ---- +# Exceptions ## SPL Exceptions diff --git a/docs/php_gdpr.md b/docs/php_gdpr.md index 357ecaea..e3212dd5 100644 --- a/docs/php_gdpr.md +++ b/docs/php_gdpr.md @@ -1,9 +1,4 @@ ---- -title: General Data Protection Regulation (GDPR) -sidebar: sidebar -permalink: php_gdpr.html -folder: php ---- +# General Data Protection Regulation (GDPR) ## Introduction diff --git a/docs/php_pages.md b/docs/php_pages.md index f4f885a1..fb79f8c1 100644 --- a/docs/php_pages.md +++ b/docs/php_pages.md @@ -1,9 +1,4 @@ ---- -title: Page Types -sidebar: sidebar -permalink: php_pages.html -folder: php ---- +# Page Types ## AbstractPage diff --git a/docs/tutorial_tutorial-series.md b/docs/tutorial_tutorial-series.md index b7c059e3..d479648f 100644 --- a/docs/tutorial_tutorial-series.md +++ b/docs/tutorial_tutorial-series.md @@ -1,9 +1,4 @@ ---- -title: Tutorial Series -sidebar: sidebar -permalink: tutorial_tutorial-series.html -folder: tutorial ---- +# Tutorial Series In this tutorial series, we will code a package that allows administrators to create a registry of people. In this context, "people" does not refer to users registered on the website but anybody living, dead or fictional. diff --git a/docs/view_css.md b/docs/view_css.md index b0a929cc..fffa3856 100644 --- a/docs/view_css.md +++ b/docs/view_css.md @@ -1,9 +1,4 @@ ---- -title: CSS -sidebar: sidebar -permalink: view_css.html -folder: view ---- +# CSS ## SCSS and CSS diff --git a/docs/view_languages.md b/docs/view_languages.md index fd4946ea..aabd76a4 100644 --- a/docs/view_languages.md +++ b/docs/view_languages.md @@ -1,9 +1,4 @@ ---- -title: Languages -sidebar: sidebar -permalink: view_languages.html -folder: view ---- +# Languages WoltLab Suite offers full i18n support with its integrated language system, including but not limited to dynamic phrases using template scripting and the