Skip to content

Commit d61cd5f

Browse files
authored
New navigation (#4614)
1 parent 37ce3bc commit d61cd5f

31 files changed

+207
-259
lines changed

_partials/_cloud-connect-service.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@ import NotAvailableFreePlan from "versionContent/_partials/_not-available-in-fre
1010

1111
1. **Connect to your $SERVICE_SHORT**
1212

13-
Connect using data mode or SQL editor in $CONSOLE, or psql in the command line:
13+
Connect using $DATA_MODE or SQL editor in $CONSOLE, or psql in the command line:
1414

1515
<Tabs label="Connect to your Tiger Cloud service" persistKey="sql-editor">
1616

17-
<Tab title="Data mode in Console" label="data-mode">
17+
<Tab title="Data view in Console" label="data-mode">
1818

1919
<NotAvailableFreePlan />
2020

2121
<Procedure>
2222

23-
1. In $CONSOLE, toggle `Data`.
23+
1. In $CONSOLE, click `Data view`.
2424

25-
1. Select your $SERVICE_SHORT in the connection drop-down in the top right.
25+
1. In the connection drop-down in the top right, select your $SERVICE_SHORT.
2626

2727
![Select a connection](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-console-data-mode-connection-dropdown.png)
2828

@@ -95,18 +95,18 @@ import NotAvailableFreePlan from "versionContent/_partials/_not-available-in-fre
9595
</Procedure>
9696

9797
Quick recap. You:
98-
- Manage your $SERVICE_SHORTs in the [$OPS_MODE][portal-ops-mode] in $CONSOLE: add $READ_REPLICAs and enable
98+
- Manage your $SERVICE_SHORTs in $CONSOLE: add $READ_REPLICAs and enable
9999
high availability, compress data into the $COLUMNSTORE, change parameters, and so on.
100100
- Analyze your data in the [$DATA_MODE][portal-data-mode] in $CONSOLE: write queries with
101101
autocomplete, save them in folders, share them, create charts/dashboards, and much more.
102102
- Store configuration and security information in your config file.
103103

104104
[portal-ops-mode]: https://console.cloud.timescale.com/dashboard/services
105-
[portal-data-mode]: https://console.cloud.timescale.com/dashboard/services?popsql
105+
[portal-data-mode]: https://console.cloud.timescale.com/dashboard/data-view?popsql
106106
[account-portal]: https://console.cloud.timescale.com/dashboard/account
107107
[services-portal]: https://console.cloud.timescale.com/dashboard/services
108108
[install-psql]: /integrations/:currentVersion:/psql/
109-
[popsql]: /getting-started/:currentVersion:/run-queries-from-console/#data-mode
109+
[popsql]: /getting-started/:currentVersion:/run-queries-from-console/#data-view
110110
[run-sqleditor]: /getting-started/:currentVersion:/run-queries-from-console/#sql-editor
111111
[install-psql]: /integrations/:currentVersion:/psql/
112112
[hypertables]: /use-timescale/:currentVersion:/hypertables/#hypertable-partitioning

_partials/_create-hypertable.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ To create a hypertable:
99

1010
1. **Connect to your service**
1111

12-
In $CONSOLE, click `Data`, then select a $SERVICE_SHORT.
12+
In $CONSOLE, click `Data view`, then select a $SERVICE_SHORT.
1313

1414
1. **Create a $PG table**
1515

@@ -29,13 +29,13 @@ To create a hypertable:
2929

3030
You see the result immediately:
3131

32-
![Data mode create table](https://assets.timescale.com/docs/images/data-mode-create-table.png)
32+
![Data view create table](https://assets.timescale.com/docs/images/data-mode-create-table.png)
3333

3434
</Procedure>
3535

3636
[services-portal]: https://console.cloud.timescale.com/dashboard/services
3737
[install-psql]: /integrations/:currentVersion:/psql/
38-
[popsql]: /getting-started/:currentVersion:/run-queries-from-console/#data-mode
38+
[popsql]: /getting-started/:currentVersion:/run-queries-from-console/#data-view
3939
[run-sqleditor]: /getting-started/:currentVersion:/run-queries-from-console/#sql-editor
4040
[hypertables]: /use-timescale/:currentVersion:/hypertables/#hypertable-partitioning
4141
[hypertable-create-table]: /api/:currentVersion:/hypertable/create_table/

_partials/_create-service.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,5 @@
1515

1616
</Procedure>
1717

18-
You can [manage, pause, or delete][service-management] your $SERVICE_SHORT at any time from $CONSOLE.
19-
2018
[create-service]: https://console.cloud.timescale.com/dashboard/create_services
2119
[connect-to-your-service]: /getting-started/:currentVersion:/services/#connect-to-your-service
22-
[service-management]: /use-timescale/:currentVersion:/services/service-management/

_partials/_foreign-data-wrappers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ You create $PG FDWs with the `postgres_fdw` extension. See [documenation][enable
189189
</Tabs>
190190

191191
[vpc-peering]: /use-timescale/:currentVersion:/security/vpc/
192-
[sql-editor]: /getting-started/:currentVersion:/run-queries-from-console/#ops-mode-sql-editor/
192+
[sql-editor]: /getting-started/:currentVersion:/run-queries-from-console/#sql-editor/
193193
[connect]: /getting-started/:currentVersion:/run-queries-from-console/
194194
[connection-info]: /integrations/:currentVersion:/find-connection-details/
195195
[enable-fdw-docs]: https://www.postgresql.org/docs/current/postgres-fdw.html

_partials/_import-data-iot.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ import HypertableIntro from "versionContent/_partials/_tutorials_hypertable_intr
5353

5454
You query $HYPERTABLEs in exactly the same way as you would a relational $PG table.
5555
Use one of the following SQL editors to run a query and see the data you uploaded:
56-
- **Data mode**: write queries, visualize data, and share your results in [$CONSOLE][portal-data-mode] for all your $SERVICE_LONGs.
56+
- **$DATA_MODE**: write queries, visualize data, and share your results in [$CONSOLE][portal-data-mode] for all your $SERVICE_LONGs.
5757
- **SQL editor**: write, fix, and organize SQL faster and more accurately in [$CONSOLE][portal-ops-mode] for a $SERVICE_LONG.
5858
- **psql**: easily run queries on your $SERVICE_LONGs or $SELF_LONG deployment from Terminal.
5959

@@ -77,7 +77,7 @@ import HypertableIntro from "versionContent/_partials/_tutorials_hypertable_intr
7777
</Procedure>
7878

7979
[portal-ops-mode]: https://console.cloud.timescale.com/dashboard/services
80-
[portal-data-mode]: https://console.cloud.timescale.com/dashboard/services?popsql
80+
[portal-data-mode]: https://console.cloud.timescale.com/dashboard/data-view?popsql
8181
[connection-info]: /integrations/:currentVersion:/find-connection-details/
8282
[migrate-with-downtime]: /migrate/:currentVersion:/pg-dump-and-restore/
8383
[migrate-live]: /migrate/:currentVersion:/live-migration/

_partials/_import-data-nyc-taxis.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ import HypertableIntro from "versionContent/_partials/_tutorials_hypertable_intr
115115

116116
You query $HYPERTABLEs in exactly the same way as you would a relational $PG table.
117117
Use one of the following SQL editors to run a query and see the data you uploaded:
118-
- **Data mode**: write queries, visualize data, and share your results in [$CONSOLE][portal-data-mode] for all your $SERVICE_LONGs.
118+
- **$DATA_MODE**: write queries, visualize data, and share your results in [$CONSOLE][portal-data-mode] for all your $SERVICE_LONGs.
119119
- **SQL editor**: write, fix, and organize SQL faster and more accurately in [$CONSOLE][portal-ops-mode] for a $SERVICE_LONG.
120120
- **psql**: easily run queries on your $SERVICE_LONGs or $SELF_LONG deployment from Terminal.
121121

@@ -165,7 +165,7 @@ import HypertableIntro from "versionContent/_partials/_tutorials_hypertable_intr
165165

166166
[hypertables-section]: /use-timescale/:currentVersion:/hypertables/
167167
[portal-ops-mode]: https://console.cloud.timescale.com/dashboard/services
168-
[portal-data-mode]: https://console.cloud.timescale.com/dashboard/services?popsql
168+
[portal-data-mode]: https://console.cloud.timescale.com/dashboard/data-view?popsql
169169
[connection-info]: /integrations/:currentVersion:/find-connection-details/
170170
[migrate-with-downtime]: /migrate/:currentVersion:/pg-dump-and-restore/
171171
[migrate-live]: /migrate/:currentVersion:/live-migration/

_partials/_service-overview-azure.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

_partials/_service-overview.md

Lines changed: 0 additions & 11 deletions
This file was deleted.
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ To the $PG you know and love, $CLOUD_LONG adds the following capabilities:
3535

3636
Free $SERVICE_SHORTs offer limited resources and a basic feature scope, perfect to get to know $CLOUD_LONG in a development environment.
3737

38+
You can [manage, pause, or delete][service-management] your $SERVICE_SHORT at any time from $CONSOLE.
39+
3840
[what-is-time-series]: https://www.timescale.com/blog/time-series-database-an-explainer#what-is-a-time-series-database
3941
[create-service]: /getting-started/:currentVersion:/services/
4042
[live-migration]: /migrate/:currentVersion:/live-migration/
@@ -50,4 +52,5 @@ To the $PG you know and love, $CLOUD_LONG adds the following capabilities:
5052
[insights]: /use-timescale/:currentVersion:/metrics-logging/monitoring/#insights
5153
[maintain-upgrade]: /use-timescale/:currentVersion:/upgrades/
5254
[pricing-plans]: /about/:currentVersion:/pricing-and-account-management/
53-
[rbac]: /use-timescale/:currentVersion:/security/members/
55+
[rbac]: /use-timescale/:currentVersion:/security/members/
56+
[service-management]: /use-timescale/:currentVersion:/services/service-management/

_partials/_services-intro.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ To the $PG you know and love, $CLOUD_LONG adds the following capabilities:
3535

3636
Free $SERVICE_SHORTs offer limited resources and a basic feature scope, perfect to get to know $CLOUD_LONG in a development environment.
3737

38+
You can [manage, pause, or delete][service-management] your $SERVICE_SHORT at any time from $CONSOLE.
39+
3840
[what-is-time-series]: https://www.timescale.com/blog/time-series-database-an-explainer#what-is-a-time-series-database
3941
[create-service]: /getting-started/:currentVersion:/services/
4042
[live-migration]: /migrate/:currentVersion:/live-migration/
@@ -50,4 +52,5 @@ To the $PG you know and love, $CLOUD_LONG adds the following capabilities:
5052
[insights]: /use-timescale/:currentVersion:/metrics-logging/monitoring/#insights
5153
[maintain-upgrade]: /use-timescale/:currentVersion:/upgrades/
5254
[pricing-plans]: /about/:currentVersion:/pricing-and-account-management/
53-
[rbac]: /use-timescale/:currentVersion:/security/members/
55+
[rbac]: /use-timescale/:currentVersion:/security/members/
56+
[service-management]: /use-timescale/:currentVersion:/services/

0 commit comments

Comments
 (0)