Skip to content

Commit 2f0171f

Browse files
committed
renamed index pages with cards to avoid building errors
1 parent af5d418 commit 2f0171f

File tree

4 files changed

+35
-0
lines changed

4 files changed

+35
-0
lines changed
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
title: Getting Started
3+
description: Index page for getting started section
4+
category: getting-started
5+
status: publish
6+
icon: docs-star
7+
slug: getting-started
8+
---
9+
import IndexPage from "@docs-website-components/Docs/IndexPage.astro"
10+
11+
export const introduction = "SQLite Cloud is a distributed relational database system built on top of the SQLite database engine. It has been specifically designed from the ground up to ensure the strong consistency of your data across all nodes in a cluster while simultaneously managing the technical aspects of scaling, security, and data distribution."
12+
13+
export const sections = [
14+
{
15+
icon: "curvedArrow",
16+
title: "Introduction",
17+
description: "SQLite Cloud introduction and getting started guide.",
18+
href: "/docs/introduction",
19+
},
20+
{
21+
icon: "twoColsGrid",
22+
title: "Fundamentals",
23+
description: "Learn how to connect to a cluster and start using SQLite Cloud.",
24+
href: "/docs/connect-cluster",
25+
},
26+
{
27+
icon: "puzzle",
28+
title: "Quick start guide",
29+
description: "Lorem ipsum dolor sit amet, consectetur adipiscing elit.",
30+
href: "/docs/quick-start-cdn",
31+
}
32+
]
33+
34+
35+
<IndexPage introduction={introduction} sections={sections} />
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)