Skip to content

Commit 4dee308

Browse files
committed
Move pricing page from pricing/overview to about/pricing
It's previous location
1 parent 55d8112 commit 4dee308

File tree

5 files changed

+7
-17
lines changed

5 files changed

+7
-17
lines changed

pricing/overview.mdx renamed to about/pricing.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Overview'
2+
title: 'Pricing'
33
---
44

55
Ubicloud provides IaaS cloud features on bare metal providers, such as Hetzner, Leaseweb, or AWS Bare Metal. You can set it up yourself on these providers or use our managed service.

github-actions-integration/price-performance.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Ubicloud runners provide a number of price/performance advantages over GitHub ru
99
- Ubicloud Runners outperform GitHub Runners even at this price point
1010
- Ubicloud cloud services are open source under the AGPL v3 license, if you choose to manage your infrastructure yourself
1111

12-
We charge only for usage and at per minute granularity. Every account gets a $1/month credit that's equivalent to 1,250 minutes of Ubicloud (2 vCPU) runner time. You can read more about our Linux x64 and Arm64 prices, as well as our GPU runners, in the [general pricing page](/pricing/overview).
12+
We charge only for usage and at per minute granularity. Every account gets a $1/month credit that's equivalent to 1,250 minutes of Ubicloud (2 vCPU) runner time. You can read more about our Linux x64 and Arm64 prices, as well as our GPU runners, in the [general pricing page](/about/pricing#github-actions).
1313

1414
## Performance
1515

github-actions-integration/quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This guide describes how to integrate your GitHub Action workflows with Ubicloud
3434

3535
When you merge this change, GitHub Actions will start using Ubicloud runners. If your workflow file has builds configured on merging a change, you see your build start in your project's Actions tab. If not, you can manually start a build to see the change take effect.
3636

37-
By default, `ubicloud-standard-2` starts a VM with the same vCPU and memory configuration as paid GitHub runners. Given Ubicloud's 10x price advantage, you might want to pick a more powerful VM such as `ubicloud-standard-8` and see if your pipelines move faster. You can find the full list of runners and their prices in the [Pricing documents](/pricing/github-actions).
37+
By default, `ubicloud-standard-2` starts a VM with the same vCPU and memory configuration as paid GitHub runners. Given Ubicloud's 10x price advantage, you might want to pick a more powerful VM such as `ubicloud-standard-8` and see if your pipelines move faster. You can find the full list of runners and their prices in the [Pricing documents](/about/pricing#github-actions).
3838
</Step>
3939
</Steps>
4040

managed-postgresql/price-performance.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 'Price/Performance'
33
---
44

55
## Price
6-
Ubicloud Managed PostgreSQL offers different SKUs for your needs. You can read more about our prices in the [general pricing page](/pricing/overview).
6+
Ubicloud Managed PostgreSQL offers different SKUs for your needs. You can read more about our prices in the [general pricing page](/about/pricing#managed-postgresql).
77

88
For convenience, we also provide pricing tables that compare Ubicloud PostgreSQL to other cloud providers' managed database services. For standard-2 (2 dedicated vCores):
99

mint.json

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,6 @@
4545
"icon": "book-open-cover",
4646
"url": "overview"
4747
},
48-
{
49-
"name": "Pricing",
50-
"icon": "credit-card",
51-
"url": "pricing"
52-
},
5348
{
5449
"name": "API Reference",
5550
"icon": "terminal",
@@ -117,6 +112,7 @@
117112
{
118113
"group": "About",
119114
"pages": [
115+
"about/pricing",
120116
"about/regions",
121117
"about/support",
122118
"about/privacy-policy",
@@ -125,12 +121,6 @@
125121
}
126122
]
127123
},
128-
{
129-
"group": "Pricing",
130-
"pages": [
131-
"pricing/overview"
132-
]
133-
},
134124
{
135125
"group": "API Documentation",
136126
"pages": ["api-reference/overview"]
@@ -150,8 +140,8 @@
150140
},
151141
"redirects": [
152142
{
153-
"source": "/docs/about/pricing",
154-
"destination": "/docs/pricing/overview"
143+
"source": "/docs/pricing/overview",
144+
"destination": "/docs/about/pricing"
155145
},
156146
{
157147
"source": "/docs/about/security",

0 commit comments

Comments
 (0)