tjo.space/i18n/en/docusaurus-theme-classic/footer.json
Tine Jozelj 6dcdfb7667
All checks were successful
ci / docker (push) Successful in 4m21s
feat: remove api
2023-09-11 22:59:25 +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"
}
}