From c299876b39de0a56b760840e78c8c2a64b6ff6c6 Mon Sep 17 00:00:00 2001 From: Rath Pascal Date: Wed, 11 Dec 2024 18:37:23 +0100 Subject: [PATCH] update docs links --- .github/ISSUE_TEMPLATE/problem.yml | 2 +- CHANGELOG.md | 10 +++--- CONTRIBUTE.md | 2 +- docs/meta/sitemap.xml | 36 +++++++++---------- .../aw/config/form_metadata.py | 2 +- .../aw/templates/system/config.html | 2 +- 6 files changed, 27 insertions(+), 27 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/problem.yml b/.github/ISSUE_TEMPLATE/problem.yml index e8dbf52..c8159d1 100644 --- a/.github/ISSUE_TEMPLATE/problem.yml +++ b/.github/ISSUE_TEMPLATE/problem.yml @@ -13,7 +13,7 @@ body: - [ ] Read the documentation: [Docs](https://webui.ansibleguy.net/) - - [ ] Read the troubleshooting info: [Troubleshooting](https://webui.ansibleguy.net/en/latest/usage/troubleshooting.html) + - [ ] Read the troubleshooting info: [Troubleshooting](https://webui.ansibleguy.net/usage/troubleshooting.html) - [ ] Check if there are existing [issues](https://github.com/ansibleguy/webui/issues) or [discussions](https://github.com/ansibleguy/webui/discussions) regarding your topic diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a1283f..58a3e04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -51,7 +51,7 @@ ### 0.0.22 -* Improved [custom execution prompts](https://webui.ansibleguy.net/en/latest/usage/jobs.html#execute) +* Improved [custom execution prompts](https://webui.ansibleguy.net/usage/jobs.html#execute) ---- @@ -93,7 +93,7 @@ ### 0.0.17 -* [Integration for SAML-SSO Identity Providers](https://webui.ansibleguy.net/en/latest/usage/authentication.html) +* [Integration for SAML-SSO Identity Providers](https://webui.ansibleguy.net/usage/authentication.html) ---- @@ -126,7 +126,7 @@ * Added timezone to datetime * Style non-existent log-files * HTTPS support -* [ARA config integration](https://webui.ansibleguy.net/en/latest/usage/integrations.html) +* [ARA config integration](https://webui.ansibleguy.net/usage/integrations.html) * Global Environmental-Variables for Jobs ---- @@ -150,8 +150,8 @@ * Privilege System - Manager Groups * Password-Change UI * Docker - * Support to [run as unprivileged user](https://webui.ansibleguy.net/en/latest/usage/docker.html#unprivileged) - * [Image with AWS-CLI support](https://webui.ansibleguy.net/en/latest/usage/docker.html#aws-cli-support) + * Support to [run as unprivileged user](https://webui.ansibleguy.net/usage/docker.html#unprivileged) + * [Image with AWS-CLI support](https://webui.ansibleguy.net/usage/docker.html#aws-cli-support) * Enhanced handling of [SQLite Write-Locks](https://github.com/ansibleguy/webui/issues/6) diff --git a/CONTRIBUTE.md b/CONTRIBUTE.md index f01c05e..14f4f83 100644 --- a/CONTRIBUTE.md +++ b/CONTRIBUTE.md @@ -15,7 +15,7 @@ We're also open to allow co-maintainers. * Add Unit-Tests (*pytest*) * Add [Integration-Tests](https://github.com/ansibleguy/webui/tree/latest/test/integration) for the Web-UI and/or API -Read into the [Troubleshooting Guide](https://webui.ansibleguy.net/en/latest/usage/troubleshooting.html) to get some insight on how the stack works. +Read into the [Troubleshooting Guide](https://webui.ansibleguy.net/usage/troubleshooting.html) to get some insight on how the stack works. ---- diff --git a/docs/meta/sitemap.xml b/docs/meta/sitemap.xml index 7709a00..544be32 100644 --- a/docs/meta/sitemap.xml +++ b/docs/meta/sitemap.xml @@ -1,23 +1,23 @@ - https://webui.ansibleguy.net/en/latest/ + https://webui.ansibleguy.net/ - https://webui.ansibleguy.net/en/latest/usage/1_intro.html - https://webui.ansibleguy.net/en/latest/usage/2_install.html - https://webui.ansibleguy.net/en/latest/usage/3_run.html - https://webui.ansibleguy.net/en/latest/usage/4_config.html + https://webui.ansibleguy.net/usage/1_intro.html + https://webui.ansibleguy.net/usage/2_install.html + https://webui.ansibleguy.net/usage/3_run.html + https://webui.ansibleguy.net/usage/4_config.html - https://webui.ansibleguy.net/en/latest/usage/alerts.html - https://webui.ansibleguy.net/en/latest/usage/api.html - https://webui.ansibleguy.net/en/latest/usage/authentication.html - https://webui.ansibleguy.net/en/latest/usage/backup.html - https://webui.ansibleguy.net/en/latest/usage/credentials.html - https://webui.ansibleguy.net/en/latest/usage/development.html - https://webui.ansibleguy.net/en/latest/usage/docker.html - https://webui.ansibleguy.net/en/latest/usage/integrations.html - https://webui.ansibleguy.net/en/latest/usage/jobs.html - https://webui.ansibleguy.net/en/latest/usage/privileges.html - https://webui.ansibleguy.net/en/latest/usage/repositories.html - https://webui.ansibleguy.net/en/latest/usage/security.html - https://webui.ansibleguy.net/en/latest/usage/troubleshooting.html + https://webui.ansibleguy.net/usage/alerts.html + https://webui.ansibleguy.net/usage/api.html + https://webui.ansibleguy.net/usage/authentication.html + https://webui.ansibleguy.net/usage/backup.html + https://webui.ansibleguy.net/usage/credentials.html + https://webui.ansibleguy.net/usage/development.html + https://webui.ansibleguy.net/usage/docker.html + https://webui.ansibleguy.net/usage/integrations.html + https://webui.ansibleguy.net/usage/jobs.html + https://webui.ansibleguy.net/usage/privileges.html + https://webui.ansibleguy.net/usage/repositories.html + https://webui.ansibleguy.net/usage/security.html + https://webui.ansibleguy.net/usage/troubleshooting.html \ No newline at end of file diff --git a/src/ansibleguy-webui/aw/config/form_metadata.py b/src/ansibleguy-webui/aw/config/form_metadata.py index a984121..9fcf474 100644 --- a/src/ansibleguy-webui/aw/config/form_metadata.py +++ b/src/ansibleguy-webui/aw/config/form_metadata.py @@ -199,7 +199,7 @@ 'https://raw.githubusercontent.com/ansible/logos/main/vscode-ansible-logo/vscode-ansible.svg' '', 'ara_server': 'Provide the URL to your ARA server. Can be used to gather job statistics. See: ' - '' + '' 'Documentation - Integrations', 'global_environment_vars': 'Set environmental variables that will be added to every job execution. ' 'Comma-separated list of key-value pairs. (VAR1=TEST1,VAR2=0)', diff --git a/src/ansibleguy-webui/aw/templates/system/config.html b/src/ansibleguy-webui/aw/templates/system/config.html index cf07c10..f59a12d 100644 --- a/src/ansibleguy-webui/aw/templates/system/config.html +++ b/src/ansibleguy-webui/aw/templates/system/config.html @@ -6,7 +6,7 @@


Active Environmental Variables

-

Settings set by environmental variables are read-only!

+

Settings set by environmental variables are read-only!

Setting