mirror of
https://github.com/Ocelot-Social-Community/ocelot.social.git
synced 2025-12-12 23:35:59 +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',
|
||||
link: '/de/features/'
|
||||
},
|
||||
{
|
||||
text: 'Get Started',
|
||||
link: '/de/get-started/'
|
||||
},
|
||||
{
|
||||
text: 'Dokumentation',
|
||||
link: 'https://docs.ocelot.social/' ,
|
||||
@ -57,6 +61,10 @@ export default hopeTheme({
|
||||
text: 'Features',
|
||||
link: '/en/features/'
|
||||
},
|
||||
{
|
||||
text: 'Get Started',
|
||||
link: '/en/get-started/'
|
||||
},
|
||||
{
|
||||
text: 'Documentation',
|
||||
link: 'https://docs.ocelot.social/',
|
||||
@ -83,6 +91,10 @@ export default hopeTheme({
|
||||
text: 'Features',
|
||||
link: '/fr/features/'
|
||||
},
|
||||
{
|
||||
text: 'Get Started',
|
||||
link: '/fr/get-started/'
|
||||
},
|
||||
{
|
||||
text: 'Documentation',
|
||||
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