From 0d5c0b33a80bc195fb53236e39a3ec11f6bd84ee Mon Sep 17 00:00:00 2001 From: Harald Leithner Date: Mon, 18 Nov 2024 19:00:18 +0100 Subject: [PATCH] Force to remove trailing slash and fixed some links --- .../forms-fields/standard-fields/index.md | 10 +++++----- docusaurus.config.js | 1 + .../forms-fields/standard-fields/index.md | 4 ++-- .../forms-fields/standard-fields/index.md | 4 ++-- .../forms-fields/standard-fields/index.md | 4 ++-- .../forms-fields/standard-fields/index.md | 10 +++++----- 6 files changed, 17 insertions(+), 16 deletions(-) diff --git a/docs/general-concepts/forms-fields/standard-fields/index.md b/docs/general-concepts/forms-fields/standard-fields/index.md index 60a47253..375f2d39 100644 --- a/docs/general-concepts/forms-fields/standard-fields/index.md +++ b/docs/general-concepts/forms-fields/standard-fields/index.md @@ -14,8 +14,8 @@ To try out a standard form field you can download the `com_exampleform` componen ## List of Standard Form Fields The following is a full list of all supplied form fields available in this release. -| Type | Description | -|-------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| Type | Description | +|-------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | [Accessible Media](./accessiblemedia.md) | Provides modal access to the media manager for insertion of images with upload for users with appropriate permissions and a text field for adding a alternative text. | | [Access Level](./accesslevel.md) | Provides a drop down list of viewing access levels. | | [Alias Tag](./aliastag.md) | Provides a list box containing specific language definitions. | @@ -54,14 +54,14 @@ The following is a full list of all supplied form fields available in this relea | [Menu](./menu.md) | Provides a drop down list of the available menus from your Joomla site. | | [Menu Item](./menuitem.md) | Provides a drop down list of the available menu items from your Joomla site. | | [Meter](./meter.md) | Provides a meter to show value in a range. | -| [ModalSelect](./modalselect.md) | Provides a field to allow the user to select an item within a modal. | +| [ModalSelect](./modalselect.md) | Provides a field to allow the user to select an item within a modal. | | [Module Layout](./modulelayout.md) | Provides a list of alternative layout for a module grouped by core and template. | | [Module Order](./moduleorder.md) | Provides a drop down to set the ordering of module in a given position | | [Module Position](./moduleposition.md) | Provides a text input to set the position of a module. | | [Module Tag](./moduletag.md) | Provides a list of html5 elements (used to wrap a module in). | | [Note](./note.md) | Provides a one line text field. | | [Number](./number.md) | Provides a one line text box with up-down handles to set a number in the field. | -| [Order](./ordering) | Provides a dropdown list of entries within a specified table along with `-First-` and `-Last-`. | +| [Order](./ordering.md) | Provides a dropdown list of entries within a specified table along with `-First-` and `-Last-`. | | [Password](./password.md) | Provides a text box for entry of a password. The password characters will be obscured as they are entered. | | [Plugins](./plugins.md) | Provides a list of plugins from a given folder. | | [Plugin Status](./pluginstatus.md) | Provides a list box of statuses. | @@ -83,7 +83,7 @@ The following is a full list of all supplied form fields available in this relea | [Template Style](./templatestyle.md) | Provides a drop down list of template styles. | | [Text Area](./textarea.md) | Provides a text area for entry of multi-line text. | | [Text](./text.md) | Provides a text box for data entry. | -| [Time](./time) | Provides a select list of integers with specified first, last and step values. | +| [Time](./time.md) | Provides a select list of integers with specified first, last and step values. | | [Timezone](./timezone.md) | Provides a drop down list of time zones. | | [Transition](./transition.md) | Provides a grouped list of all work flow transitions from one stage to the next grouped by stage title | | [Url](./url.md) | Provides a URL text input field. | diff --git a/docusaurus.config.js b/docusaurus.config.js index f1f94cc8..9db253f8 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -62,6 +62,7 @@ const config = { organizationName: 'joomla', projectName: 'joomla-cms', url: 'https://manual.joomla.org', + trailingSlash: false, baseUrl: '/', onBrokenLinks: 'throw', onBrokenMarkdownLinks: 'warn', diff --git a/versioned_docs/version-4.4/general-concepts/forms-fields/standard-fields/index.md b/versioned_docs/version-4.4/general-concepts/forms-fields/standard-fields/index.md index 968bb2e2..673c3b0f 100644 --- a/versioned_docs/version-4.4/general-concepts/forms-fields/standard-fields/index.md +++ b/versioned_docs/version-4.4/general-concepts/forms-fields/standard-fields/index.md @@ -60,7 +60,7 @@ The following is a full list of all supplied form fields available in this relea | [Module Tag](./moduletag.md) | Provides a list of html5 elements (used to wrap a module in). | | [Note](./note.md) | Provides a one line text field. | | [Number](./number.md) | Provides a one line text box with up-down handles to set a number in the field. | -| [Order](./ordering) | Provides a dropdown list of entries within a specified table along with `-First-` and `-Last-`. | +| [Order](./ordering.md) | Provides a dropdown list of entries within a specified table along with `-First-` and `-Last-`. | | [Password](./password.md) | Provides a text box for entry of a password. The password characters will be obscured as they are entered. | | [Plugins](./plugins.md) | Provides a list of plugins from a given folder. | | [Plugin Status](./pluginstatus.md) | Provides a list box of statuses. | @@ -81,7 +81,7 @@ The following is a full list of all supplied form fields available in this relea | [Template Style](./templatestyle.md) | Provides a drop down list of template styles. | | [Text Area](./textarea.md) | Provides a text area for entry of multi-line text. | | [Text](./text.md) | Provides a text box for data entry. | -| [Time](./time) | Provides a select list of integers with specified first, last and step values. | +| [Time](./time.md) | Provides a select list of integers with specified first, last and step values. | | [Timezone](./timezone.md) | Provides a drop down list of time zones. | | [Transition](./transition.md) | Provides a grouped list of all work flow transitions from one stage to the next grouped by stage title | | [Url](./url.md) | Provides a URL text input field. | diff --git a/versioned_docs/version-5.0/general-concepts/forms-fields/standard-fields/index.md b/versioned_docs/version-5.0/general-concepts/forms-fields/standard-fields/index.md index 8ef4c973..71f62131 100644 --- a/versioned_docs/version-5.0/general-concepts/forms-fields/standard-fields/index.md +++ b/versioned_docs/version-5.0/general-concepts/forms-fields/standard-fields/index.md @@ -60,7 +60,7 @@ The following is a full list of all supplied form fields available in this relea | [Module Tag](./moduletag.md) | Provides a list of html5 elements (used to wrap a module in). | | [Note](./note.md) | Provides a one line text field. | | [Number](./number.md) | Provides a one line text box with up-down handles to set a number in the field. | -| [Order](./ordering) | Provides a dropdown list of entries within a specified table along with `-First-` and `-Last-`. | +| [Order](./ordering.md) | Provides a dropdown list of entries within a specified table along with `-First-` and `-Last-`. | | [Password](./password.md) | Provides a text box for entry of a password. The password characters will be obscured as they are entered. | | [Plugins](./plugins.md) | Provides a list of plugins from a given folder. | | [Plugin Status](./pluginstatus.md) | Provides a list box of statuses. | @@ -82,7 +82,7 @@ The following is a full list of all supplied form fields available in this relea | [Template Style](./templatestyle.md) | Provides a drop down list of template styles. | | [Text Area](./textarea.md) | Provides a text area for entry of multi-line text. | | [Text](./text.md) | Provides a text box for data entry. | -| [Time](./time) | Provides a select list of integers with specified first, last and step values. | +| [Time](./time.md) | Provides a select list of integers with specified first, last and step values. | | [Timezone](./timezone.md) | Provides a drop down list of time zones. | | [Transition](./transition.md) | Provides a grouped list of all work flow transitions from one stage to the next grouped by stage title | | [Url](./url.md) | Provides a URL text input field. | diff --git a/versioned_docs/version-5.1/general-concepts/forms-fields/standard-fields/index.md b/versioned_docs/version-5.1/general-concepts/forms-fields/standard-fields/index.md index 8ef4c973..71f62131 100644 --- a/versioned_docs/version-5.1/general-concepts/forms-fields/standard-fields/index.md +++ b/versioned_docs/version-5.1/general-concepts/forms-fields/standard-fields/index.md @@ -60,7 +60,7 @@ The following is a full list of all supplied form fields available in this relea | [Module Tag](./moduletag.md) | Provides a list of html5 elements (used to wrap a module in). | | [Note](./note.md) | Provides a one line text field. | | [Number](./number.md) | Provides a one line text box with up-down handles to set a number in the field. | -| [Order](./ordering) | Provides a dropdown list of entries within a specified table along with `-First-` and `-Last-`. | +| [Order](./ordering.md) | Provides a dropdown list of entries within a specified table along with `-First-` and `-Last-`. | | [Password](./password.md) | Provides a text box for entry of a password. The password characters will be obscured as they are entered. | | [Plugins](./plugins.md) | Provides a list of plugins from a given folder. | | [Plugin Status](./pluginstatus.md) | Provides a list box of statuses. | @@ -82,7 +82,7 @@ The following is a full list of all supplied form fields available in this relea | [Template Style](./templatestyle.md) | Provides a drop down list of template styles. | | [Text Area](./textarea.md) | Provides a text area for entry of multi-line text. | | [Text](./text.md) | Provides a text box for data entry. | -| [Time](./time) | Provides a select list of integers with specified first, last and step values. | +| [Time](./time.md) | Provides a select list of integers with specified first, last and step values. | | [Timezone](./timezone.md) | Provides a drop down list of time zones. | | [Transition](./transition.md) | Provides a grouped list of all work flow transitions from one stage to the next grouped by stage title | | [Url](./url.md) | Provides a URL text input field. | diff --git a/versioned_docs/version-5.2/general-concepts/forms-fields/standard-fields/index.md b/versioned_docs/version-5.2/general-concepts/forms-fields/standard-fields/index.md index 60a47253..375f2d39 100644 --- a/versioned_docs/version-5.2/general-concepts/forms-fields/standard-fields/index.md +++ b/versioned_docs/version-5.2/general-concepts/forms-fields/standard-fields/index.md @@ -14,8 +14,8 @@ To try out a standard form field you can download the `com_exampleform` componen ## List of Standard Form Fields The following is a full list of all supplied form fields available in this release. -| Type | Description | -|-------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| Type | Description | +|-------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | [Accessible Media](./accessiblemedia.md) | Provides modal access to the media manager for insertion of images with upload for users with appropriate permissions and a text field for adding a alternative text. | | [Access Level](./accesslevel.md) | Provides a drop down list of viewing access levels. | | [Alias Tag](./aliastag.md) | Provides a list box containing specific language definitions. | @@ -54,14 +54,14 @@ The following is a full list of all supplied form fields available in this relea | [Menu](./menu.md) | Provides a drop down list of the available menus from your Joomla site. | | [Menu Item](./menuitem.md) | Provides a drop down list of the available menu items from your Joomla site. | | [Meter](./meter.md) | Provides a meter to show value in a range. | -| [ModalSelect](./modalselect.md) | Provides a field to allow the user to select an item within a modal. | +| [ModalSelect](./modalselect.md) | Provides a field to allow the user to select an item within a modal. | | [Module Layout](./modulelayout.md) | Provides a list of alternative layout for a module grouped by core and template. | | [Module Order](./moduleorder.md) | Provides a drop down to set the ordering of module in a given position | | [Module Position](./moduleposition.md) | Provides a text input to set the position of a module. | | [Module Tag](./moduletag.md) | Provides a list of html5 elements (used to wrap a module in). | | [Note](./note.md) | Provides a one line text field. | | [Number](./number.md) | Provides a one line text box with up-down handles to set a number in the field. | -| [Order](./ordering) | Provides a dropdown list of entries within a specified table along with `-First-` and `-Last-`. | +| [Order](./ordering.md) | Provides a dropdown list of entries within a specified table along with `-First-` and `-Last-`. | | [Password](./password.md) | Provides a text box for entry of a password. The password characters will be obscured as they are entered. | | [Plugins](./plugins.md) | Provides a list of plugins from a given folder. | | [Plugin Status](./pluginstatus.md) | Provides a list box of statuses. | @@ -83,7 +83,7 @@ The following is a full list of all supplied form fields available in this relea | [Template Style](./templatestyle.md) | Provides a drop down list of template styles. | | [Text Area](./textarea.md) | Provides a text area for entry of multi-line text. | | [Text](./text.md) | Provides a text box for data entry. | -| [Time](./time) | Provides a select list of integers with specified first, last and step values. | +| [Time](./time.md) | Provides a select list of integers with specified first, last and step values. | | [Timezone](./timezone.md) | Provides a drop down list of time zones. | | [Transition](./transition.md) | Provides a grouped list of all work flow transitions from one stage to the next grouped by stage title | | [Url](./url.md) | Provides a URL text input field. |