diff --git a/config.toml b/config.toml index 60f8799..90c484e 100644 --- a/config.toml +++ b/config.toml @@ -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.1.2" +version = "v0.2.0" # A link to latest version of the docs. Used in the "version-banner" partial to # point people to the main doc site. @@ -125,6 +125,10 @@ url_latest_version = "https://cdevents.dev/docs" version = "latest" 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" diff --git a/content/en/docs/_index.md b/content/en/docs/_index.md index 28c7d52..816b07e 100644 --- a/content/en/docs/_index.md +++ b/content/en/docs/_index.md @@ -35,12 +35,15 @@ Definition of specific events that are fundamental to pipeline execution and orc {{< blocks/feature icon="fa-solid fa-code-branch" title="[Source Code Control Events](source-code-version-control/)" >}} Handling Events relating to changes in version management of Source Code and related assets

{{< /blocks/feature >}} -{{< blocks/feature icon="fa-solid fa-network-wired" title="[Continuous Integration Events](continuous-integration-pipeline-events/)" >}} +{{< 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

{{< /blocks/feature >}} -{{< blocks/feature icon="fa-solid fa-satellite-dish" title="[Continuous Deployment Events](continuous-deployment-pipeline-events/)" >}} +{{< blocks/feature icon="fa-solid fa-satellite-dish" title="[Continuous Deployment Events](continuous-deployment/)" >}} Handling Events associated with Continuous Deployment activities

{{< /blocks/feature >}} +{{< blocks/feature icon="fa-solid fa-gears" title="[Continuous Operations Events](continuous-operations/)" >}} +Handling Events associated with Continuous Operations activities

+{{< /blocks/feature >}} {{< blocks/feature icon="fa-solid fa-arrow-right-arrow-left" title="[CloudEvents Binding and Transport](cloudevents-binding/)" >}} Defining how CDEvents are mapped to CloudEvents for transportation and delivery

{{< /blocks/feature >}} diff --git a/content/en/redirect/continuous-deployment-pipeline-events.md b/content/en/redirect/continuous-deployment.md similarity index 70% rename from content/en/redirect/continuous-deployment-pipeline-events.md rename to content/en/redirect/continuous-deployment.md index 099f68a..31895f2 100644 --- a/content/en/redirect/continuous-deployment-pipeline-events.md +++ b/content/en/redirect/continuous-deployment.md @@ -2,8 +2,8 @@ # For example, to Redirect from /old_blog to /blog, set # url to "/old_blog" and redirect_to to "/blog" below type = "redirect" -url = "/docs/continuous-deployment-pipeline-events" -redirect_to_versioned = "https://github.com/cdevents/spec/blob/VERSION/continuous-deployment-pipeline-events.md" +url = "/docs/continuous-deployment" +redirect_to_versioned = "https://github.com/cdevents/spec/blob/VERSION/continuous-deployment.md" redirect_enabled = true private = true +++ \ No newline at end of file diff --git a/content/en/redirect/continuous-integration-pipeline-events.md b/content/en/redirect/continuous-integration.md similarity index 69% rename from content/en/redirect/continuous-integration-pipeline-events.md rename to content/en/redirect/continuous-integration.md index b6d6d54..df43509 100644 --- a/content/en/redirect/continuous-integration-pipeline-events.md +++ b/content/en/redirect/continuous-integration.md @@ -2,8 +2,8 @@ # For example, to Redirect from /old_blog to /blog, set # url to "/old_blog" and redirect_to to "/blog" below type = "redirect" -url = "/docs/continuous-integration-pipeline-events" -redirect_to_versioned = "https://github.com/cdevents/spec/blob/VERSION/continuous-integration-pipeline-events.md" +url = "/docs/continuous-integration" +redirect_to_versioned = "https://github.com/cdevents/spec/blob/VERSION/continuous-integration.md" redirect_enabled = true private = true +++ \ No newline at end of file diff --git a/content/en/redirect/continuous-operations.md b/content/en/redirect/continuous-operations.md new file mode 100644 index 0000000..0f3e8b5 --- /dev/null +++ b/content/en/redirect/continuous-operations.md @@ -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/continuous-operations" +redirect_to_versioned = "https://github.com/cdevents/spec/blob/VERSION/continuous-operations.md" +redirect_enabled = true +private = true ++++ \ No newline at end of file