Skip to content

Commit

Permalink
Add metadata for code quick starts (github#395)
Browse files Browse the repository at this point in the history
Co-authored-by: Jacob Prall <prall.jacob@gmail.com>
  • Loading branch information
Loquacity and jacobprall authored Sep 14, 2021
1 parent 4a8fd39 commit 22744a6
Showing 1 changed file with 26 additions and 5 deletions.
31 changes: 26 additions & 5 deletions timescaledb/quick-start/page-index/page-index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,42 @@ module.exports = [
{
title: "Code quick starts",
href: "quick-start",
pageComponents: ['featured-cards'],
children: [
{
href: "node"
title: 'Node.js',
href: "node",
tags: ['node', 'learn', 'timescaledb'],
keywords: ['Node.js', 'tutorial', 'TimescaleDB'],
excerpt: "Learn about using TimescaleDB with node.js"
},
{
href: "python"
title: "Python",
href: "python",
tags: ['python', 'learn', 'timescaledb'],
keywords: ['Python', 'tutorial', 'TimescaleDB'],
excerpt: "Learn about using TimescaleDB with Python"
},
{
href: "ruby"
title: "Ruby",
href: "ruby",
tags: ['ruby', 'learn', 'timescaledb'],
keywords: ['Ruby', 'tutorial', 'TimescaleDB'],
excerpt: "Learn about using TimescaleDB with Ruby"
},
{
href: "golang"
title: "Golang",
href: "golang",
tags: ['golang', 'learn', 'timescaledb'],
keywords: ['Golang', 'tutorial', 'TimescaleDB'],
excerpt: "Learn about using TimescaleDB with Golang"
},
{
href: "java"
title: "Java",
href: "java",
tags: ['java', 'learn', 'timescaledb'],
keywords: ['Java', 'tutorial', 'TimescaleDB'],
excerpt: "Learn about using TimescaleDB with Java"
}
]
}
Expand Down

0 comments on commit 22744a6

Please sign in to comment.