Skip to content

Commit

Permalink
add operator v0.68.x docs
Browse files Browse the repository at this point in the history
Signed-off-by: Jeeva Kandasamy <[email protected]>
  • Loading branch information
jkandasa authored and tekton-robot committed Oct 26, 2023
1 parent 467ba74 commit cab8cc8
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion sync/config/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,19 @@ archive: https://github.com/tektoncd/operator/tags
# header: <dict> # optional, no header added if not set
# See https://www.docsy.dev/docs/adding-content/navigation/#section-menu
tags:
- name: release-v0.68.x
displayName: v0.68.x
# Dict of folders to sync
folders:
docs:
index: README.md
include: ['*.md']
exclude:
- TektonOperator.md
- name: release-v0.67.x
# The name to display on tekton.dev.
# helper.py will use this value in the version switcher and other places.
displayName: v0.67.0
displayName: v0.67.x
# Dict of folders to sync
folders:
docs:
Expand Down

0 comments on commit cab8cc8

Please sign in to comment.