Skip to content

Commit a88d559

Browse files
committed
feat: add meta in root pages and update index to be welcome doc
1 parent 5a3665c commit a88d559

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

src/components/sections/hero.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export const Hero = () => {
1717
<div className='space-y-8'>
1818
<BlurFade delay={0.1}>
1919
<div className='mx-auto text-center text-7xl md:text-9xl font-bold'>
20-
<h1>Explore our documentations</h1>
20+
<h1>Explore our documentation</h1>
2121
</div>
2222
</BlurFade>
2323

src/pages/_meta.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
const meta = {
2+
docs: 'Documentation'
3+
}
4+
5+
export default meta

src/pages/docs/_meta.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const meta = {
2-
index: 'Documentations',
2+
index: 'Welcome',
33
drowser: 'Drowser',
44
gelda: 'Gelda'
55
}

src/pages/docs/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# Index
1+
# Welcome

0 commit comments

Comments
 (0)