Skip to content

Commit

Permalink
Add the past 4 versions for pipeline, triggers and CLI
Browse files Browse the repository at this point in the history
Set the latest version of each component as the current one, add
everything else, including master, to the vault.
Remove the _index.md files that are brought in via sync.

Signed-off-by: Andrea Frittoli <andrea.frittoli@gmail.com>
  • Loading branch information
afrittoli authored and tekton-robot committed Oct 30, 2020
1 parent 716839c commit 4f7f217
Show file tree
Hide file tree
Showing 9 changed files with 202 additions and 190 deletions.
153 changes: 0 additions & 153 deletions content/en/docs/CLI/_index.md

This file was deleted.

14 changes: 0 additions & 14 deletions content/en/docs/Pipelines/_index.md

This file was deleted.

14 changes: 0 additions & 14 deletions content/en/docs/Triggers/_index.md

This file was deleted.

6 changes: 0 additions & 6 deletions content/en/vault/_index.md

This file was deleted.

33 changes: 32 additions & 1 deletion sync/config/cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,38 @@ archive: https://github.com/tektoncd/cli/tags
# files:
# - myfiles.md: myfiles.md
tags:
# The name of the tag in the GitHub repository.
- name: v0.13.0
# The name to display on tekton.dev.
# helper.py will use this value in the version switcher and other places.
displayName: v0.13.0
# Key-value pairs of files to sync, where the key is the original filename
# and the value is the new filename.
files:
README.md: _index.md
- name: v0.12.1
# The name to display on tekton.dev.
# helper.py will use this value in the version switcher and other places.
displayName: v0.12.1
# Key-value pairs of files to sync, where the key is the original filename
# and the value is the new filename.
files:
README.md: _index.md
- name: v0.11.0
# The name to display on tekton.dev.
# helper.py will use this value in the version switcher and other places.
displayName: v0.11.0
# Key-value pairs of files to sync, where the key is the original filename
# and the value is the new filename.
files:
README.md: _index.md
- name: v0.10.0
# The name to display on tekton.dev.
# helper.py will use this value in the version switcher and other places.
displayName: v0.10.0
# Key-value pairs of files to sync, where the key is the original filename
# and the value is the new filename.
files:
README.md: _index.md
- name: master
# The name to display on tekton.dev.
# helper.py will use this value in the version switcher and other places.
Expand Down
100 changes: 100 additions & 0 deletions sync/config/pipelines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,106 @@ archive: https://github.com/tektoncd/pipeline/tags
# files:
# - myfiles.md: myfiles.md
tags:
- name: v0.17.2
# The name to display on tekton.dev.
# sync.py will use this value in the version switcher and other places.
displayName: v0.17.2
# Key-value pairs of files to sync, where the key is the original filename
# and the value is the new filename.
files:
README.md: _index.md
auth.md: auth.md
conditions.md: conditions.md
container-contract.md: container-contract.md
labels.md: labels.md
logs.md: logs.md
metrics.md: metrics.md
migrating-from-knative-build.md: migrating-from-knative-build.md
migrating-v1alpha1-to-v1beta1.md: migrating-v1alpha1-to-v1beta1.md
pipelineruns.md: pipelineruns.md
pipelines.md: pipelines.md
podtemplates.md: podtemplates.md
resources.md: resources.md
taskruns.md: taskruns.md
tasks.md: tasks.md
variables.md: variables.md
workspaces.md: workspaces.md
events.md: events.md
- name: v0.16.3
# The name to display on tekton.dev.
# sync.py will use this value in the version switcher and other places.
displayName: v0.16.3
# Key-value pairs of files to sync, where the key is the original filename
# and the value is the new filename.
files:
README.md: _index.md
auth.md: auth.md
conditions.md: conditions.md
container-contract.md: container-contract.md
labels.md: labels.md
logs.md: logs.md
metrics.md: metrics.md
migrating-from-knative-build.md: migrating-from-knative-build.md
migrating-v1alpha1-to-v1beta1.md: migrating-v1alpha1-to-v1beta1.md
pipelineruns.md: pipelineruns.md
pipelines.md: pipelines.md
podtemplates.md: podtemplates.md
resources.md: resources.md
taskruns.md: taskruns.md
tasks.md: tasks.md
variables.md: variables.md
workspaces.md: workspaces.md
events.md: events.md
- name: v0.15.2
# The name to display on tekton.dev.
# sync.py will use this value in the version switcher and other places.
displayName: v0.15.2
# Key-value pairs of files to sync, where the key is the original filename
# and the value is the new filename.
files:
README.md: _index.md
auth.md: auth.md
conditions.md: conditions.md
container-contract.md: container-contract.md
labels.md: labels.md
logs.md: logs.md
metrics.md: metrics.md
migrating-from-knative-build.md: migrating-from-knative-build.md
migrating-v1alpha1-to-v1beta1.md: migrating-v1alpha1-to-v1beta1.md
pipelineruns.md: pipelineruns.md
pipelines.md: pipelines.md
podtemplates.md: podtemplates.md
resources.md: resources.md
taskruns.md: taskruns.md
tasks.md: tasks.md
variables.md: variables.md
workspaces.md: workspaces.md
events.md: events.md
- name: v0.14.3
# The name to display on tekton.dev.
# sync.py will use this value in the version switcher and other places.
displayName: v0.14.3
# Key-value pairs of files to sync, where the key is the original filename
# and the value is the new filename.
files:
README.md: _index.md
auth.md: auth.md
conditions.md: conditions.md
container-contract.md: container-contract.md
labels.md: labels.md
logs.md: logs.md
metrics.md: metrics.md
migrating-from-knative-build.md: migrating-from-knative-build.md
migrating-v1alpha1-to-v1beta1.md: migrating-v1alpha1-to-v1beta1.md
pipelineruns.md: pipelineruns.md
pipelines.md: pipelines.md
podtemplates.md: podtemplates.md
resources.md: resources.md
taskruns.md: taskruns.md
tasks.md: tasks.md
variables.md: variables.md
workspaces.md: workspaces.md
events.md: events.md
- name: master
# The name to display on tekton.dev.
# sync.py will use this value in the version switcher and other places.
Expand Down
Loading

0 comments on commit 4f7f217

Please sign in to comment.