Skip to content

Commit

Permalink
adjustments to remove OSS pages (#2311)
Browse files Browse the repository at this point in the history
* adjustments to remove OSS pages

* backport, minus 8.0

* add redirect

* Update static/.htaccess

Co-authored-by: Steven Hicks <steven.j.hicks@gmail.com>

---------

Co-authored-by: Steven Hicks <steven.j.hicks@gmail.com>
  • Loading branch information
akeller and pepopowitz authored Jul 11, 2023
1 parent 55d7c5f commit 4717a1c
Show file tree
Hide file tree
Showing 16 changed files with 6 additions and 181 deletions.
Binary file not shown.
29 changes: 0 additions & 29 deletions docs/components/zeebe/open-source/community-contributions.md

This file was deleted.

23 changes: 0 additions & 23 deletions docs/components/zeebe/open-source/get-help-get-involved.md

This file was deleted.

3 changes: 1 addition & 2 deletions docs/components/zeebe/zeebe-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@ For documentation on deploying Zeebe as part of Camunda Platform 8 Self-Managed,

Paid support for Zeebe is available via either Camunda Platform 8 Professional or Camunda Platform 8 Enterprise. Customers can choose either plan based on their process automation requirements. Camunda Platform 8 Enterprise customers also have the option of on-premises or private cloud deployment.

Additionally, regardless of how you are working with Zeebe and Camunda Platform 8, you can always find support through the [community](open-source/get-help-get-involved.md).
Additionally, regardless of how you are working with Zeebe and Camunda Platform 8, you can always find support through the [community](/contact/).

## Next steps

- Get familiar with [technical concepts](technical-concepts/technical-concepts-overview.md).
- Explore [community contributions](open-source/community-contributions.md).
6 changes: 0 additions & 6 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -346,12 +346,6 @@ module.exports = {
"components/zeebe/technical-concepts/protocols",
],
},
{
"Open source community": [
"components/zeebe/open-source/community-contributions",
"components/zeebe/open-source/get-help-get-involved",
],
},
],
Operate: [
"components/operate/operate-introduction",
Expand Down
4 changes: 3 additions & 1 deletion static/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@ Options -Indexes -MultiViews

# Redirect pages - https://httpd.apache.org/docs/current/mod/mod_rewrite.html#rewriterule

# Remove OSS section
RewriteRule ^docs/components/zeebe/open-source(.*)$ /docs/components/zeebe/zeebe-overview/ [R=301,L]

# interceptors
RewriteRule ^docs/self-managed/zeebe-deployment/interceptors(.*)$ /docs/self-managed/zeebe-deployment/zeebe-gateway/interceptors/$1 [R=301,L]


# Console restructure
RewriteRule ^docs/components/console/manage-organization/update-billing-reservations(.*)$ /docs/components/console/manage-plan/update-billing-reservations/$1 [R=301,L]
RewriteRule ^docs/components/console/manage-organization/update-creditcard(.*)$ /docs/components/console/manage-plan/update-creditcard/$1 [R=301,L]
Expand Down
Binary file not shown.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@ For documentation on deploying Zeebe as part of Camunda Platform 8 Self-Managed,

Paid support for Zeebe is available via either Camunda Platform 8 Professional or Camunda Platform 8 Enterprise. Customers can choose either plan based on their process automation requirements. Camunda Platform 8 Enterprise customers also have the option of on-premises or private cloud deployment.

Additionally, regardless of how you are working with Zeebe and Camunda Platform 8, you can always find support through the [community](open-source/get-help-get-involved.md).
Additionally, regardless of how you are working with Zeebe and Camunda Platform 8, you can always find support through the [community](/contact/).

## Next steps

- Get familiar with [technical concepts](technical-concepts/technical-concepts-overview.md).
- Explore [community contributions](open-source/community-contributions.md).
Binary file not shown.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@ For documentation on deploying Zeebe as part of Camunda Platform 8 Self-Managed,

Paid support for Zeebe is available via either Camunda Platform 8 Professional or Camunda Platform 8 Enterprise. Customers can choose either plan based on their process automation requirements. Camunda Platform 8 Enterprise customers also have the option of on-premises or private cloud deployment.

Additionally, regardless of how you are working with Zeebe and Camunda Platform 8, you can always find support through the [community](open-source/get-help-get-involved.md).
Additionally, regardless of how you are working with Zeebe and Camunda Platform 8, you can always find support through the [community](/contact/).

## Next steps

- Get familiar with [technical concepts](technical-concepts/technical-concepts-overview.md).
- Explore [community contributions](open-source/community-contributions.md).
6 changes: 0 additions & 6 deletions versioned_sidebars/version-8.1-sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -391,12 +391,6 @@
"components/zeebe/technical-concepts/process-lifecycles",
"components/zeebe/technical-concepts/protocols"
]
},
{
"Open source community": [
"components/zeebe/open-source/community-contributions",
"components/zeebe/open-source/get-help-get-involved"
]
}
],
"Operate": [
Expand Down
6 changes: 0 additions & 6 deletions versioned_sidebars/version-8.2-sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -411,12 +411,6 @@
"components/zeebe/technical-concepts/process-lifecycles",
"components/zeebe/technical-concepts/protocols"
]
},
{
"Open source community": [
"components/zeebe/open-source/community-contributions",
"components/zeebe/open-source/get-help-get-involved"
]
}
],
"Operate": [
Expand Down

0 comments on commit 4717a1c

Please sign in to comment.