Skip to content

Commit 5d955b7

Browse files
Rajakavitha1Loquacitycharislam
authored
[update] MST page index for Aiven Client (github#1595)
* moved all the tasks that use cli under aiven-client * added the excerpt * updated a link * Update mst/page-index/page-index.js Co-authored-by: Charis <[email protected]> Co-authored-by: Lana Brindley <[email protected]> Co-authored-by: Charis <[email protected]>
1 parent 19cf6e7 commit 5d955b7

File tree

6 files changed

+23
-15
lines changed

6 files changed

+23
-15
lines changed
File renamed without changes.

mst/aiven-client/create-fork.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ services,see [Services][about-mst].
2121

2222
Before you begin, make sure you have:
2323

24-
* Installed [Aiven Client][aiven-client-install].
24+
* Installed [Aiven Client][aiven-client-mst].
2525
* Signed in to your [Managed Service for TimescaleDB dashboard][mst-login].
2626
* Created a [service][create-service] in Managed Service for TimescaleDB.
2727

@@ -79,7 +79,6 @@ You can switch to `project-fork` and view the newly created `grafana-fork` using
7979
```
8080

8181
[about-mst]: /mst/:currentVersion:/about-mst/
82-
[aiven-client-install]: /mst/:currentVersion:/aiven-client/aiven-client-install/
8382
[create-service]: /install/:currentVersion:/installation-mst/#create-your-first-service
8483
[mst-login]: https://portal.managed.timescale.com
85-
[aiven-client-mst]: /mst/:currentVersion:/aiven-client-install
84+
[aiven-client-mst]: /mst/:currentVersion:/aiven-client/aiven-client-install

mst/aiven-client/grafana-authentication-plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ to the main organization, use `-c user_auto_assign_org=true` option.
197197

198198
</procedure>
199199

200-
[aiven-client-mst]: /mst/:currentVersion:/aiven-client-install
200+
[aiven-client-mst]: /mst/:currentVersion:/aiven-client/aiven-client-install
201201
[google-oauth-keys]: https://grafana.com/docs/grafana/v9.0/setup-grafana/configure-security/configure-authentication/google/
202202
[github-oauth-keys]: https://grafana.com/docs/grafana/v9.0/setup-grafana/configure-security/configure-authentication/github/
203203
[gitlab-oauth-keys]: https://grafana.com/docs/grafana/v9.0/setup-grafana/configure-security/configure-authentication/gitlab/

mst/aiven-client/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ You can use the Aiven Client tool to:
1616
* Create a fork
1717
* Add authentication plugins to your attached Grafana service
1818

19-
[aiven-client]: /mst/:currentVersion:/aiven-client-install/
19+
[aiven-client]: /mst/:currentVersion:/aiven-client/aiven-client-install/

mst/replicas-cli.md renamed to mst/aiven-client/replicas-cli.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Before you begin, make sure you have:
2626
## Creating a read-only replica of your service
2727

2828
1. In the Aiven client, connect to your
29-
[Managed Service for TimescaleDB service][aiven-client-mst].
29+
[Managed Service for TimescaleDB service][aiven-client-install].
3030

3131
1. Switch to the project that contains the TimescaleDB service you want to
3232
create a read-only replica for:
@@ -85,4 +85,3 @@ avn service list
8585
[aiven-client-install]: /mst/:currentVersion:/aiven-client/aiven-client-install/
8686
[create-service]: /install/:currentVersion:/installation-mst/#create-your-first-service
8787
[mst-login]: https://portal.managed.timescale.com
88-
[aiven-client-mst]: /mst/:currentVersion:/aiven-client-install

mst/page-index/page-index.js

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,6 @@ module.exports = [
1010
title: "About Managed Service for TimescaleDB",
1111
href: "about-mst",
1212
},
13-
{
14-
title: "Aiven Client for Managed Service for TimescaleDB",
15-
href: "aiven-client-install",
16-
},
17-
{
18-
title: "Create a read-only replica using Aiven Client",
19-
href: "replicas-cli",
20-
},
2113
{
2214
title: "Clouds and regions",
2315
href: "cloud-regions",
@@ -94,6 +86,24 @@ module.exports = [
9486
excerpt:
9587
"A Command Line tool for fully managed TimescaleDB service on AWS, Azure, or GCP.",
9688
children: [
89+
{
90+
title: "Install Aiven Client for Managed Service for TimescaleDB",
91+
href: "aiven-client-install",
92+
excerpt:
93+
"Install Aiven Client to manage your services on MST"
94+
},
95+
{
96+
title: "Create a fork of the service using Aiven Client",
97+
href: "create-fork",
98+
excerpt:
99+
"Create a fork of the service using Aiven Client"
100+
},
101+
{
102+
title: "Create a read-only replica using Aiven Client",
103+
href: "replicas-cli",
104+
excerpt:
105+
"Create a read-only replica using Aivent Client"
106+
},
97107
{
98108
title: "Integrate authentication plugins in Grafana",
99109
href: "grafana-authentication-plugins",

0 commit comments

Comments
 (0)