From f53b98a5c8b213fee2122c30793daa340ab6182d Mon Sep 17 00:00:00 2001 From: Charis <26616127+charislam@users.noreply.github.com> Date: Tue, 23 Aug 2022 14:16:09 -0400 Subject: [PATCH] Fix the Timescale Cloud excerpt (#1496) The Timescale Cloud excerpt was defined twice, and the less-descriptive definition was being used. Remove the duplicate definition and refine the remaining one to better promote the benefits of Cloud --- cloud/page-index/page-index.js | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/cloud/page-index/page-index.js b/cloud/page-index/page-index.js index 8cfc0fedeb14..8bc4a8b550e8 100644 --- a/cloud/page-index/page-index.js +++ b/cloud/page-index/page-index.js @@ -4,10 +4,10 @@ module.exports = [ filePath: "index.md", href: "cloud", name: "About Timescale Cloud", - excerpt: "Timescale Cloud is a fully managed, hosted TimescaleDB service", + excerpt: + "Timescale Cloud is a cloud-native TimescaleDB as a service that is easy to get started and powerful enough for the most demanding scenarios", tags: ["tsc"], keywords: ["Timescale Cloud"], - excerpt: "Timescale Cloud documentation", children: [ { title: "Services", @@ -164,8 +164,13 @@ module.exports = [ { title: "Integrations", href: "integrations", - tags: ['integrations', 'tsc', 'datadog', 'cloudwatch'], - keywords: ['integrations', 'DataDog', 'AWS CloudWatch', 'Timescale Cloud'], + tags: ["integrations", "tsc", "datadog", "cloudwatch"], + keywords: [ + "integrations", + "DataDog", + "AWS CloudWatch", + "Timescale Cloud", + ], excerpt: "Export telemetry data to a third-party monitoring service", }, {