Skip to content

Conversation

@Arsalanulhaq
Copy link

@Arsalanulhaq Arsalanulhaq commented Nov 20, 2025

TODO

Checklist

bromiesTM and others added 6 commits November 20, 2025 10:01
 yq '.jobs.prepare-matrix.steps[].run' .github/workflows/build-artifact.yml | sed -n "/matrix='/,/'$/p" | sed "s/.*matrix='//;s/'$//" | jq '.' > matrix.original.json

 jq 'sort_by(.name)' matrix.original.json > matrix.sorted.json

Signed-off-by: Misha M.-Kupriyanov <[email protected]>
@Arsalanulhaq Arsalanulhaq requested a review from Copilot November 20, 2025 12:14
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR modifies the AppStore navigation to conditionally display the developer documentation link based on a configuration value. The change allows IONOS customizations to hide the developer documentation link when not needed.

Key changes:

  • Added conditional rendering of the developer documentation link in the AppStore navigation
  • Introduced a new configuration variable devDocsUrl to control the visibility of the documentation link

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
apps/settings/src/views/AppStoreNavigation.vue Added v-if="devDocsUrl" condition to the developer documentation navigation item and loaded the new configuration variable
apps/settings/lib/Controller/AppSettingsController.php Added initial state provision for devDocsUrl from theming app configuration

@Arsalanulhaq Arsalanulhaq deleted the as/dev/dev_docs_url branch November 21, 2025 09:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants