Skip to content

Commit

Permalink
Fix the Timescale Cloud excerpt (github#1496)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
charislam authored Aug 23, 2022
1 parent 0657f79 commit f53b98a
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions cloud/page-index/page-index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
},
{
Expand Down

0 comments on commit f53b98a

Please sign in to comment.