Skip to content

Commit

Permalink
App Configuration Corrections + Structuring (#4235)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashokdevtron committed Nov 22, 2023
1 parent 47ed4fd commit 6afbd30
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 13 deletions.
16 changes: 8 additions & 8 deletions docs/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,18 +54,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.

0 comments on commit 6afbd30

Please sign in to comment.