Skip to content

Commit 2ce11f6

Browse files
committed
premium links
1 parent bc84c61 commit 2ce11f6

22 files changed

+73
-38
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ node_modules
22
public
33
.hugo_build.lock
44
resources
5-
static/swiper
5+
static/swiper
6+
.DS_Store

content/_index.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,18 @@ download_button: true
88

99
{{< carousel >}}
1010

11-
{{< features >}}
1211

13-
# Works with Databases
12+
## DbGate Community features
13+
{{< features "community" >}}
14+
15+
## DbGate Premium features
16+
{{< features "premium" >}}
17+
18+
## Works with Databases
1419

1520
{{< databases >}}
1621

17-
# Latest News
22+
## Latest News
1823
{{< latestnews >}}
1924

2025

content/features/database.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ subtitle: Connect to multiple databases simultaneously
44
description: Connect to multiple databases, directly or through SSH tunnel
55
icon: database.svg
66
weight: 1
7+
edition: 'community'
78
aliases:
89
- /features/
910
---

content/features/datagrid.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: Data Editor
33
subtitle: Browse or edit data in your tables or views, filter by column value.
44
icon: table.svg
5+
edition: 'community'
56
weight: 2
67
---
78

content/features/dbedit.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Schema editor and deployer
33
subtitle: Edit table schema, database compare tool
44
description: Edit table schema with keys and indexes. Use database compare tool, deploy your DB models.
55
icon: dbedit.svg
6+
edition: 'community'
67
weight: 9
78
---
89

content/features/export.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Export and Import
33
subtitle: Export and import from/to CSV, JSON, XML or Excel
44
description: Export and import from/to CSV, JSON or Excel. Use JavaScript scripting support
55
icon: export.svg
6+
edition: 'community'
67
weight: 5
78
---
89

content/features/integration.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Web app configuration, authorization
33
subtitle: Authorize web app using OAuth or with Active directory
44
description: Web app authorization using OAuth or with LDAP/Active directory
55
icon: authentication.svg
6+
edition: 'community'
67
weight: 12
78
---
89

content/features/ndjson-viewer.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: NDJSON viewer
33
subtitle: Powerful viewer for NDJSON/JSON lines format
44
icon: ndjson.png
5+
edition: 'community'
56
weight: 10
67
---
78

content/features/nosql.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: NoSQL Database Support
33
subtitle: Connect to MongoDB or Redis, browse or filter JSON document data
44
icon: mongo.svg
5+
edition: 'community'
56
weight: 6
67
---
78

content/features/online.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: Online Demo Application
33
description: Still not convinced? Try this compelling list of features in our online demo app
44
icon: chrome.svg
5+
edition: 'community'
56
weight: 25
67
demo_url: https://demo.dbgate.org/
78
hide_menu: true

0 commit comments

Comments
 (0)