File tree Expand file tree Collapse file tree 4 files changed +18
-2
lines changed
Expand file tree Collapse file tree 4 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ archived_version = false
112112# The version number for the version of the docs represented in this doc set.
113113# Used in the "version-banner" partial to display a version number for the
114114# current doc set.
115- version = " v0.3 .0"
115+ version = " v0.4 .0"
116116
117117# A link to latest version of the docs. Used in the "version-banner" partial to
118118# point people to the main doc site.
@@ -125,6 +125,10 @@ url_latest_version = "https://cdevents.dev/docs"
125125 version = " latest"
126126 url = " https://cdevents.dev/docs"
127127
128+ [[params .versions ]]
129+ version = " v0.3.0"
130+ url = " https://github.com/cdevents/spec/tree/v0.3.0/spec.md"
131+
128132[[params .versions ]]
129133 version = " v0.2.0"
130134 url = " https://github.com/cdevents/spec/tree/v0.2.0/spec.md"
Original file line number Diff line number Diff line change @@ -47,6 +47,9 @@ Handling Events associated with Continuous Deployment activities<br><br>
4747{{< blocks/feature icon="fa-solid fa-gears" title="[ Continuous Operations Events] ( continuous-operations/ ) " >}}
4848Handling Events associated with Continuous Operations activities<br ><br >
4949{{< /blocks/feature >}}
50+ {{< blocks/feature icon="fa-solid fa-ticket" title="[ Ticket Events] ( tickets/ ) " >}}
51+ Handling Events associated with Tickets<br ><br >
52+ {{< /blocks/feature >}}
5053{{< blocks/feature icon="fa-solid fa-arrow-right-arrow-left" title="[ CloudEvents Binding and Transport] ( cloudevents-binding/ ) " >}}
5154Defining how CDEvents are mapped to CloudEvents for transportation and delivery<br ><br >
5255{{< /blocks/feature >}}
Original file line number Diff line number Diff line change 11+++
2- # For example, to Redirect from /old_blog to /blog, set
2+ # For example, to Redirect from /old_blog to /blog, set
33# url to "/old_blog" and redirect_to to "/blog" below
44type = " redirect"
55url = " /docs/continuous-operations"
Original file line number Diff line number Diff line change 1+ +++
2+ # For example, to Redirect from /old_blog to /blog, set
3+ # url to "/old_blog" and redirect_to to "/blog" below
4+ type = " redirect"
5+ url = " /docs/tickets"
6+ redirect_to_versioned = " https://github.com/cdevents/spec/blob/VERSION/continuous-operations.md"
7+ redirect_enabled = true
8+ private = true
9+ +++
You can’t perform that action at this time.
0 commit comments