Remove obsolete header information in markdown files
authorMatthias Schmidt <gravatronics@live.com>
Sun, 27 Dec 2020 15:13:38 +0000 (16:13 +0100)
committerMatthias Schmidt <gravatronics@live.com>
Sun, 27 Dec 2020 15:13:38 +0000 (16:13 +0100)
55 files changed:
docs/getting-started_quick-start.md
docs/index.md
docs/javascript_code-snippets.md
docs/javascript_general-usage.md
docs/javascript_helper-functions.md
docs/javascript_legacy-api.md
docs/javascript_new-api_ajax.md
docs/javascript_new-api_browser.md
docs/javascript_new-api_core.md
docs/javascript_new-api_data-structures.md
docs/javascript_new-api_dialogs.md
docs/javascript_new-api_dom.md
docs/javascript_new-api_events.md
docs/javascript_new-api_ui.md
docs/javascript_new-api_writing-a-module.md
docs/migration_wcf-21_css.md
docs/migration_wcf-21_package.md
docs/migration_wcf-21_php.md
docs/migration_wcf-21_templates.md
docs/migration_wsc-30_css.md
docs/migration_wsc-30_javascript.md
docs/migration_wsc-30_package.md
docs/migration_wsc-30_php.md
docs/migration_wsc-30_templates.md
docs/migration_wsc-31_php.md
docs/migration_wsc-52_libraries.md
docs/migration_wsc-52_php.md
docs/migration_wsc-52_templates.md
docs/migration_wsc-53_javascript.md
docs/migration_wsc-53_libraries.md
docs/migration_wsc-53_php.md
docs/migration_wsc-53_session.md
docs/migration_wsc-53_templates.md
docs/package_database-php-api.md
docs/package_package-xml.md
docs/package_pip.md
docs/php_api_caches.md
docs/php_api_comments.md
docs/php_api_cronjobs.md
docs/php_api_events.md
docs/php_api_form_builder.md
docs/php_api_package_installation_plugins.md
docs/php_api_sitemaps.md
docs/php_api_user_activity_points.md
docs/php_api_user_notifications.md
docs/php_apps.md
docs/php_code-style.md
docs/php_database-access.md
docs/php_database-objects.md
docs/php_exceptions.md
docs/php_gdpr.md
docs/php_pages.md
docs/tutorial_tutorial-series.md
docs/view_css.md
docs/view_languages.md

index 0bfffd8cb59ece237e619397ecfdd7c313e96910..3d804b1d8f93361c70253588e133ac02e054f0ba 100644 (file)
@@ -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
 
index 866a0ca119719d33f0d43cb77349400485a8c149..1c2a168fbc9815391a8a1f2738da6a940fbbc879 100644 (file)
@@ -1,9 +1,4 @@
----
-title: WoltLab Suite 5.3 Documentation
-sidebar: sidebar
-permalink: index.html
-toc: false
----
+# WoltLab Suite 5.3 Documentation
 
 ## Introduction
 
index ac66f8a386cf937824c668be99ca121cadccd952..90608f5479308266c26c701dc85a029a981cef53 100644 (file)
@@ -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
index 332c1d810cc3837dcc9900566f1dfe960a5e82e6..d2a16bb9da71bc859569b8357e5c24fe85800992 100644 (file)
@@ -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
 
index fdecfaebf0ded61a032b79f91af22102f55c42fc..7bddd2dc6068eeab3a204471056c8da1b3e8f19e 100644 (file)
@@ -1,9 +1,4 @@
----
-title: JavaScript Helper Functions
-sidebar: sidebar
-permalink: javascript_helper-functions.html
-folder: javascript
----
+# JavaScript Helper Functions
 
 ## Introduction
 
index c27435cfcc639c3b1f3327f53c27b2cdcbf9efa3..2badf310e143311b14931b33ef26ba9797133071 100644 (file)
@@ -1,9 +1,4 @@
----
-title: Legacy JavaScript API
-sidebar: sidebar
-permalink: javascript_legacy-api.html
-folder: javascript
----
+# Legacy JavaScript API
 
 ## Introduction
 
index e208000afc19bb5f2551e6b1a94b1c3a12fa0beb..67800fff2ebed4a3ef680ad88909ab8723f854bb 100644 (file)
@@ -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
 
index afeecca92238d811dd6bcf58a51f4b1bc958d1f9..10aa598ad30d9dce47f7f8737e0b01d8dc9e6c1f 100644 (file)
@@ -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`
 
index 23cb4d4500a1ab9c7b2048e38237dc4ae2a6c111..e8552352f9223bbd61c9ef7617b923e6acce11a7 100644 (file)
@@ -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.
 
index 5bea9e16cf21e53fbbf7642590ae2b492dbf532f..d84ab221c87c84ceb3b3fbda7c2d946ff1716642 100644 (file)
@@ -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
 
index 25e77dfdaf9e1ec56c23e798d92440d2bb37efa6..5d0fd818ea8f9b0b9ecfbfd37fe86c34ef7b28e7 100644 (file)
@@ -1,9 +1,4 @@
----
-title: Dialogs - JavaScript API
-sidebar: sidebar
-permalink: javascript_new-api_dialogs.html
-folder: javascript
----
+# Dialogs - JavaScript API
 
 ## Introduction
 
index c28d6d14cb8e7fe52de563d9b15bed7ef5d0a634..91e72106057567b1bebc8cfc0a36b312a96dfe9c 100644 (file)
@@ -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
 
index f89886b242d9a406b1465b73c48bd197d015a65e..83a85f1e136e88573fc84a4226cc25ac6b8cb6ce 100644 (file)
@@ -1,9 +1,4 @@
----
-title: Event Handling - JavaScript API
-sidebar: sidebar
-permalink: javascript_new-api_events.html
-folder: javascript
----
+# Event Handling - JavaScript API
 
 ## `EventKey`
 
index 4192df862b1f825a5dd45b8630ce9c15f85651a7..9be6ef7768976b96140dbee716638cdbe92440cb 100644 (file)
@@ -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`
 
index ed89bff9c2567b427e45a0ac4ad6610f4e008f3d..208c3319a2fdb137efee2eeb15e5f2668f4b2cb5 100644 (file)
@@ -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
 
index 11ff2ca1d679ac74b6d056d4d15f2a5a51aecad1..7511f68d2752821bfefe92e9d644784b4cd6667a 100644 (file)
@@ -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.
 
index 983e42f2f334bf9d077165c507ca690b6d5d8749..7c33da4e9bf29a192905b6eb7323e6aa7093e169 100644 (file)
@@ -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
 
index 4a5af635d335cd15cd5de9bcc04b6cf2f58f6f16..bb1b924eb87dadb488a9ae6f5506d33090c14a6d 100644 (file)
@@ -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
 
index 6666780b1fa23a20ea769dd4dd4283e6c5fd5d59..363afb2153be42ff4ad83e1386d5b57023524853 100644 (file)
@@ -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
 
index 9c895331b4b54dd732f948dfa3c2ab7f4fb602a2..07e5275304e99b43d574178bf701d8d400b8a08d 100644 (file)
@@ -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
 
index 59c0391615ced1dca664fede1095e7f110f3a1cc..39acb65e7997aac7244b744d629901244bd5eeae 100644 (file)
@@ -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
 
index 25d8ce13c69519b98cfc77a48b550be840c07de5..f355f129f897b273920d3c060584ddd4dd031645 100644 (file)
@@ -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
 
index 5591613bc9582c81dc0d342bc83d6c9aef133c7d..2f8278c1aea8b906a657c84708c4e3a63bafc946 100644 (file)
@@ -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
 
index 62d8dedf929257e25d2510ae01c1e4616822bb63..547a4e48b6112c219776c4d0e217d1ec07ee5adf 100644 (file)
@@ -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
 
index 92748eb579ca106b62492d0adc6e78edc6821f4c..5b1312890022ff37331bda2f8b8a6ea521b49c03 100644 (file)
@@ -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
 
index 1039fe3f9a2f7aa83213487c2adfc324863a62fd..8048985a60a8273edc1cfcd460e787b6eb40a65d 100644 (file)
@@ -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
 
index aaf94a8531133262098a159ae7cbf7a750899364..d795d1e9401470ea7d8bc6c7090e47544b2e8b2f 100644 (file)
@@ -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
 
index bd23044c3c4ef2e2471ecad034900e11f4cdec05..fd53a682211ca77d6c45bf000eadb23c1f0dcf78 100644 (file)
@@ -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}`
 
index 54a4df68544570237daf9fb8fa814e19c80d7364..240aa191e98e59c39783a9ccb1e7cf0c0e84fc2b 100644 (file)
@@ -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`
 
index a35a5bb6131c8caaeb5888db4f4496e53d0ef5fb..d82beadfcdeb93f9006336c06a2281750a0aa6ed 100644 (file)
@@ -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
 
index 3ed2cbd95989fa8895b15d417be8f682a68ad7a4..537dca96bfff0e5366334d724f0cd7395a2ab9cc 100644 (file)
@@ -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
 
index 94943f6dfe4a33420b0fd6b1e8cbbc0003961f7b..e10621e68eba88c7dd7c53d796f1ad48f710097a 100644 (file)
@@ -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.
index 6659ccee83556b7e234b7e4c2d2a348e0d54b539..317cd2f1828e7ca536717457722b3dabfdf3b5ad 100644 (file)
@@ -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}`
 
index 36778e142a8e868ec30ca7f70ce0a48bcc404b7c..f9d04f1f4ef6e0b8766d94b1d9d77c0a5a982a6f 100644 (file)
@@ -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" %}
 
index 6b828f719c181858c8264cb6dbc7701be994aa05..56c4188e164a333db0fa7162e4801eed6485e56a 100644 (file)
@@ -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.
index 0033feeeb752a0c832a41b19796fbf84e98c977d..0cad2c87b5e38e001f5e2e9de6512f6f4f1826ef 100644 (file)
@@ -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.
 
index 7615ccec12119d797997d18989ecbc6914b2cd37..da0ee15a0e3dc553ca6c4680764d42c43e482e5f 100644 (file)
@@ -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:
 
index ce01bca658ffe8603625d648e66e28169d6682da..b75fc511a1cb62247ad8ffd73ef3854de72490d4 100644 (file)
@@ -1,9 +1,4 @@
----
-title: Comments
-sidebar: sidebar
-permalink: php_api_comments.html
-folder: php/api
----
+# Comments
 
 ## User Group Options
 
index c248245d4dacb17e77c24a7defd43997aceb10ae..a01bce07cb2fb441e412e3bc0e098ba465946992 100644 (file)
@@ -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.
 
index cf16339b2081e864597b10d7a5ed5197bce9e18f..eb8d78a927a2b0d13aa30260059136f51073959f 100644 (file)
@@ -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).
index 95e7aea0c831c8f4e43dc80ad7612f44c2da8f5d..fd85a73a6642820e508d35e3de4d7013471e0883 100644 (file)
@@ -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" %}
 
index c06074fbae420c2d39a603f6806e00858c1fb3c5..6b4b8df76cf359dd98f5cfe92463dbdd8862bf93 100644 (file)
@@ -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.
 
index cf471573ccb165c21393529089e15d27a745ac32..4c561b0bd01339068d4f5abe7938e3ea5cbb41dc 100644 (file)
@@ -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" %}
 
index 4fad68e2d8fc58280469e984bfcb9e9aeab8fde7..00554a1c761a117be772e1d387241132a9872445 100644 (file)
@@ -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.
index f3c3e03435d2dccf1ab4406924e916078918525d..51fbfcb322fba3a8e837cf915eff85dd63c90870 100644 (file)
@@ -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.
 
index ce06ee9847098e6c51458caac4f2e667c4094f53..ed03a04d3d77729694cc7adfd54591dcccf0fe07 100644 (file)
@@ -1,9 +1,4 @@
----
-title: Apps for WoltLab Suite
-sidebar: sidebar
-permalink: php_apps.html
-folder: php
----
+# Apps for WoltLab Suite
 
 ## Introduction
 
index ee313d201a5a257a68af8f72de8c1acce6e5d4e3..bbe305e96ec9e5163fec8aa37ffea43be56312c7 100644 (file)
@@ -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" %}
 
index 6d561c597ab04556ea99771e76615caf2c590295..74e05f3b1e3ca774e254be588e18cd9e80af04f1 100644 (file)
@@ -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.
 
index 637b9a24cd67409d56827bafbbb33cc4c40761a7..c4d0a29d9bd4aceabec975d6de52153502eb26a7 100644 (file)
@@ -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.
 
index 02a6d6242c5ddbf651cd5a5dd176c08baf1a1efb..5325cfef1d95de0b94bc1e25b6134605b54cec2b 100644 (file)
@@ -1,9 +1,4 @@
----
-title: Exceptions
-sidebar: sidebar
-permalink: php_exceptions.html
-folder: php
----
+# Exceptions
 
 ## SPL Exceptions
 
index 357ecaea0cc12a8d0bfffe297bc9615b76e87911..e3212dd55cdb150c50a93e7fda94a2e0992c3643 100644 (file)
@@ -1,9 +1,4 @@
----
-title: General Data Protection Regulation (GDPR)
-sidebar: sidebar
-permalink: php_gdpr.html
-folder: php
----
+# General Data Protection Regulation (GDPR)
 
 ## Introduction
 
index f4f885a199847baf1e950a5ce23ea0fdcec13ac1..fb79f8c1e166525fce0aaad090b7b9220af4e02a 100644 (file)
@@ -1,9 +1,4 @@
----
-title: Page Types
-sidebar: sidebar
-permalink: php_pages.html
-folder: php
----
+# Page Types
 
 ## AbstractPage
 
index b7c059e3631a3a98b3bed1180e2ef2fce8602432..d479648fc24e30f8c5821398b1ccef5372db88cb 100644 (file)
@@ -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.
index b0a929cc5dd1afef341c1e2b1ae35eeede47e610..fffa3856223e621c71f179668b7f3d6792733436 100644 (file)
@@ -1,9 +1,4 @@
----
-title: CSS
-sidebar: sidebar
-permalink: view_css.html
-folder: view
----
+# CSS
 
 ## SCSS and CSS
 
index fd4946eae52f32ecdd0eed3f8409101ef802bbf4..aabd76a43c6ce1e3dcc2711dc73e594d41cd997f 100644 (file)
@@ -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