File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 />
You can’t perform that action at this time.
0 commit comments