Skip to content

Commit 91f897d

Browse files
docs: sort create-database engines alphabetically and update weights (#133)
Signed-off-by: Arnob Kumar Saha <arnob@appscode.com>
1 parent 35f72c8 commit 91f897d

33 files changed

Lines changed: 48 additions & 47 deletions

.github/workflows/ci.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@ jobs:
2828
2929
- name: Install link checker
3030
run: |
31-
curl -fsSL -o liche https://github.com/appscodelabs/liche/releases/download/v0.2.0/liche-linux-amd64
32-
chmod +x liche
31+
git clone --depth 1 -b arnob-strip-prefix https://github.com/appscodelabs/liche.git /tmp/liche
32+
cd /tmp/liche
33+
go build -o liche .
3334
sudo mv liche /usr/local/bin/liche
3435
3536
- name: Create Kubernetes cluster
@@ -50,11 +51,11 @@ jobs:
5051
5152
- name: Check links
5253
run: |
53-
liche -r docs -d $(pwd) -c 10 -p -h -l -s -x '^(.*golang.org.*|.*github.com.*|.*api.slack.com.*|.*twitter.com.*|.*linode.com.*|.*helm.sh.*|.*k8s.io.*|.*percona.com.*|.*kubernetes.io.*|.*search-guard.com.*|.*hub.docker.com.*|.*appscode.com.*|.*mongodb.com.*|.*community.arm.com.*|.*cluster.com.*|.*proxysql.com.*|.*postgresql.org.*|.*kafka.com.*|.*stackoverflow.com.*|.*redis.io.*|.*elastic.co.*|.*mysql.*|.*developer.hashicorp.com.*|.*pgpool.net.*|.*clickhouse.com.*)$'
54+
liche -r docs -d $(pwd) -c 10 -p -h -l -s -x '^(.*golang.org.*|.*github.com.*|.*api.slack.com.*|.*twitter.com.*|.*linode.com.*|.*helm.sh.*|.*k8s.io.*|.*percona.com.*|.*kubernetes.io.*|.*search-guard.com.*|.*hub.docker.com.*|.*appscode.com.*|.*mongodb.com.*|.*community.arm.com.*|.*cluster.com.*|.*proxysql.com.*|.*postgresql.org.*|.*kafka.com.*|.*stackoverflow.com.*|.*redis.io.*|.*elastic.co.*|.*mysql.*|.*developer.hashicorp.com.*|.*pgpool.net.*|.*clickhouse.com.*|.*portal.azure.com.*|.*vultr.com.*)$'
5455
max_retries=5
5556
retry_count=0
5657
while [ $retry_count -lt $max_retries ]; do
57-
if liche -r docs -d $(pwd) -c 10 -p -h -l -s -x '^(.*golang.org.*|.*github.com.*|.*api.slack.com.*|.*twitter.com.*|.*linode.com.*|.*helm.sh.*|.*k8s.io.*|.*percona.com.*|.*kubernetes.io.*|.*search-guard.com.*|.*hub.docker.com.*|.*appscode.com.*|.*mongodb.com.*|.*community.arm.com.*|.*cluster.com.*|.*proxysql.com.*|.*postgresql.org.*|.*kafka.com.*|.*stackoverflow.com.*|.*redis.io.*|.*elastic.co.*|.*mysql.*|.*developer.hashicorp.com.*|.*pgpool.net.*|.*clickhouse.com.*)$'; then
58+
if liche -r docs -d $(pwd) -c 10 -p -h -l -s -x '^(.*golang.org.*|.*github.com.*|.*api.slack.com.*|.*twitter.com.*|.*linode.com.*|.*helm.sh.*|.*k8s.io.*|.*percona.com.*|.*kubernetes.io.*|.*search-guard.com.*|.*hub.docker.com.*|.*appscode.com.*|.*mongodb.com.*|.*community.arm.com.*|.*cluster.com.*|.*proxysql.com.*|.*postgresql.org.*|.*kafka.com.*|.*stackoverflow.com.*|.*redis.io.*|.*elastic.co.*|.*mysql.*|.*developer.hashicorp.com.*|.*pgpool.net.*|.*clickhouse.com.*|.*portal.azure.com.*|.*vultr.com.*)$'; then
5859
echo "Link check passed"
5960
exit 0
6061
fi

docs/platform/guides/account-management/kubernetes/credentials.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ To access Scaleway resources, you need your Organization ID and an API secret ke
421421
- **Organization:** Your Scaleway Organization ID (a UUID), found under **Organization Settings** in the Scaleway Console.
422422
- **Token:** Your API Secret Key. Navigate to **Identity and Access Management (IAM) > API Keys**, create a new API key, and copy the **Secret Key**.
423423

424-
Ref: [Scaleway API Keys](https://www.scaleway.com/en/docs/iam/api-keys/)
424+
Ref: [Scaleway API Keys](https://www.scaleway.com/en/docs/iam/how-to/create-api-keys/)
425425

426426
Then add the credential [here](https://appscode.com/id/{user}/user/settings/credentials/create).
427427

docs/platform/guides/database-management/create-database/_index.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -26,31 +26,31 @@ it, then follow the common steps for everything else.
2626
## Supported Engines
2727

2828
### Relational
29-
- [PostgreSQL](../postgres.md)
30-
- [MySQL](../mysql.md)
29+
- [IBM Db2](../db2.md)
3130
- [MariaDB](../mariadb.md)
32-
- [Percona XtraDB](../perconaxtradb.md)
3331
- [Microsoft SQL Server](../mssqlserver.md)
32+
- [MySQL](../mysql.md)
3433
- [Oracle](../oracle.md)
35-
- [SingleStore](../singlestore.md)
36-
- [IBM Db2](../db2.md)
34+
- [Percona XtraDB](../perconaxtradb.md)
35+
- [PostgreSQL](../postgres.md)
3736
- [SAP HANA](../hanadb.md)
37+
- [SingleStore](../singlestore.md)
3838

3939
### Document & Search
40-
- [MongoDB](../mongodb.md)
40+
- [DocumentDB](../documentdb.md)
4141
- [Elasticsearch](../elasticsearch.md)
42+
- [MongoDB](../mongodb.md)
4243
- [Solr](../solr.md)
43-
- [DocumentDB](../documentdb.md)
4444

4545
### Key-Value & Cache
46-
- [Redis](../redis.md)
47-
- [Memcached](../memcached.md)
48-
- [Ignite](../ignite.md)
4946
- [Hazelcast](../hazelcast.md)
47+
- [Ignite](../ignite.md)
48+
- [Memcached](../memcached.md)
49+
- [Redis](../redis.md)
5050

5151
### Vector
52-
- [Qdrant](../qdrant.md)
5352
- [Milvus](../milvus.md)
53+
- [Qdrant](../qdrant.md)
5454
- [Weaviate](../weaviate.md)
5555

5656
### Wide-column & Time-series

docs/platform/guides/database-management/create-database/cassandra.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ menu:
55
identifier: database-management-create-cassandra
66
name: Cassandra
77
parent: database-management-create
8-
weight: 210
8+
weight: 20
99
menu_name: docsplatform_{{.version}}
1010
section_menu_id: guides
1111
---

docs/platform/guides/database-management/create-database/clickhouse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ menu:
55
identifier: database-management-create-clickhouse
66
name: ClickHouse
77
parent: database-management-create
8-
weight: 220
8+
weight: 30
99
menu_name: docsplatform_{{.version}}
1010
section_menu_id: guides
1111
---

docs/platform/guides/database-management/create-database/db2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ menu:
55
identifier: database-management-create-db2
66
name: IBM Db2
77
parent: database-management-create
8-
weight: 90
8+
weight: 80
99
menu_name: docsplatform_{{.version}}
1010
section_menu_id: guides
1111
---

docs/platform/guides/database-management/create-database/documentdb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ menu:
55
identifier: database-management-create-documentdb
66
name: DocumentDB
77
parent: database-management-create
8-
weight: 130
8+
weight: 40
99
menu_name: docsplatform_{{.version}}
1010
section_menu_id: guides
1111
---

docs/platform/guides/database-management/create-database/druid.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ menu:
55
identifier: database-management-create-druid
66
name: Druid
77
parent: database-management-create
8-
weight: 230
8+
weight: 50
99
menu_name: docsplatform_{{.version}}
1010
section_menu_id: guides
1111
---

docs/platform/guides/database-management/create-database/elasticsearch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ menu:
55
identifier: database-management-create-elasticsearch
66
name: Elasticsearch
77
parent: database-management-create
8-
weight: 110
8+
weight: 60
99
menu_name: docsplatform_{{.version}}
1010
section_menu_id: guides
1111
---

docs/platform/guides/database-management/create-database/hanadb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ menu:
55
identifier: database-management-create-hanadb
66
name: SAP HANA
77
parent: database-management-create
8-
weight: 100
8+
weight: 270
99
menu_name: docsplatform_{{.version}}
1010
section_menu_id: guides
1111
---

0 commit comments

Comments
 (0)