File tree Expand file tree Collapse file tree 3 files changed +17
-9
lines changed
Expand file tree Collapse file tree 3 files changed +17
-9
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.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)
141137github_repo = " https://github.com/cdevents/spec"
Original file line number Diff line number Diff 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/ ) " >}}
3939Handling 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/ ) " >}}
4245Handling Events associated with Continuous Deployment activities<br ><br >
4346{{< /blocks/feature >}}
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/testing"
6+ redirect_to_versioned = " https://github.com/cdevents/spec/blob/VERSION/testing-events.md"
7+ redirect_enabled = true
8+ private = true
9+ +++
You can’t perform that action at this time.
0 commit comments