Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/sites/upsun/katex-0.…
Browse files Browse the repository at this point in the history
…16.21
  • Loading branch information
flovntp authored Feb 6, 2025
2 parents 279e93f + 76eb731 commit 28be73c
Show file tree
Hide file tree
Showing 92 changed files with 478 additions and 407 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/comment-on-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
name: Comment on PR
on:
workflow_run:
workflows: ["Get PR URL, dependent jobs"]
workflows: ["Get PR URL, start dependent jobs"]
types:
- completed

Expand Down
4 changes: 3 additions & 1 deletion .platform/applications.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,9 @@
rules:
\.(css|js|gif|jpe?g|png|ttf|eot|woff2?|otf|cast|mp4|json|yaml|ico|svg?|cast|mp4|json|yaml|svg?|ttf)$:
expires: 4w

\.md$:
headers:
Content-Type: text/markdown
disk: 1024

mounts:
Expand Down
7 changes: 4 additions & 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 @@ -258,9 +256,12 @@ https://{default}/:
# YAML redirect after Learn section was created (September 2023)
"/overview/yaml/what-is-yaml.html" : { "to": "/learn/overview/yaml/what-is-yaml.html", "code": 301 }

#Changelog to Feature requests page
"/changelog.html" : { "to": "/request-features.html", "code": 301 }

# 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
7 changes: 0 additions & 7 deletions sites/platform/src/changelog/_index.md

This file was deleted.

63 changes: 32 additions & 31 deletions sites/platform/src/create-apps/app-reference/composable-image.md
Original file line number Diff line number Diff line change
Expand Up @@ -336,37 +336,38 @@ There are three container profiles available: ``HIGH_CPU``, ``BALANCED``, and ``

The following table shows which container profiles {{% vendor/name %}} applies when deploying your project.

| Container | Profile |
|-------------------------|------------------|
| Chrome Headless | HIGH_CPU |
| .NET | HIGH_CPU |
| Elasticsearch | HIGH_MEMORY |
| Elasticsearch Premium | HIGH_MEMORY |
| Elixir | HIGH_CPU |
| Go | HIGH_CPU |
| InfluxDB | HIGH_MEMORY |
| Java | HIGH_MEMORY |
| Kafka | HIGH_MEMORY |
| Lisp | HIGH_CPU |
| MariaDB | HIGH_MEMORY |
| Memcached | BALANCED |
| MongoDB | HIGH_MEMORY |
| MongoDB Premium | HIGH_MEMORY |
| Network Storage | HIGH_MEMORY |
| Node.js | HIGH_CPU |
| OpenSearch | HIGH_MEMORY |
| Oracle MySQL | HIGH_MEMORY |
| PHP | HIGH_CPU |
| PostgreSQL | HIGH_MEMORY |
| Python | HIGH_CPU |
| RabbitMQ | HIGH_MEMORY |
| Redis ephemeral | BALANCED |
| Redis persistent | BALANCED |
| Ruby | HIGH_CPU |
| Rust | HIGH_CPU |
| Solr | HIGH_MEMORY |
| Varnish | HIGH_MEMORY |
| Vault KMS | HIGH_MEMORY |
| Container | Profile |
|-------------------------|---------------|
| Chrome Headless | HIGH_CPU |
| .NET | HIGH_CPU |
| Elasticsearch | HIGH_MEMORY |
| Elasticsearch Premium | HIGH_MEMORY |
| Elixir | HIGH_CPU |
| Go | HIGH_CPU |
| Gotenberg | HIGH_MEMORY |
| InfluxDB | HIGH_MEMORY |
| Java | HIGH_MEMORY |
| Kafka | HIGH_MEMORY |
| Lisp | HIGH_CPU |
| MariaDB | HIGH_MEMORY |
| Memcached | BALANCED |
| MongoDB | HIGH_MEMORY |
| MongoDB Premium | HIGH_MEMORY |
| Network Storage | HIGH_MEMORY |
| Node.js | HIGH_CPU |
| OpenSearch | HIGH_MEMORY |
| Oracle MySQL | HIGH_MEMORY |
| PHP | HIGH_CPU |
| PostgreSQL | HIGH_MEMORY |
| Python | HIGH_CPU |
| RabbitMQ | HIGH_MEMORY |
| Redis ephemeral | BALANCED |
| Redis persistent | BALANCED |
| Ruby | HIGH_CPU |
| Rust | HIGH_CPU |
| Solr | HIGH_MEMORY |
| Varnish | HIGH_MEMORY |
| Vault KMS | HIGH_MEMORY |

### Sizes in preview environments

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -155,37 +155,38 @@ There are three container profiles available: ``HIGH_CPU``, ``BALANCED``, and ``

The following table shows which container profiles {{% vendor/name %}} applies when deploying your project.

| Container | Profile |
|-------------------------|------------------|
| Chrome Headless | HIGH_CPU |
| .NET | HIGH_CPU |
| Elasticsearch | HIGH_MEMORY |
| Elasticsearch Premium | HIGH_MEMORY |
| Elixir | HIGH_CPU |
| Go | HIGH_CPU |
| InfluxDB | HIGH_MEMORY |
| Java | HIGH_MEMORY |
| Kafka | HIGH_MEMORY |
| Lisp | HIGH_CPU |
| MariaDB | HIGH_MEMORY |
| Memcached | BALANCED |
| MongoDB | HIGH_MEMORY |
| MongoDB Premium | HIGH_MEMORY |
| Network Storage | HIGH_MEMORY |
| Node.js | HIGH_CPU |
| OpenSearch | HIGH_MEMORY |
| Oracle MySQL | HIGH_MEMORY |
| PHP | HIGH_CPU |
| PostgreSQL | HIGH_MEMORY |
| Python | HIGH_CPU |
| RabbitMQ | HIGH_MEMORY |
| Redis ephemeral | BALANCED |
| Redis persistent | BALANCED |
| Ruby | HIGH_CPU |
| Rust | HIGH_CPU |
| Solr | HIGH_MEMORY |
| Varnish | HIGH_MEMORY |
| Vault KMS | HIGH_MEMORY |
| Container | Profile |
|-----------------------|-------------|
| Chrome Headless | HIGH_CPU |
| .NET | HIGH_CPU |
| Elasticsearch | HIGH_MEMORY |
| Elasticsearch Premium | HIGH_MEMORY |
| Elixir | HIGH_CPU |
| Go | HIGH_CPU |
| Gotenberg | HIGH_MEMORY |
| InfluxDB | HIGH_MEMORY |
| Java | HIGH_MEMORY |
| Kafka | HIGH_MEMORY |
| Lisp | HIGH_CPU |
| MariaDB | HIGH_MEMORY |
| Memcached | BALANCED |
| MongoDB | HIGH_MEMORY |
| MongoDB Premium | HIGH_MEMORY |
| Network Storage | HIGH_MEMORY |
| Node.js | HIGH_CPU |
| OpenSearch | HIGH_MEMORY |
| Oracle MySQL | HIGH_MEMORY |
| PHP | HIGH_CPU |
| PostgreSQL | HIGH_MEMORY |
| Python | HIGH_CPU |
| RabbitMQ | HIGH_MEMORY |
| Redis ephemeral | BALANCED |
| Redis persistent | BALANCED |
| Ruby | HIGH_CPU |
| Rust | HIGH_CPU |
| Solr | HIGH_MEMORY |
| Varnish | HIGH_MEMORY |
| Vault KMS | HIGH_MEMORY |

### Sizes in preview environments

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Your app can connect to each service by referencing the exact same [environment
| **Network Storage** | 2 |
| **OpenSearch** | 2 |
| **PostgreSQL** | 16, 15, 14, 13, 12 |
| **RabbitMQ** | 3.13, 3.12 |
| **RabbitMQ** | 3.13, 3.12, 4.0 |
| **Redis** | 7.2, 7.0, 6.2 |
| **Solr** | 9.6, 9.4, 9.2, 9.1, 8.11 |
| **Vault KMS** | 1.12 |
Expand Down
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
24 changes: 24 additions & 0 deletions sites/platform/src/request-features/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
title: "Request features"
weight: -14
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 %}}

## How to submit a feature request
If you'd like to submit a feature request, there are two ways for you to do so:

### 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/). Simply 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 title="We love to hear from you!" theme="info" >}}

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

{{< /note >}}
1 change: 1 addition & 0 deletions sites/upsun/.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
12 changes: 12 additions & 0 deletions sites/upsun/config/_default/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,19 @@ summaryLength: 3
outputs:
home:
- HTML
- markdown
- JSON
- RSS
- devcenter
- llms
- llms-full
section:
- HTML
- markdown
- RSS
page:
- HTML
- markdown

outputFormats:
devcenter:
Expand All @@ -50,10 +55,17 @@ outputFormats:
baseName: "llms-full"
isPlainText: true
permalinkable: true
markdown:
mediaType: "text/markdown"
isPlainText: true
permalinkable: true
baseName: index

mediaTypes:
text/plain:
suffixes: ["txt"]
text/markdown:
suffixes: ["md"]

# Math typesetting as per 0.125.0 - https://gohugo.io/content-management/mathematics/
markup:
Expand Down
6 changes: 2 additions & 4 deletions sites/upsun/layouts/shortcodes/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ <h1>{{ .Site.Title }}</h1>
<p>Resources to help you customize, experiment, and optimize all from one platform.</p>

<div style="margin-top: 3rem;">
<a class="start-cta font-semibold text-sm xl:text-base px-4 py-2 bg-skye rounded text-white hover:bg-skye-dark focus:bg-skye-dark"
href="/get-started/here.html" rel="noopener">Get started</a>
<a class="info-cta font-semibold text-sm xl:text-base px-4 py-2 bg-skye rounded text-white hover:bg-skye-dark focus:bg-skye-dark"
href="/learn/overview.html" rel="noopener">What is {{ .Site.Params.vendor.name }}?</a>
<a href="/get-started/here.html" class="start-cta font-semibold text-sm xl:text-base px-4 py-2 bg-skye rounded text-white hover:bg-skye-dark focus:bg-skye-dark" rel="noopener">Get started</a>
<a href="/learn/overview.html" class="info-cta font-semibold text-sm xl:text-base px-4 py-2 bg-skye rounded text-white hover:bg-skye-dark focus:bg-skye-dark" rel="noopener">What is {{ .Site.Params.vendor.name }}?</a>
</div>


Expand Down
Loading

0 comments on commit 28be73c

Please sign in to comment.