Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: change page name to integrations #3731

Open
wants to merge 2 commits into
base: latest
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions use-timescale/integrations/index.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: Timescale integrations
excerpt: Integrate your Timescale database with third-party solutions
title: Integrations
excerpt: Integrate third-party products with Timescale Cloud and TimescaleDB
products: [cloud]
keywords: [integrations]
tags: [integrations]
---

# $CLOUD_LONG Integrations
# Integrations

You can integrate your $SERVICE_LONG with third-party solutions to expand and extend what you can do with your data.

Expand Down
2 changes: 1 addition & 1 deletion use-timescale/page-index/page-index.js
Original file line number Diff line number Diff line change
Expand Up @@ -769,7 +769,7 @@ module.exports = [
],
},
{
title: "Timescale Cloud integrations",
title: "Integrations",
href: "integrations",
excerpt: "Integrate third-party solutions with Timescale Cloud",
children: [
Expand Down
Loading