Skip to content

chore: set default open accordions #3975

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

Merged
merged 6 commits into from
Apr 2, 2025
Merged
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
26 changes: 14 additions & 12 deletions about/page-index/page-index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ module.exports = [
{
title: "About Timescale products",
href: "about",
defaultOpen: true,
filePath: "index.md",
pageComponents: ["featured-cards"],
excerpt:
Expand All @@ -10,23 +11,19 @@ module.exports = [
{
title: "Timescale architecture for real-time analytics",
href: "whitepaper",
excerpt: "A whitepaper detailing the architectural choices and optimizations for real-time analytics that power Timescale"
},
{
title: "Changelog",
href: "changelog",
excerpt: "A summary of the latest changes to all Timescale products.",
},
{
title: "Release notes",
href: "release-notes",
excerpt: "Release information for TimescaleDB v2.0.0 - v2.15.1",
excerpt:
"A whitepaper detailing the architectural choices and optimizations for real-time analytics that power Timescale",
},
{
title: "Pricing plans and account management",
href: "pricing-and-account-management",
excerpt: "Pricing plans for Timescale Cloud services",
},
{
title: "Changelog",
href: "changelog",
excerpt: "A summary of the latest changes to all Timescale products.",
},
{
title: "TimescaleDB editions",
href: "timescaledb-editions",
Expand All @@ -36,7 +33,12 @@ module.exports = [
title: "Contribute to Timescale",
href: "contribute-to-timescale",
excerpt: "Contribute to the Timescale codebase",
}
},
{
title: "Release notes",
href: "release-notes",
excerpt: "Release information for TimescaleDB v2.0.0 - v2.15.1",
},
],
},
];
4 changes: 3 additions & 1 deletion getting-started/page-index/page-index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ module.exports = [
{
title: "Get started",
href: "getting-started",
defaultOpen: true,
excerpt: "Get started with Timescale",
children: [
{
Expand All @@ -12,7 +13,8 @@ module.exports = [
{
title: "Try the key Timescale features",
href: "try-key-features-timescale-products",
excerpt: "Improve database performance with Hypertables, time bucketing, continuous aggregates, compression, data tiering, and high availability",
excerpt:
"Improve database performance with Hypertables, time bucketing, continuous aggregates, compression, data tiering, and high availability",
},
{
title: "Run your queries from Timescale Console",
Expand Down
Loading