mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Implemented correct sphinx id
This commit is contained in:
@@ -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 %}
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
features:
|
||||
matomo: true
|
||||
css: true
|
||||
port-ui-desktop: true
|
||||
port-ui-desktop: true
|
||||
csp:
|
||||
flags:
|
||||
script-src:
|
||||
|
@@ -1 +1 @@
|
||||
application_id: "sphinx"
|
||||
application_id: "web-app-sphinx"
|
@@ -15,7 +15,7 @@ function getExportName(slug) {
|
||||
|
||||
// Root: redirect to your documentation
|
||||
app.get('/', (req, res) => {
|
||||
res.redirect('{{ domains | get_url('sphinx', web_protocol) }}/{{ application_id | rel_role_path_by_application_id }}/README.html');
|
||||
res.redirect('{{ domains | get_url('web-app-sphinx', web_protocol) }}/{{ application_id | rel_role_path_by_application_id }}/README.html');
|
||||
});
|
||||
|
||||
// GET /:slug.svg
|
||||
|
Reference in New Issue
Block a user