Skip to content

Commit dc0155d

Browse files
committed
chore: Update Docusaurus configuration for Ruby Couchbase ORM tutorial
1 parent 1d14ca6 commit dc0155d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docusaurus/src/pages/index.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ function HomepageHeader() {
2020
<Link
2121
className="button button--secondary button--lg"
2222
to="/docs/intro">
23-
Docusaurus Tutorial - 5min ⏱️
23+
Get Started with Couchbase - 5min ⏱️
2424
</Link>
2525
</div>
2626
</div>
@@ -32,8 +32,8 @@ export default function Home(): JSX.Element {
3232
const {siteConfig} = useDocusaurusContext();
3333
return (
3434
<Layout
35-
title={`Hello from ${siteConfig.title}`}
36-
description="Description will go into a meta tag in <head />">
35+
title={`Ruby Couchbase ORM Tutorial - ${siteConfig.title}`}
36+
description="Learn how to use Couchbase ORM in Ruby to build powerful and scalable applications. Get started with our comprehensive tutorial.">
3737
<HomepageHeader />
3838
<main>
3939
<HomepageFeatures />

0 commit comments

Comments
 (0)