Skip to content

Commit 4d8f3b8

Browse files
committed
Update the website for v0.4
Signed-off-by: Andrea Frittoli <[email protected]>
1 parent 6ca8935 commit 4d8f3b8

File tree

4 files changed

+18
-2
lines changed

4 files changed

+18
-2
lines changed

config.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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"

content/en/docs/_index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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/)" >}}
4848
Handling 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/)" >}}
5154
Defining how CDEvents are mapped to CloudEvents for transportation and delivery<br><br>
5255
{{< /blocks/feature >}}

content/en/redirect/continuous-operations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
44
type = "redirect"
55
url = "/docs/continuous-operations"

content/en/redirect/tickets.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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+
+++

0 commit comments

Comments
 (0)