Skip to content

Commit 7940006

Browse files
author
SPRINX0\prochazka
committed
pricing table
1 parent 0f9e7d6 commit 7940006

File tree

5 files changed

+11
-12
lines changed

5 files changed

+11
-12
lines changed

_data/navigation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
link: /blog/
1212
- name: Docs
1313
link: /docs/
14-
- name: Premium
15-
link: /premium/
14+
- name: Pricing
15+
link: /pricing/

_includes/client.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
when started from Docker container.
77

88
{% if include.isPremium == '1' %}
9-
{{include.name}} support is available exclusively in the [Premium edition](https://dbgate.org/premium/)
9+
{{include.name}} support is available exclusively in the [Premium edition](https://dbgate.org/pricing/)
1010
{% endif %}
1111

1212
{% if include.screenshot %}

_posts/2024-09-03-5.4.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ date: 2024-09-03 12:00:00
77

88
I'm excited to announce the new release of DbGate, version 5.4.0! After a long wait, we're introducing support for a new database engine: Azure CosmosDB. CosmosDB is a cloud-based, document-oriented database from Microsoft, and its support is available exclusively in the Premium edition.
99

10-
One of the major features in the [Premium edition](https://dbgate.org/premium/) is the new [user administration](https://dbgate.org/docs/admin.html) functionality, which includes role-based permissions, role-specific connections, and multiple login methods. You can explore these new features with a 30-day free trial.
10+
One of the major features in the [Premium edition](https://dbgate.org/pricing/) is the new [user administration](https://dbgate.org/docs/admin.html) functionality, which includes role-based permissions, role-specific connections, and multiple login methods. You can explore these new features with a 30-day free trial.
1111

1212
We've also made significant improvements to MongoDB support. All basic MongoDB types are now natively supported, and more specific data types are available via generic EJSON support. The MongoDB support has been partially rewritten to provide DbGate with enhanced NoSQL capabilities, leading to substantial improvements in features like filtering and data editing.
1313

premium.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
---
2-
title: "Premium"
2+
title: Pricing
33
subtitle: Use DbGate web app for your team in cloud
44
layout: page
5-
permalink: /premium/
5+
permalink: /pricing/
66
---
77

8-
<p>
9-
<a href="https://dbgate.eu" target="_blank" class="button is-info is-medium">DbGate Premium web</a>
10-
</p>
11-
128
# DbGate Premium
13-
Premium edition is build on top of DbGate Community edition and brings guaranteed support and some advanced enterprise functionality. DbGate Premium is available both as downloadable application and [docker container](https://hub.docker.com/r/dbgate/dbgate-premium) for Team Premium web app. 30-day free-trial period is available.
9+
Premium edition is build on top of DbGate Community edition and brings guaranteed support and some advanced enterprise functionality. DbGate Premium is available as desktop application. 30-day free-trial period is available.
10+
11+
# DbGate Team Premium
12+
Premium edition is build on top of DbGate Community edition and brings guaranteed support and some advanced enterprise functionality. DbGate Team Premium is available both as desktop application and web app([docker container](https://hub.docker.com/r/dbgate/dbgate-premium), [npm package](https://www.npmjs.com/package/dbgate-serve-premium)). 30-day free-trial period is available.
1413

1514
## Pricing
1615

support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ We would also appreciate, if you could write some review on DbGate and help othe
2525

2626
## Premium edition
2727

28-
You could also support DbGate project by ordering [Premium](/premium/) edition of DbGate. Besides suporting DbGate, you have will also e-mail support and enterprise features included.
28+
You could also support DbGate project by ordering [Premium](/purchase/premium/) edition of DbGate. Besides suporting DbGate, you have will also e-mail support and enterprise features included.

0 commit comments

Comments
 (0)