Skip to content

Commit fc79b2e

Browse files
committed
Update the website to v0.3.0
Signed-off-by: Andrea Frittoli <[email protected]>
1 parent 8eab850 commit fc79b2e

File tree

3 files changed

+17
-9
lines changed

3 files changed

+17
-9
lines changed

config.toml

Lines changed: 5 additions & 9 deletions
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.2.0"
115+
version = "v0.3.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.
@@ -126,16 +126,12 @@ url_latest_version = "https://cdevents.dev/docs"
126126
url = "https://cdevents.dev/docs"
127127

128128
[[params.versions]]
129-
version = "v0.1.2"
130-
url = "https://github.com/cdevents/spec/tree/v0.1.2/spec.md"
131-
132-
[[params.versions]]
133-
version = "v0.1.1"
134-
url = "https://github.com/cdevents/spec/tree/v0.1.1/spec.md"
129+
version = "v0.2.0"
130+
url = "https://github.com/cdevents/spec/tree/v0.2.0/spec.md"
135131

136132
[[params.versions]]
137-
version = "v0.1.0"
138-
url = "https://github.com/cdevents/spec/tree/v0.1.0/spec.md"
133+
version = "v0.1.2"
134+
url = "https://github.com/cdevents/spec/tree/v0.1.2/spec.md"
139135

140136
# Repository configuration (URLs for in-page links to opening issues and suggesting changes)
141137
github_repo = "https://github.com/cdevents/spec"

content/en/docs/_index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ Handling Events relating to changes in version management of Source Code and rel
3838
{{< blocks/feature icon="fa-solid fa-network-wired" title="[Continuous Integration Events](continuous-integration/)" >}}
3939
Handling Events associated with Continuous Integration activities, typically involving build and test<br><br>
4040
{{< /blocks/feature >}}
41+
{{< blocks/feature icon="fa-solid fa-flask" title="[Testing Events](testing/)" >}}
42+
Handling Events associated with Testing activities<br><br>
43+
{{< /blocks/feature >}}
4144
{{< blocks/feature icon="fa-solid fa-satellite-dish" title="[Continuous Deployment Events](continuous-deployment/)" >}}
4245
Handling Events associated with Continuous Deployment activities<br><br>
4346
{{< /blocks/feature >}}

content/en/redirect/testing.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/testing"
6+
redirect_to_versioned = "https://github.com/cdevents/spec/blob/VERSION/testing-events.md"
7+
redirect_enabled = true
8+
private = true
9+
+++

0 commit comments

Comments
 (0)