Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb4cad66

Browse files
committed
resolved conflicts with master
2 parents8b6f55b +094c527 commitb4cad66

File tree

136 files changed

+2561
-538
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

136 files changed

+2561
-538
lines changed

‎_config.yml‎

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ collections:
7878
posts:
7979
output:true
8080
permalink:/:collection/:year/:month/:day/:title/
81+
posts-gitops:
82+
output:true
83+
permalink:/:collection/:year/:month/:day/:title/
8184
pages:
8285
output:true
8386
permalink:/:collection/:path
@@ -98,6 +101,14 @@ defaults:
98101
layout:docs
99102
toc:true
100103
wide:true
104+
# _posts-gitops
105+
-scope:
106+
path:"_posts-gitops"
107+
type:posts-gitops
108+
values:
109+
layout:gitops
110+
toc:true
111+
wide:true
101112
# _pages
102113
-scope:
103114
path:"_pages"
@@ -124,6 +135,12 @@ defaults:
124135
# #RSS Feed Location
125136
feed:
126137
path:/changelog/feed.xml
138+
excerpt_only:false
139+
collections:
140+
posts-gitops:
141+
path:/changelog/gitops.xml
142+
143+
127144

128145
# Custom variables
129146
repo:"https://github.com/codefresh-io/docs.codefresh.io"

‎_data/argohub-home-content.yml‎

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@
2424
localurl:/gitops/gitops-quick-start/create-app-ui/
2525
-title:Creating environments
2626
localurl:/gitops/gitops-quick-start/quick-start-gitops-environments/
27+
-title:Creating Promotion Workflows
28+
localurl:/gitops/gitops-quick-start/quick-start-promotion-workflow/
2729
-title:Simple promotion with drag-and-drop
2830
localurl:/gitops/gitops-quick-start/drag-and-drop/
2931
-title:Simple Promotion Flow with multiple environments
3032
localurl:/gitops/gitops-quick-start/multi-env-sequential-flow/
31-
-title:Creating Promotion Workflows
32-
localurl:/gitops/gitops-quick-start/quick-start-promotion-workflow/
3333
-title:Advanced Promotion Flow with Promotion Workflows
3434
localurl:/gitops/gitops-quick-start/policy-multi-env-promotion/
3535
-title:Advanced Promotion Flow with environment dependencies
@@ -60,9 +60,7 @@
6060
localurl:/gitops/products/assign-applications/
6161
-title:Configuring app version and promoted properties
6262
localurl:/gitops/products/promotion-version-properties/
63-
-title:Configuring promotion concurrency
64-
localurl:/gitops/products/promotion-concurrency/
65-
-title:Assigning Promotion Flows and triggers
63+
-title:Selecting Promotion Flows
6664
localurl:/gitops/products/promotion-flow-triggers/
6765

6866

@@ -84,10 +82,12 @@
8482
links:
8583
-title:About promotions
8684
localurl:/gitops/promotions/promotions-overview/
85+
-title:Getting started
86+
localurl:/gitops/promotions/getting-started/
8787
-title:Promotion building blocks
8888
localurl:/gitops/promotions/promotion-components/
8989
-title:Promotion setup guidelines
90-
localurl:/gitops/promotions/create-promotion-sequence/
90+
localurl:/gitops/promotions/create-promotion-sequence/
9191
-title:YAML specs
9292
localurl:/gitops/promotions/yaml/
9393
-title:Triggering promotions
@@ -149,9 +149,7 @@
149149
-title:Install GitOps Runtime with existing Argo CD
150150
localurl:/gitops/gitops-runtimes/runtime-install-with-existing-argo-cd/
151151
-title:Install GitOps Runtime with new Argo CD
152-
localurl:/gitops/gitops-runtimes/hybrid-gitops-helm-installation/
153-
-title:Troubleshooting Runtime installation
154-
localurl:/gitops/gitops-runtimes/runtime-troubleshooting/
152+
localurl:/gitops/gitops-runtimes/runtime-install-with-new-argo-cd/
155153

156154

157155
-title:Administration

‎_data/argohub-nav.yml‎

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
-title:Install GitOps Runtime with existing Argo CD
7373
url:"/runtime-install-with-existing-argo-cd"
7474
-title:Install GitOps Runtime with new Argo CD
75-
url:"/hybrid-gitops-helm-installation"
75+
url:"/runtime-install-with-new-argo-cd"
7676
-title:Configure GitOps Runtime
7777
url:"/runtime-configuration"
7878
-title:Troubleshoot installation
@@ -254,12 +254,20 @@
254254
url:"/promotion-components"
255255
-title:Promotion setup guidelines
256256
url:"/create-promotion-sequence"
257+
-title:Promotion limitations
258+
url:"/promotion-limitations"
257259
-title:Promotion Flows
258-
url:"/promotion-flow"
260+
url:"/promotion-flow"
259261
-title:Promotion Policies
260262
url:"/promotion-policy"
261263
-title:Promotion Workflows
262-
url:"/promotion-workflow"
264+
url:"/promotion-workflow"
265+
-title:Promotion hooks
266+
url:"/promotion-hooks"
267+
-title:Service accounts for Promotion Workflows
268+
url:"/service-accounts-promotion-workflows"
269+
-title:Promotion contexts in promotion hooks
270+
url:"/promotion-context-promotion-workflows"
263271
-title:Product promotion settings
264272
url:"/product-promotion-props"
265273
-title:Promotion entity YAMLs
@@ -287,6 +295,12 @@
287295
-title:Secrets for GitOps
288296
url:"/secrets"
289297

298+
-title:What's new
299+
url:"/whats-new"
300+
pages:
301+
-title:Release notes
302+
url:"/changelog"
303+
290304
-title:Support tickets
291305
url:"/support"
292306
pages:

‎_data/home-content.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@
213213
-title:Install GitOps Runtime with existing Argo CD
214214
localurl:/docs/installation/gitops/runtime-install-with-existing-argo-cd/
215215
-title:Install GitOps Runtime with new Argo CD
216-
localurl:/docs/installation/gitops/hybrid-gitops-helm-installation/
216+
localurl:/docs/installation/gitops/runtime-install-with-new-argo-cd/
217217
-title:Troubleshooting Runtime installation
218218
localurl:/docs/installation/gitops/runtime-troubleshooting/
219219

‎_data/nav.yml‎

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
-title:Simple promotion with drag-and-drop
3333
url:"/drag-and-drop"
3434
-title:Simple Promotion Flow with multiple environments
35+
url:"/multi-env-sequential-flow.md"
3536
-title:Creating Promotion Workflows
36-
url:"/quick-start-promotion-workflow"
37-
url:"/multi-env-sequential-flow"
37+
url:"/quick-start-promotion-workflow"
3838
-title:Advanced Promotion Flow with Promotion Workflows
3939
url:"/policy-multi-env-promotion"
4040
-title:Advanced Promotion Flow with environment dependencies
@@ -369,8 +369,6 @@
369369
-title:GitOps
370370
url:"/gitops"
371371
sub-pages:
372-
-title:What's changed in Applications documentation
373-
url:"/apps-whats-changed-in-documentation"
374372
-title:About Argo CD applications
375373
url:"/about-apps"
376374
-title:GitOps Apps dashboard
@@ -433,12 +431,20 @@
433431
url:"/promotion-components"
434432
-title:Promotion setup guidelines
435433
url:"/create-promotion-sequence"
434+
-title:Promotion limitations
435+
url:"/promotion-limitations"
436436
-title:Promotion Flows
437-
url:"/promotion-flow"
437+
url:"/promotion-flow"
438438
-title:Promotion Policies
439439
url:"/promotion-policy"
440440
-title:Promotion Workflows
441441
url:"/promotion-workflow"
442+
-title:Promotion hooks
443+
url:"/promotion-hooks"
444+
-title:Service accounts for Promotion Workflows
445+
url:"/service-accounts-promotion-workflows"
446+
-title:Promotion contexts in promotion hooks
447+
url:"/promotion-context-promotion-workflows"
442448
-title:Product promotion settings
443449
url:"/product-promotion-props"
444450
-title:Promotion entity YAMLs
@@ -612,7 +618,7 @@
612618
-title:Install GitOps Runtime with existing Argo CD
613619
url:"/runtime-install-with-existing-argo-cd"
614620
-title:Install GitOps Runtime with new Argo CD
615-
url:"/hybrid-gitops-helm-installation"
621+
url:"/runtime-install-with-new-argo-cd"
616622
-title:Troubleshoot installation
617623
url:"/runtime-troubleshooting"
618624
-title:On-premises GitOps Runtime
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp