mirror of
https://github.com/Ocelot-Social-Community/ocelot.social.git
synced 2025-12-13 07:46:08 +00:00
feat(content): add get-started page.
This commit is contained in:
parent
b9498e74fa
commit
c90e584a93
@ -30,6 +30,10 @@ export default hopeTheme({
|
|||||||
text: 'Features',
|
text: 'Features',
|
||||||
link: '/de/features/'
|
link: '/de/features/'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
text: 'Get Started',
|
||||||
|
link: '/de/get-started/'
|
||||||
|
},
|
||||||
{
|
{
|
||||||
text: 'Dokumentation',
|
text: 'Dokumentation',
|
||||||
link: 'https://docs.ocelot.social/' ,
|
link: 'https://docs.ocelot.social/' ,
|
||||||
@ -57,6 +61,10 @@ export default hopeTheme({
|
|||||||
text: 'Features',
|
text: 'Features',
|
||||||
link: '/en/features/'
|
link: '/en/features/'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
text: 'Get Started',
|
||||||
|
link: '/en/get-started/'
|
||||||
|
},
|
||||||
{
|
{
|
||||||
text: 'Documentation',
|
text: 'Documentation',
|
||||||
link: 'https://docs.ocelot.social/',
|
link: 'https://docs.ocelot.social/',
|
||||||
@ -83,6 +91,10 @@ export default hopeTheme({
|
|||||||
text: 'Features',
|
text: 'Features',
|
||||||
link: '/fr/features/'
|
link: '/fr/features/'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
text: 'Get Started',
|
||||||
|
link: '/fr/get-started/'
|
||||||
|
},
|
||||||
{
|
{
|
||||||
text: 'Documentation',
|
text: 'Documentation',
|
||||||
link: 'https://docs.ocelot.social/',
|
link: 'https://docs.ocelot.social/',
|
||||||
|
|||||||
12
docs/de/get-started/README.md
Normal file
12
docs/de/get-started/README.md
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
---
|
||||||
|
home: false
|
||||||
|
# layout: BlogHome
|
||||||
|
icon: home
|
||||||
|
title: Get Started
|
||||||
|
sidebar: false
|
||||||
|
tagLine:
|
||||||
|
# actions:
|
||||||
|
# - text: Demo
|
||||||
|
# link: https://stage.ocelot.social/
|
||||||
|
---
|
||||||
|
## Get Started
|
||||||
12
docs/en/get-started/README.md
Normal file
12
docs/en/get-started/README.md
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
---
|
||||||
|
home: false
|
||||||
|
# layout: BlogHome
|
||||||
|
icon: home
|
||||||
|
title: Get Started
|
||||||
|
sidebar: false
|
||||||
|
tagLine:
|
||||||
|
# actions:
|
||||||
|
# - text: Demo
|
||||||
|
# link: https://stage.ocelot.social/
|
||||||
|
---
|
||||||
|
## Get Started
|
||||||
12
docs/fr/get-started/README.md
Normal file
12
docs/fr/get-started/README.md
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
---
|
||||||
|
home: false
|
||||||
|
# layout: BlogHome
|
||||||
|
icon: home
|
||||||
|
title: Get Started
|
||||||
|
sidebar: false
|
||||||
|
tagLine:
|
||||||
|
# actions:
|
||||||
|
# - text: Demo
|
||||||
|
# link: https://stage.ocelot.social/
|
||||||
|
---
|
||||||
|
## Get Started
|
||||||
Loading…
x
Reference in New Issue
Block a user