Skip to content

Commit c776a1f

Browse files
Move the integrations to be a top level section (#3984)
* feat: make integrations a top-level section
1 parent 19dd70a commit c776a1f

File tree

73 files changed

+297
-295
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+297
-295
lines changed

.github/styles/templates/integration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import IntegrationPrereqs from "versionContent/_partials/_integration-prereqs.md
1212

1313
// Provide context for the integration steps, for example, if an additional connector is used.
1414

15-
// See https://docs.timescale.com/use-timescale/latest/integrations/grafana/ for an example.
15+
// See https://docs.timescale.com/integrations/latest/grafana/ for an example.
1616

1717
## Prerequisites
1818

@@ -56,7 +56,7 @@ Take the following steps to <whatever the tool must do in conjunction with Times
5656

5757
You have successfully integrated <third-party tool> with $CLOUD_LONG.
5858

59-
[connection-info]: /use-timescale/:currentVersion:/integrations/find-connection-details/
59+
[connection-info]: /integrations/:currentVersion:/find-connection-details/
6060

6161

6262

_partials/_cloud-connect-service.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@ Quick recap. You:
8181
[portal-data-mode]: https://console.cloud.timescale.com/dashboard/services?popsql
8282
[account-portal]: https://console.cloud.timescale.com/dashboard/account
8383
[services-portal]: https://console.cloud.timescale.com/dashboard/services
84-
[install-psql]: /use-timescale/:currentVersion:/integrations/psql/
84+
[install-psql]: /integrations/:currentVersion:/psql/
8585
[popsql]: /getting-started/:currentVersion:/run-queries-from-console/#data-mode
8686
[run-sqleditor]: /getting-started/:currentVersion:/run-queries-from-console/#sql-editor
87-
[install-psql]: /use-timescale/:currentVersion:/integrations/psql/
87+
[install-psql]: /integrations/:currentVersion:/psql/
8888
[hypertables]: /use-timescale/:currentVersion:/hypertables/about-hypertables/#hypertable-partitioning
89-
[psql]: /use-timescale/:currentVersion:/integrations/psql/
89+
[psql]: /integrations/:currentVersion:/psql/

_partials/_cloud-create-connect-tutorials.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ command-line utility. If you've used PostgreSQL before, you might already have
3737
</Procedure>
3838
3939
[timescale-portal]: https://console.cloud.timescale.com/
40-
[install-psql]: /use-timescale/:currentVersion:/integrations/psql/
40+
[install-psql]: /integrations/:currentVersion:/psql/

_partials/_create-hypertable-twelvedata-crypto.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ PostgreSQL table named `crypto_assets`.
6161

6262
[in-console-editors]: /getting-started/:currentVersion:/run-queries-from-console/
6363
[services-portal]: https://console.cloud.timescale.com/dashboard/services
64-
[connect-using-psql]: /use-timescale/:currentVersion:/integrations/psql
64+
[connect-using-psql]: /integrations/:currentVersion:/psql

_partials/_create-hypertable.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ To create a hypertable:
4040
</Procedure>
4141

4242
[services-portal]: https://console.cloud.timescale.com/dashboard/services
43-
[install-psql]: /use-timescale/:currentVersion:/integrations/psql/
43+
[install-psql]: /integrations/:currentVersion:/psql/
4444
[popsql]: /getting-started/:currentVersion:/run-queries-from-console/#data-mode
4545
[run-sqleditor]: /getting-started/:currentVersion:/run-queries-from-console/#sql-editor
46-
[install-psql]: /use-timescale/:currentVersion:/integrations/psql/
4746
[hypertables]: /use-timescale/:currentVersion:/hypertables/about-hypertables/#hypertable-partitioning

_partials/_foreign-data-wrappers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,6 @@ You create PostgreSQL FDWs with the `postgres_fdw` extension. See [documenation]
191191
[vpc-peering]: /use-timescale/:currentVersion:/security/vpc/
192192
[sql-editor]: /getting-started/:currentVersion:/run-queries-from-console/#ops-mode-sql-editor/
193193
[connect]: /getting-started/:currentVersion:/run-queries-from-console/
194-
[connection-info]: /use-timescale/:currentVersion:/integrations/find-connection-details/
194+
[connection-info]: /integrations/:currentVersion:/find-connection-details/
195195
[enable-fdw-docs]: https://www.postgresql.org/docs/current/postgres-fdw.html
196-
[psql]: /use-timescale/:currentVersion:/integrations/psql/
196+
[psql]: /integrations/:currentVersion:/psql/

_partials/_grafana-connect.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ To visualize the results of your queries, enable Grafana to read the data in you
3030
[grafana-cloud]: https://grafana.com/get/
3131
[cloud-login]: https://console.cloud.timescale.com/
3232
[create-service]: /getting-started/:currentVersion:/services/
33-
[connection-info]: /use-timescale/:currentVersion:/integrations/find-connection-details/
33+
[connection-info]: /integrations/:currentVersion:/find-connection-details/

_partials/_hypercore_policy_workflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,5 +114,5 @@
114114
[remove_columnstore_policy]: /api/:currentVersion:/hypercore/remove_columnstore_policy/
115115
[in-console-editors]: /getting-started/:currentVersion:/run-queries-from-console/
116116
[services-portal]: https://console.cloud.timescale.com/dashboard/services
117-
[connect-using-psql]: /use-timescale/:currentVersion:/integrations/query-admin/psql#connect-to-your-service
117+
[connect-using-psql]: /integrations/:currentVersion:/psql/#connect-to-your-service
118118
[insert]: /use-timescale/:currentVersion:/write-data/insert/

_partials/_import-data-iot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ tables called chunks. Each chunk is assigned a range of time, and only contains
7979
[hypertables-section]: /use-timescale/:currentVersion:/hypertables/
8080
[portal-ops-mode]: https://console.cloud.timescale.com/dashboard/services
8181
[portal-data-mode]: https://console.cloud.timescale.com/dashboard/services?popsql
82-
[connection-info]: /use-timescale/:currentVersion:/integrations/find-connection-details/
82+
[connection-info]: /integrations/:currentVersion:/find-connection-details/
8383
[migrate-with-downtime]: /migrate/:currentVersion:/pg-dump-and-restore/
8484
[migrate-live]: /migrate/:currentVersion:/live-migration/
8585
[data-ingest]: /use-timescale/:currentVersion:/ingest-data/

_partials/_import-data-nyc-taxis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ tables called chunks. Each chunk is assigned a range of time, and only contains
161161
[hypertables-section]: /use-timescale/:currentVersion:/hypertables/
162162
[portal-ops-mode]: https://console.cloud.timescale.com/dashboard/services
163163
[portal-data-mode]: https://console.cloud.timescale.com/dashboard/services?popsql
164-
[connection-info]: /use-timescale/:currentVersion:/integrations/find-connection-details/
164+
[connection-info]: /integrations/:currentVersion:/find-connection-details/
165165
[migrate-with-downtime]: /migrate/:currentVersion:/pg-dump-and-restore/
166166
[migrate-live]: /migrate/:currentVersion:/live-migration/
167167
[data-ingest]: /use-timescale/:currentVersion:/ingest-data/

0 commit comments

Comments
 (0)