Skip to content

Commit

Permalink
[update] MST page index for Aiven Client (github#1595)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
3 people authored Sep 16, 2022
1 parent 19cf6e7 commit 5d955b7
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 15 deletions.
File renamed without changes.
5 changes: 2 additions & 3 deletions mst/aiven-client/create-fork.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ services,see [Services][about-mst].

Before you begin, make sure you have:

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

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

[about-mst]: /mst/:currentVersion:/about-mst/
[aiven-client-install]: /mst/:currentVersion:/aiven-client/aiven-client-install/
[create-service]: /install/:currentVersion:/installation-mst/#create-your-first-service
[mst-login]: https://portal.managed.timescale.com
[aiven-client-mst]: /mst/:currentVersion:/aiven-client-install
[aiven-client-mst]: /mst/:currentVersion:/aiven-client/aiven-client-install
2 changes: 1 addition & 1 deletion mst/aiven-client/grafana-authentication-plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ to the main organization, use `-c user_auto_assign_org=true` option.

</procedure>

[aiven-client-mst]: /mst/:currentVersion:/aiven-client-install
[aiven-client-mst]: /mst/:currentVersion:/aiven-client/aiven-client-install
[google-oauth-keys]: https://grafana.com/docs/grafana/v9.0/setup-grafana/configure-security/configure-authentication/google/
[github-oauth-keys]: https://grafana.com/docs/grafana/v9.0/setup-grafana/configure-security/configure-authentication/github/
[gitlab-oauth-keys]: https://grafana.com/docs/grafana/v9.0/setup-grafana/configure-security/configure-authentication/gitlab/
2 changes: 1 addition & 1 deletion mst/aiven-client/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ You can use the Aiven Client tool to:
* Create a fork
* Add authentication plugins to your attached Grafana service

[aiven-client]: /mst/:currentVersion:/aiven-client-install/
[aiven-client]: /mst/:currentVersion:/aiven-client/aiven-client-install/
3 changes: 1 addition & 2 deletions mst/replicas-cli.md → mst/aiven-client/replicas-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Before you begin, make sure you have:
## Creating a read-only replica of your service

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

1. Switch to the project that contains the TimescaleDB service you want to
create a read-only replica for:
Expand Down Expand Up @@ -85,4 +85,3 @@ avn service list
[aiven-client-install]: /mst/:currentVersion:/aiven-client/aiven-client-install/
[create-service]: /install/:currentVersion:/installation-mst/#create-your-first-service
[mst-login]: https://portal.managed.timescale.com
[aiven-client-mst]: /mst/:currentVersion:/aiven-client-install
26 changes: 18 additions & 8 deletions mst/page-index/page-index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,6 @@ module.exports = [
title: "About Managed Service for TimescaleDB",
href: "about-mst",
},
{
title: "Aiven Client for Managed Service for TimescaleDB",
href: "aiven-client-install",
},
{
title: "Create a read-only replica using Aiven Client",
href: "replicas-cli",
},
{
title: "Clouds and regions",
href: "cloud-regions",
Expand Down Expand Up @@ -94,6 +86,24 @@ module.exports = [
excerpt:
"A Command Line tool for fully managed TimescaleDB service on AWS, Azure, or GCP.",
children: [
{
title: "Install Aiven Client for Managed Service for TimescaleDB",
href: "aiven-client-install",
excerpt:
"Install Aiven Client to manage your services on MST"
},
{
title: "Create a fork of the service using Aiven Client",
href: "create-fork",
excerpt:
"Create a fork of the service using Aiven Client"
},
{
title: "Create a read-only replica using Aiven Client",
href: "replicas-cli",
excerpt:
"Create a read-only replica using Aivent Client"
},
{
title: "Integrate authentication plugins in Grafana",
href: "grafana-authentication-plugins",
Expand Down

0 comments on commit 5d955b7

Please sign in to comment.