Skip to content

Commit b21f424

Browse files
author
SPRINX0\prochazka
committed
documentation redirect
1 parent ab0588b commit b21f424

17 files changed

+28
-0
lines changed

content/docs/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
---
22
headless: true
3+
redirect: "https://docs.dbgate.io/"
34
---

content/docs/admin.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
layout: docs
33
title: Adminstration (Premium)
44
weight: 11
5+
redirect: "https://docs.dbgate.io/admin"
56
---
67

78
# Administration

content/docs/apidoc.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
layout: docs
33
title: API documentation
44
weight: 21
5+
redirect: "https://docs.dbgate.io/apidoc"
56
---
67

78
# API Documentation

content/docs/archives.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
layout: docs
33
title: Archives
44
weight: 4
5+
redirect: "https://docs.dbgate.io/archives"
56
---
67

78
Archives or simply folders with data in JSONL (NDJSON) format.

content/docs/backup-restore.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
layout: docs
33
title: Backup & restore (Premium)
44
weight: 15
5+
redirect: "https://docs.dbgate.io/backup-restore"
56
---
67

78
**This feature is not yet released**

content/docs/data-filtering.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
layout: docs
33
title: Data filtering
44
weight: 2
5+
redirect: "https://docs.dbgate.io/data-filtering"
56
---
67

78
DbGate has powerful data filtering engine, allowing both very easy data filtering or complex conditions.

content/docs/dbdeploy.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
layout: docs
33
title: Database deploy
44
weight: 7
5+
redirect: "https://docs.dbgate.io/dbdeploy"
56
---
67

78
*Deploy functionality will be significantly changed in incoming release, this documentation is related to lastest BETA version*

content/docs/env-variables.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
layout: docs
33
title: Environment variables
44
weight: 6
5+
redirect: "https://docs.dbgate.io/env-variables"
56
---
67

78
# Environment variables

content/docs/export-import.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
layout: docs
33
title: Export & import
44
weight: 2
5+
redirect: "https://docs.dbgate.io/export-import"
56
---
67

78
DbGate has flexible export/import system based on plugins and [nodejs streams](https://nodejs.org/api/stream.html).

content/docs/installation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
layout: docs
33
title: Installation
44
weight: 5
5+
redirect: "https://docs.dbgate.io/installation"
56
---
67

78
DbGate is available for various platforms, installation process is dependend on platform.

content/docs/main-window.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ title: Main window
44
weight: 1
55
aliases:
66
- /docs/
7+
redirect: "https://docs.dbgate.io/"
78
---
89

910
DbGate is cross-platform SQL+noSQL database client.

content/docs/maps.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
layout: docs
33
title: Maps
44
weight: 8
5+
redirect: "https://docs.dbgate.io/maps"
56
---
67

78
# Maps

content/docs/perspectives.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
layout: docs
33
title: Perspectives
44
weight: 9
5+
redirect: "https://docs.dbgate.io/perspectives"
56
---
67

78
# Perspectives

content/docs/plugin-development.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
layout: docs
33
title: Plugin development
44
weight: 10
5+
redirect: "https://docs.dbgate.io/plugin-development"
56
---
67

78
DbGate supports creating plugins. Thanks plugin to wizard, it is really simple to create masic plugin. DbGate plugins are NPM (JavaScript) packages, they can have dependencies. (but not native dependencies)

content/docs/scripting.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
layout: docs
33
title: Scripting
44
weight: 20
5+
redirect: "https://docs.dbgate.io/scripting"
56
---
67

78
# NodeJS scripting

content/docs/web-app-config.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
layout: docs
33
title: Web app config samples
44
weight: 10
5+
redirect: "https://docs.dbgate.io/web-app-config"
56
---
67

78
There are lot of configuration layouts, which could be achieved with environment variables configuration.

layouts/docs/baseof.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<meta http-equiv="refresh" content="0; url={{ .Params.redirect }}">
6+
<link rel="canonical" href="{{ .Params.redirect }}">
7+
<title>Redirecting…</title>
8+
</head>
9+
<body>
10+
<p>If you are not redirected automatically, click <a href="{{ .Params.redirect }}">here</a>.</p>
11+
</body>
12+
</html>

0 commit comments

Comments
 (0)