Skip to content

Commit

Permalink
Update the website to v0.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Frittoli <andrea.frittoli@gmail.com>
  • Loading branch information
afrittoli committed May 4, 2023
1 parent 8eab850 commit 296b510
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 9 deletions.
14 changes: 5 additions & 9 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ archived_version = false
# The version number for the version of the docs represented in this doc set.
# Used in the "version-banner" partial to display a version number for the
# current doc set.
version = "v0.2.0"
version = "v0.3.0"

# A link to latest version of the docs. Used in the "version-banner" partial to
# point people to the main doc site.
Expand All @@ -126,16 +126,12 @@ url_latest_version = "https://cdevents.dev/docs"
url = "https://cdevents.dev/docs"

[[params.versions]]
version = "v0.1.2"
url = "https://github.com/cdevents/spec/tree/v0.1.2/spec.md"

[[params.versions]]
version = "v0.1.1"
url = "https://github.com/cdevents/spec/tree/v0.1.1/spec.md"
version = "v0.2.0"
url = "https://github.com/cdevents/spec/tree/v0.2.0/spec.md"

[[params.versions]]
version = "v0.1.0"
url = "https://github.com/cdevents/spec/tree/v0.1.0/spec.md"
version = "v0.1.2"
url = "https://github.com/cdevents/spec/tree/v0.1.2/spec.md"

# Repository configuration (URLs for in-page links to opening issues and suggesting changes)
github_repo = "https://github.com/cdevents/spec"
Expand Down
3 changes: 3 additions & 0 deletions content/en/docs/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ Handling Events relating to changes in version management of Source Code and rel
{{< blocks/feature icon="fa-solid fa-network-wired" title="[Continuous Integration Events](continuous-integration/)" >}}
Handling Events associated with Continuous Integration activities, typically involving build and test<br><br>
{{< /blocks/feature >}}
{{< blocks/feature icon="fa-solid fa-flask" title="[Testing Events](testing/)" >}}
Handling Events associated with Testing activities<br><br>
{{< /blocks/feature >}}
{{< blocks/feature icon="fa-solid fa-satellite-dish" title="[Continuous Deployment Events](continuous-deployment/)" >}}
Handling Events associated with Continuous Deployment activities<br><br>
{{< /blocks/feature >}}
Expand Down
9 changes: 9 additions & 0 deletions content/en/redirect/testing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
+++
# For example, to Redirect from /old_blog to /blog, set
# url to "/old_blog" and redirect_to to "/blog" below
type = "redirect"
url = "/docs/testing"
redirect_to_versioned = "https://github.com/cdevents/spec/blob/VERSION/testing-events.md"
redirect_enabled = true
private = true
+++

0 comments on commit 296b510

Please sign in to comment.