Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: removed redirects and made changes to pages #4353

4 changes: 1 addition & 3 deletions .platform/routes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,6 @@ https://{default}/:
"/overview/environments(.*)": { "to": "/environments$1", "code": 301, "regexp": true }
"/overview/projects(.*)": { "to": "/projects$1", "code": 301, "regexp": true }

# Changelog removal in June 2022 (link updated in August)
"/other/changelog.html": { "to": "https://next.platform.sh/", "code": 301 }

# Move CLI from Development to Administration in August 2022
"/development/cli(.*)": { "to": "/administration/cli$1", "code": 301, "regexp": true }
Expand Down Expand Up @@ -260,7 +258,7 @@ https://{default}/:

# Splitting 'other' section into proper top-level items within Reference.
"/other/glossary.html" : { "to": "/glossary.html", "code": 301 }
"/changelog.html" : { "to": "https://next.platform.sh/", "code": 301 }


# Change of URL for the custom domains on preview environments page
"/domains/steps/custom-non-production-domains.html" : { "to": "/domains/steps/custom-domains-preview-environments.html", "code": 301 }
Expand Down
1 change: 1 addition & 0 deletions sites/platform/.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -782,6 +782,7 @@ rabbitmq:
- '3.6'
- '3.5'
supported:
- '4.0'
- '3.13'
- '3.12'
legacy:
Expand Down
19 changes: 18 additions & 1 deletion sites/platform/src/changelog/_index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,24 @@
---
title: "Changelog"
weight: -14
description: "This page is redirected to our [product portal](https://next.platform.sh/) with recently released features and services, what's currently being developed, and what's on the roadmap for the future."
description: "We're always open to new and fresh ideas that can help improve our product. Learn how to make a feature request and engage with the {{% vendor/name %}} community here."
---

{{% description %}}

## Feature Requests
We love to hear from you! Here’s how you can submit a feature request:

### If you already have a Platform.sh account

You can open a [support ticket](/learn/overview/get-support.html#create-a-support-ticket) directly from [your Console](https://console.platform.sh/). Describe your needs and our team will take it from there.

### For non-account holders or those who prefer a chat

Join us on our Discord server! We have a dedicated [feedback channel](https://discord.com/channels/1121795479785721957/1284195722299834510) where you can share your ideas and discuss them with our community and team members.

{{< note theme="info" >}}

Your input helps us make our platform even better. Thank you for contributing!

{{< /note >}}
11 changes: 7 additions & 4 deletions sites/platform/src/learn/overview/get-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,10 @@ description: |

{{% description %}}


## Create a support ticket

If you're experiencing issues related to
the proper functioning of the {{% vendor/name %}} infrastructure, application container software, or build processes;
have found possible bugs; or have general questions,
open a support ticket:
If you're experiencing issues related to the proper functioning of the {{% vendor/name %}} infrastructure, application container software, build processes, have found possible bugs, have general questions or wish to submit a feature request, open a support ticket:

1. [Open the Console](https://console.{{< vendor/urlraw "host" >}}/)
2. Click the **Help** dropdown in the upper right-hand corner.
Expand All @@ -25,9 +23,14 @@ Or use these shortcuts to [access all support tickets](https://console.{{< vendo
or [open a new ticket](https://console.{{< vendor/urlraw "host" >}}/-/users/~/tickets/open).

Once you submit a ticket, you see it in a list of all tickets created, for all projects you have access to, within your organization.

{{< note theme="info" >}}

Note that once you submit the ticket, you can't modify or delete the submission.
If you have any additional information, you can select the submitted ticket and write a message.

{{< /note >}}

<!-- vale off -->
## Discord

Expand Down
19 changes: 18 additions & 1 deletion sites/upsun/src/changelog/_index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,24 @@
---
title: "Changelog"
weight: -14
description: "This page is redirected to our [product portal](https://next.platform.sh/) with recently released features and services, what's currently being developed, and what's on the roadmap for the future."
description: "We're always open to new and fresh ideas that can help improve our product. Learn how to make a feature request and engage with the {{% vendor/name %}} community here."
---

{{% description %}}

## Feature Requests
We love to hear from you! Here’s how you can submit a feature request:

### If you already have an Upsun account

You can open a [support ticket](/learn/overview/get-support.html) directly from [your Console](https://console.platform.sh/). Describe your needs and our team will take it from there.

### For non-account holders or those who prefer a chat

Join us on our Discord server! We have a dedicated [feedback channel](https://discord.com/channels/1121795479785721957/1130486723630088272) where you can share your ideas and discuss them with our community and team members.

{{< note theme="info" >}}

Your input helps us make our platform even better. Thank you for contributing!

{{< /note >}}
11 changes: 7 additions & 4 deletions sites/upsun/src/learn/overview/get-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,10 @@ description: |

{{% description %}}


## Create a support ticket

If you're experiencing issues related to
the proper functioning of the {{% vendor/name %}} infrastructure, application container software, or build processes;
have found possible bugs; or have general questions,
open a support ticket:
If you're experiencing issues related to the proper functioning of the {{% vendor/name %}} infrastructure, application container software, build processes, have found possible bugs, have general questions or wish to submit a feature request, open a support ticket:

1. [Open the Console](https://console.{{< vendor/urlraw "host" >}}/)
2. Click the **Help** dropdown in the upper right-hand corner.
Expand All @@ -25,9 +23,14 @@ Or use these shortcuts to [access all support tickets](https://console.{{< vendo
or [open a new ticket](https://console.{{< vendor/urlraw "host" >}}/-/users/~/tickets/open).

Once you submit a ticket, you see it in a list of all tickets created, for all projects you have access to, within your organization.

{{< note theme="info" >}}

Note that once you submit the ticket, you can't modify or delete the submission.
If you have any additional information, you can select the submitted ticket and write a message.

{{< /note >}}

## Community

To talk about app development or framework-related questions,
Expand Down
Loading