tjo.space/web/i18n/en/docusaurus-theme-classic/footer.json
Tine Jozelj 41a87ebf16
Some checks failed
ci / docker (api) (push) Successful in 2m33s
ci / docker (web) (push) Failing after 2m45s
feat: restructure, use bun and add api
2023-09-11 14:02:23 +02:00

26 lines
974 B
JSON

{
"link.title.Docs": {
"message": "Docs",
"description": "The title of the footer links column with title=Docs in the footer"
},
"link.title.Community": {
"message": "Community",
"description": "The title of the footer links column with title=Community in the footer"
},
"link.item.label.Tutorial": {
"message": "Tutorial",
"description": "The label of footer link with label=Tutorial linking to /docs/intro"
},
"link.item.label.Matrix Chat": {
"message": "Matrix Chat",
"description": "The label of footer link with label=Matrix Chat linking to https://matrix.to/#/#hello:tjo.space"
},
"link.item.label.Public Source Code": {
"message": "Public Source Code",
"description": "The label of footer link with label=Public Source Code linking to https://code.tjo.space/tjo-space"
},
"copyright": {
"message": "Copyright © 2023 tjo.space. Built with Docusaurus.",
"description": "The footer copyright"
}
}