We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95e2c58 commit 69a62d2Copy full SHA for 69a62d2
website/src/app/(home)/page.tsx
@@ -153,7 +153,7 @@ export default async function HomePage() {
153
href="/docs"
154
className="shimmer-btn inline-flex items-center gap-2 px-8 py-3 text-sm font-semibold landing-btn-text"
155
>
156
- Learn More
+ Get Started
157
</Link>
158
</div>
159
website/src/lib/layout.shared.tsx
@@ -12,6 +12,10 @@ export function baseOptions(): BaseLayoutProps {
12
},
13
githubUrl: `https://github.com/${gitConfig.user}/${gitConfig.repo}`,
14
links: [
15
+ {
16
+ text: 'Documentation',
17
+ url: '/docs',
18
+ },
19
{
20
text: 'Playground',
21
url: 'https://rbby.dev/gnata-sqlite/playground',
0 commit comments