-
Notifications
You must be signed in to change notification settings - Fork 0
IONOS(navigation): remove developer documentation link from AppStoreN… #141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Kai Henseler <[email protected]>
Signed-off-by: Kai Henseler <[email protected]>
Signed-off-by: Kai Henseler <[email protected]>
Signed-off-by: Kai Henseler <[email protected]>
Signed-off-by: Kai Henseler <[email protected]>
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]>
There was a problem hiding this 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
devDocsUrlto 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 |
…avigation Signed-off-by: Arsalan Ul Haq Sohni <[email protected]>
fc2adde to
52eddb5
Compare
Signed-off-by: Arsalan Ul Haq Sohni <[email protected]>
413bc91 to
4ceb9f7
Compare
TODO
Checklist