mirror of
https://github.com/Ocelot-Social-Community/ocelot.social.git
synced 2025-12-12 23:35:59 +00:00
feat(content): add features pages.
This commit is contained in:
parent
d566580c8c
commit
b9498e74fa
@ -26,6 +26,10 @@ export default hopeTheme({
|
||||
copyright: '© von <a href="https://busfaktor.org" target="_blank">busFaktor() e.V.</a> & Authoren | <a href="/de/impressum/">Impressum</a>',
|
||||
footer: 'Unter der <a class="vt-link link link" href="https://opensource.org/licenses/MIT" target="_blank" rel="noopener noreferrer"><!--[-->MIT Lizenz<!--]--><!----></a> ausgeliefert.',
|
||||
navbar: [
|
||||
{
|
||||
text: 'Features',
|
||||
link: '/de/features/'
|
||||
},
|
||||
{
|
||||
text: 'Dokumentation',
|
||||
link: 'https://docs.ocelot.social/' ,
|
||||
@ -49,6 +53,10 @@ export default hopeTheme({
|
||||
copyright: '© by <a href="https://busfaktor.org" target="_blank">busFaktor() e.V.</a> & Authors | <a href="/en/impressum/">Impressum</a>',
|
||||
footer: 'Released under the <a class="vt-link link link" href="https://opensource.org/licenses/MIT" target="_blank" rel="noopener noreferrer"><!--[-->MIT License<!--]--><!----></a>.',
|
||||
navbar: [
|
||||
{
|
||||
text: 'Features',
|
||||
link: '/en/features/'
|
||||
},
|
||||
{
|
||||
text: 'Documentation',
|
||||
link: 'https://docs.ocelot.social/',
|
||||
@ -71,6 +79,10 @@ export default hopeTheme({
|
||||
copyright: '© par <a href="https://busfaktor.org" target="_blank">busFaktor() e.V.</a> & Auteurs | <a href="/fr/impressum/">Mentions légales</a>',
|
||||
footer: 'Publié sous la <a class="vt-link link link" href="https://opensource.org/licenses/MIT" target="_blank" rel="noopener noreferrer"><!--[-->licence MIT<!--]--><!----></a>.',
|
||||
navbar: [
|
||||
{
|
||||
text: 'Features',
|
||||
link: '/fr/features/'
|
||||
},
|
||||
{
|
||||
text: 'Documentation',
|
||||
link: 'https://docs.ocelot.social/',
|
||||
|
||||
12
docs/de/features/README.md
Normal file
12
docs/de/features/README.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
home: false
|
||||
# layout: BlogHome
|
||||
icon: home
|
||||
title: Features
|
||||
sidebar: false
|
||||
tagLine:
|
||||
# actions:
|
||||
# - text: Demo
|
||||
# link: https://stage.ocelot.social/
|
||||
---
|
||||
## Features
|
||||
12
docs/en/features/README.md
Normal file
12
docs/en/features/README.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
home: false
|
||||
# layout: BlogHome
|
||||
icon: home
|
||||
title: Features
|
||||
sidebar: false
|
||||
tagLine:
|
||||
# actions:
|
||||
# - text: Demo
|
||||
# link: https://stage.ocelot.social/
|
||||
---
|
||||
## Features
|
||||
12
docs/fr/features/README.md
Normal file
12
docs/fr/features/README.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
home: false
|
||||
# layout: BlogHome
|
||||
icon: home
|
||||
title: Features
|
||||
sidebar: false
|
||||
tagLine:
|
||||
# actions:
|
||||
# - text: Demo
|
||||
# link: https://stage.ocelot.social/
|
||||
---
|
||||
## Features
|
||||
Loading…
x
Reference in New Issue
Block a user