Implemented correct sphinx id

This commit is contained in:
2025-07-21 08:56:23 +02:00
parent fd422a14ce
commit 14dde77134
6 changed files with 8 additions and 8 deletions

View File

@@ -3,14 +3,14 @@
children:
# - link: support
{% if "sphinx" in group_names %}
{% if "web-app-sphinx" in group_names %}
- name: Documentation
description: Access our comprehensive documentation and support resources to help you get the most out of the software.
icon:
class: fas fa-book
url: https://{{domains | get_domain('sphinx')}}
iframe: {{ applications | get_app_conf('sphinx','features.port-ui-desktop',True) }}
url: https://{{domains | get_domain('web-app-sphinx')}}
iframe: {{ applications | get_app_conf('web-app-sphinx','features.port-ui-desktop',True) }}
{% endif %}