From fa1e19c7ad5c5c76a60b19681c2933dbc21fedd6 Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Sun, 27 Dec 2020 16:09:18 +0100 Subject: [PATCH] Remove obsolete links include in markdown files --- docs/getting-started_quick-start.md | 2 -- docs/index.md | 2 -- docs/javascript_code-snippets.md | 2 -- docs/javascript_general-usage.md | 2 -- docs/javascript_helper-functions.md | 2 -- docs/javascript_legacy-api.md | 2 -- docs/javascript_new-api_ajax.md | 2 -- docs/javascript_new-api_browser.md | 2 -- docs/javascript_new-api_core.md | 2 -- docs/javascript_new-api_data-structures.md | 2 -- docs/javascript_new-api_dialogs.md | 2 -- docs/javascript_new-api_dom.md | 2 -- docs/javascript_new-api_events.md | 2 -- docs/javascript_new-api_ui.md | 2 -- docs/javascript_new-api_writing-a-module.md | 2 -- docs/migration_wcf-21_css.md | 2 -- docs/migration_wcf-21_package.md | 2 -- docs/migration_wcf-21_php.md | 2 -- docs/migration_wsc-30_css.md | 2 -- docs/migration_wsc-30_javascript.md | 2 -- docs/migration_wsc-30_package.md | 2 -- docs/migration_wsc-30_php.md | 2 -- docs/migration_wsc-30_templates.md | 2 -- docs/package_pip.md | 2 -- docs/package_pip_media-provider.md | 2 -- docs/package_pip_menu-item.md | 2 -- docs/php_api_caches.md | 2 -- docs/php_api_caches_persistent-caches.md | 2 -- docs/php_apps.md | 2 -- docs/php_database-access.md | 2 -- docs/php_gdpr.md | 2 -- docs/view_languages.md | 2 -- 32 files changed, 64 deletions(-) diff --git a/docs/getting-started_quick-start.md b/docs/getting-started_quick-start.md index ef45ef9a..0bfffd8c 100644 --- a/docs/getting-started_quick-start.md +++ b/docs/getting-started_quick-start.md @@ -231,5 +231,3 @@ The class name including the namespace is used to automatically determine the pa 4. `Page` (page type, ignored) The fragments `1.` and `3.` from above are used to construct the path to the template: `/templates/test.tpl` (the first letter of `Test` is being converted to lower-case). - -{% include links.html %} diff --git a/docs/index.md b/docs/index.md index 3d4901a2..866a0ca1 100644 --- a/docs/index.md +++ b/docs/index.md @@ -16,5 +16,3 @@ Head over to the [quick start tutorial][getting-started_quick-start] to learn mo The [WoltLab Suite Core](https://github.com/WoltLab/WCF) as well as most of the other packages are available on [github.com/WoltLab/](https://github.com/WoltLab) and are licensed under the terms of the [GNU Lesser General Public License 2.1](https://github.com/WoltLab/WCF/blob/master/LICENSE). You can edit this documentation by visiting the edit link on each page, it is also available on [GitHub](https://github.com/WoltLab/woltlab.github.io). - -{% include links.html %} diff --git a/docs/javascript_code-snippets.md b/docs/javascript_code-snippets.md index e1047e32..ac66f8a3 100644 --- a/docs/javascript_code-snippets.md +++ b/docs/javascript_code-snippets.md @@ -20,5 +20,3 @@ class `jsImageViewer` that points to the full version. ``` - -{% include links.html %} diff --git a/docs/javascript_general-usage.md b/docs/javascript_general-usage.md index 4c57f4c3..332c1d81 100644 --- a/docs/javascript_general-usage.md +++ b/docs/javascript_general-usage.md @@ -110,5 +110,3 @@ method to include external JavaScript files. The `hasTiny` attribute is optional, you can set it to `false` or just omit it entirely if you do not provide a tiny build for your file. - -{% include links.html %} diff --git a/docs/javascript_helper-functions.md b/docs/javascript_helper-functions.md index fc55bd0a..fdecfaeb 100644 --- a/docs/javascript_helper-functions.md +++ b/docs/javascript_helper-functions.md @@ -272,5 +272,3 @@ Computes a numeric hash value of a string similar to Java's `String.hashCode()` console.log("Hello World".hashCode()); // outputs: -862545276 ``` - -{% include links.html %} diff --git a/docs/javascript_legacy-api.md b/docs/javascript_legacy-api.md index 79200003..c27435cf 100644 --- a/docs/javascript_legacy-api.md +++ b/docs/javascript_legacy-api.md @@ -228,5 +228,3 @@ require(["EventHandler"], function(EventHandler) { }); ``` - -{% include links.html %} diff --git a/docs/javascript_new-api_ajax.md b/docs/javascript_new-api_ajax.md index 50fd7daa..e208000a 100644 --- a/docs/javascript_new-api_ajax.md +++ b/docs/javascript_new-api_ajax.md @@ -241,5 +241,3 @@ modules from altering the behavior. It is strongly recommended to always use }); ``` - -{% include links.html %} diff --git a/docs/javascript_new-api_browser.md b/docs/javascript_new-api_browser.md index 60d767c6..afeecca9 100644 --- a/docs/javascript_new-api_browser.md +++ b/docs/javascript_new-api_browser.md @@ -90,5 +90,3 @@ Possible values: - `windows` (IE Mobile) - `mobile` (generic mobile device) - `desktop` (default) - -{% include links.html %} diff --git a/docs/javascript_new-api_core.md b/docs/javascript_new-api_core.md index 56702f6a..23cb4d45 100644 --- a/docs/javascript_new-api_core.md +++ b/docs/javascript_new-api_core.md @@ -189,5 +189,3 @@ Makes a string's first character uppercase. Converts some HTML entities into their original character. This is the reverse function of `escapeHTML()`. - -{% include links.html %} diff --git a/docs/javascript_new-api_data-structures.md b/docs/javascript_new-api_data-structures.md index c2e50111..5bea9e16 100644 --- a/docs/javascript_new-api_data-structures.md +++ b/docs/javascript_new-api_data-structures.md @@ -110,5 +110,3 @@ Returns true if there is a value for the provided key in this collection. ### `get(key: Object): Object | undefined` Retrieves the value of the provided key, or `undefined` if the key was not found. - -{% include links.html %} diff --git a/docs/javascript_new-api_dialogs.md b/docs/javascript_new-api_dialogs.md index cab29902..25e77dfd 100644 --- a/docs/javascript_new-api_dialogs.md +++ b/docs/javascript_new-api_dialogs.md @@ -175,5 +175,3 @@ key is `.content` which holds a reference to the dialog's inner content element. ## `isOpen(id: string | Object): boolean` Returns true if the dialog exists and is open. - -{% include links.html %} diff --git a/docs/javascript_new-api_dom.md b/docs/javascript_new-api_dom.md index b456d866..c28d6d14 100644 --- a/docs/javascript_new-api_dom.md +++ b/docs/javascript_new-api_dom.md @@ -73,5 +73,3 @@ require(["Dom/ChangeListener"], function(DomChangeListener) { DomChangeListener.trigger(); }); ``` - -{% include links.html %} diff --git a/docs/javascript_new-api_events.md b/docs/javascript_new-api_events.md index 3d7e193f..f89886b2 100644 --- a/docs/javascript_new-api_events.md +++ b/docs/javascript_new-api_events.md @@ -95,5 +95,3 @@ Removes all event listeners registered for the provided `identifier` and `action Removes all event listeners for an `identifier` whose action ends with the value of `suffix`. - -{% include links.html %} diff --git a/docs/javascript_new-api_ui.md b/docs/javascript_new-api_ui.md index 46b4194f..4192df86 100644 --- a/docs/javascript_new-api_ui.md +++ b/docs/javascript_new-api_ui.md @@ -192,5 +192,3 @@ require(["Ui/Notification"], function(UiNotification) { ### `show(message: string, callback?: () => void, cssClassName?: string)` Shows the notification and executes the callback after 2 seconds. - -{% include links.html %} diff --git a/docs/javascript_new-api_writing-a-module.md b/docs/javascript_new-api_writing-a-module.md index 50eb4d75..ed89bff9 100644 --- a/docs/javascript_new-api_writing-a-module.md +++ b/docs/javascript_new-api_writing-a-module.md @@ -132,5 +132,3 @@ it is strongly recommended to use the aliases for consistency. | Ui/TabMenu | WoltLabSuite/Core/Ui/TabMenu | | Upload | WoltLabSuite/Core/Upload | | User | WoltLabSuite/Core/User | - -{% include links.html %} diff --git a/docs/migration_wcf-21_css.md b/docs/migration_wcf-21_css.md index 511dae80..11ff2ca1 100644 --- a/docs/migration_wcf-21_css.md +++ b/docs/migration_wcf-21_css.md @@ -8,5 +8,3 @@ folder: migration/wcf-21 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. The entire CSS has been rewritten from scratch, please read the [docs on CSS][view_css] to learn what has changed. - -{% include links.html %} diff --git a/docs/migration_wcf-21_package.md b/docs/migration_wcf-21_package.md index e3c28efd..983e42f2 100644 --- a/docs/migration_wcf-21_package.md +++ b/docs/migration_wcf-21_package.md @@ -139,5 +139,3 @@ The [page][package_pip_page] PIP has been added. ## pageMenu.xml The `pageMenu.xml` has been superseded by the `page.xml` and is no longer available. - -{% include links.html %} diff --git a/docs/migration_wcf-21_php.md b/docs/migration_wcf-21_php.md index cc9febf8..4a5af635 100644 --- a/docs/migration_wcf-21_php.md +++ b/docs/migration_wcf-21_php.md @@ -131,5 +131,3 @@ Added the `setLocation()` method that is used to set the current page location b ### SearchIndexManager The methods `SearchIndexManager::add()` and `SearchIndexManager::update()` have been deprecated and forward their call to the new method `SearchIndexManager::set()`. - -{% include links.html %} diff --git a/docs/migration_wsc-30_css.md b/docs/migration_wsc-30_css.md index eff84735..9c895331 100644 --- a/docs/migration_wsc-30_css.md +++ b/docs/migration_wsc-30_css.md @@ -29,5 +29,3 @@ These variables control the appearance of the editor toolbar and its buttons. ## Color Variables in `alert.scss` The color values for `` used to be hardcoded values, but have now been changed to use the values for error messages (`wcfStatusError*`) instead. - -{% include links.html %} diff --git a/docs/migration_wsc-30_javascript.md b/docs/migration_wsc-30_javascript.md index c6b116c9..59c03916 100644 --- a/docs/migration_wsc-30_javascript.md +++ b/docs/migration_wsc-30_javascript.md @@ -159,5 +159,3 @@ require(['Language'], function(Language)) { elInnerError(input, (input.value.trim() === '' ? Language.get('wcf.global.form.error.empty') : false)); } ``` - -{% include links.html %} diff --git a/docs/migration_wsc-30_package.md b/docs/migration_wsc-30_package.md index f31ff094..25d8ce13 100644 --- a/docs/migration_wsc-30_package.md +++ b/docs/migration_wsc-30_package.md @@ -37,5 +37,3 @@ Please refer to the documentation of the [`mediaProvider.xml`][package_pip_media ## Limited Forward-Compatibility for Plugins Please refer to the documentation of the [``](package_package-xml.html#compatibility) tag in the `package.xml`. - -{% include links.html %} diff --git a/docs/migration_wsc-30_php.md b/docs/migration_wsc-30_php.md index 3d7dce75..5591613b 100644 --- a/docs/migration_wsc-30_php.md +++ b/docs/migration_wsc-30_php.md @@ -128,5 +128,3 @@ foreach ($this->objectList as $message) { // ... } ``` - -{% include links.html %} diff --git a/docs/migration_wsc-30_templates.md b/docs/migration_wsc-30_templates.md index 55961bc4..62d8dedf 100644 --- a/docs/migration_wsc-30_templates.md +++ b/docs/migration_wsc-30_templates.md @@ -46,5 +46,3 @@ You can provide a custom label before including the sidebars by assigning the ne {assign var='__sidebarRightShow' value='Show Right Sidebar'} {assign var='__sidebarRightHide' value='Hide Right Sidebar'} ``` - -{% include links.html %} diff --git a/docs/package_pip.md b/docs/package_pip.md index 518a3895..0033feee 100644 --- a/docs/package_pip.md +++ b/docs/package_pip.md @@ -44,5 +44,3 @@ Package Installation Plugins (PIPs) are interfaces to deploy and edit content as | [userNotificationEvent][package_pip_user-notification-event] | Events of the user notification system | | [userOption][package_pip_user-option] | User settings | | [userProfileMenu][package_pip_user-profile-menu] | User profile tabs | - -{% include links.html %} diff --git a/docs/package_pip_media-provider.md b/docs/package_pip_media-provider.md index 302ef7f8..fa308799 100644 --- a/docs/package_pip_media-provider.md +++ b/docs/package_pip_media-provider.md @@ -62,5 +62,3 @@ Replacement HTML that gets populated using the captured matches in ``, va ``` - -{% include links.html %} diff --git a/docs/package_pip_menu-item.md b/docs/package_pip_menu-item.md index 1dc822fc..b7580f52 100644 --- a/docs/package_pip_menu-item.md +++ b/docs/package_pip_menu-item.md @@ -45,5 +45,3 @@ The page that the link should point to, requires the internal identifier set by ``` - -{% include links.html %} diff --git a/docs/php_api_caches.md b/docs/php_api_caches.md index 73f2b46e..7615ccec 100644 --- a/docs/php_api_caches.md +++ b/docs/php_api_caches.md @@ -88,5 +88,3 @@ file was introduced in the design process, without evaluating if the cache - at least how it was implemented - was really necessary. Caching should always be a solution for a problem. Not the other way around. - -{% include links.html %} diff --git a/docs/php_api_caches_persistent-caches.md b/docs/php_api_caches_persistent-caches.md index e85ebef7..fce4066a 100644 --- a/docs/php_api_caches_persistent-caches.md +++ b/docs/php_api_caches_persistent-caches.md @@ -92,5 +92,3 @@ _This method is protected._ This is the only method that a cache builder deriving from `AbstractCacheBuilder` has to implement and it will be invoked whenever the cache is required to be rebuild for whatever reason. - -{% include links.html %} diff --git a/docs/php_apps.md b/docs/php_apps.md index 22d774cf..ce06ee98 100644 --- a/docs/php_apps.md +++ b/docs/php_apps.md @@ -90,5 +90,3 @@ the app identifier (`com.example.foo -> foo`) will be used instead. An example project with the [source code can be found on GitHub](https://github.com/WoltLab/woltlab.github.io/tree/master/_includes/tutorial/basic-app/), it includes everything that is required for a basic app. - -{% include links.html %} diff --git a/docs/php_database-access.md b/docs/php_database-access.md index 37ae84bc..6d561c59 100644 --- a/docs/php_database-access.md +++ b/docs/php_database-access.md @@ -212,5 +212,3 @@ foreach ($data as $exampleID => $bar) { } \wcf\system\WCF::getDB()->commitTransaction(); ``` - -{% include links.html %} diff --git a/docs/php_gdpr.md b/docs/php_gdpr.md index 2ffb8bd3..357ecaea 100644 --- a/docs/php_gdpr.md +++ b/docs/php_gdpr.md @@ -105,5 +105,3 @@ All user options are included in the export by default, unless they start with `can*` or `admin*`, or are blacklisted using this array. You should append any of your plugin's or app's user option that should not be exported, for example because it does not contain personal data, such as internal data. - -{% include links.html %} diff --git a/docs/view_languages.md b/docs/view_languages.md index 5d5f8842..fd4946ea 100644 --- a/docs/view_languages.md +++ b/docs/view_languages.md @@ -48,5 +48,3 @@ Changing this value to `rtl` will reverse the page direction and enable the right-to-left support for phrases. Additionally, a special version of the stylesheet is loaded that contains all necessary adjustments for the reverse direction. - -{% include links.html %} -- 2.20.1