Skip to content
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

docs: App Configuration Corrections + Structuring #4235

Merged
merged 1 commit into from
Nov 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
16 changes: 8 additions & 8 deletions docs/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,18 +53,18 @@
* [App Configuration](user-guide/creating-application/README.md)
* [Git Repository](user-guide/creating-application/git-material.md)
* [Build Configuration](user-guide/creating-application/docker-build-configuration.md)
* [Deployment Template](user-guide/creating-application/deployment-template.md)
* [Base Deployment Template](user-guide/creating-application/deployment-template.md)
* [Deployment](user-guide/creating-application/deployment-template/deployment.md)
* [Rollout Deployment](user-guide/creating-application/deployment-template/rollout-deployment.md)
* [Job and Cronjob](user-guide/creating-application/deployment-template/job-and-cronjob.md)
* [StatefulSets](user-guide/creating-application/deployment-template/statefulset.md)
* [Workflow Overview](user-guide/creating-application/workflow/README.md)
* [CI Pipeline](user-guide/creating-application/workflow/ci-pipeline.md)
* [Pre-Build/Post-Build Stages](user-guide/creating-application/workflow/ci-build-pre-post-plugins.md)
* [Override Build Configuration](user-guide/creating-application/container-registry-override.md)
* [CI Pipeline (Legacy)](user-guide/creating-application/workflow/ci-pipeline-legacy.md)
* [CD Pipeline](user-guide/creating-application/workflow/cd-pipeline.md)
* [Config Maps](user-guide/creating-application/config-maps.md)
* [Workflow Editor](user-guide/creating-application/workflow/README.md)
* [CI Pipeline](user-guide/creating-application/workflow/ci-pipeline.md)
* [Pre-Build/Post-Build Stages](user-guide/creating-application/workflow/ci-build-pre-post-plugins.md)
* [Override Build Configuration](user-guide/creating-application/container-registry-override.md)
* [CI Pipeline (Legacy)](user-guide/creating-application/workflow/ci-pipeline-legacy.md)
* [CD Pipeline](user-guide/creating-application/workflow/cd-pipeline.md)
* [ConfigMaps](user-guide/creating-application/config-maps.md)
* [Secrets](user-guide/creating-application/secrets.md)
* [External Secret Operator (ESO)](user-guide/creating-application/eso/README.md)
* [AWS Secrets Manager](user-guide/creating-application/eso/aws-eso.md)
Expand Down
16 changes: 11 additions & 5 deletions docs/user-guide/creating-application/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,23 @@

[Git Repository](git-material.md)

[Docker Configuration](docker-build-configuration.md)
[Build Configuration](docker-build-configuration.md)

[Deployment Template](deployment-template.md)
[Base Deployment Template](deployment-template.md)

[Workflows](workflow/)
[Workflow Editor](workflow/README.md)

[Config Maps](config-maps.md)
[ConfigMaps](config-maps.md)

[Secrets](secrets.md)

[External Links](external-links.md)

[Protect Configuration](config-approval.md)

[Environment Overrides](environment-overrides.md)

[Application Metrics](app-metrics.md)
[Deleting Application](../deleting-application.md)

<!-- [Application Metrics](app-metrics.md) -->

7 changes: 7 additions & 0 deletions docs/user-guide/creating-application/external-links.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# External Links

This is similar to [External Links](../global-configurations/external-links.md) present under Global Configurations.

The only difference is that in **App Configuration** → **External Links**, only the links editable by application admins and manager are displayed. You can also configure external links separately for your application.

Whereas, in **Global Configurations** → **External Links**, you can configure the external links for all applications in a cluster or for specific applications.