This commit is contained in:
parent
45c0f6dd30
commit
49c564c3d9
2 changed files with 13 additions and 5 deletions
|
@ -88,6 +88,14 @@ const config = {
|
||||||
themeConfig:
|
themeConfig:
|
||||||
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
|
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
|
||||||
({
|
({
|
||||||
|
announcementBar: {
|
||||||
|
id: "work_in_progress",
|
||||||
|
content:
|
||||||
|
"This site is still a work in progress. Expect content to be added in the following months.",
|
||||||
|
backgroundColor: "#ffdd80",
|
||||||
|
textColor: "#091E42",
|
||||||
|
isCloseable: false,
|
||||||
|
},
|
||||||
// Replace with your project's social card
|
// Replace with your project's social card
|
||||||
image: "img/icon.svg",
|
image: "img/icon.svg",
|
||||||
navbar: {
|
navbar: {
|
||||||
|
|
|
@ -1,14 +1,14 @@
|
||||||
{
|
{
|
||||||
"link.title.Articles": {
|
"link.title.Articles": {
|
||||||
"message": "Articles",
|
"message": "Članki",
|
||||||
"description": "The title of the footer links column with title=Articles in the footer"
|
"description": "The title of the footer links column with title=Articles in the footer"
|
||||||
},
|
},
|
||||||
"link.title.Community": {
|
"link.title.Community": {
|
||||||
"message": "Community",
|
"message": "Skupnost",
|
||||||
"description": "The title of the footer links column with title=Community in the footer"
|
"description": "The title of the footer links column with title=Community in the footer"
|
||||||
},
|
},
|
||||||
"link.item.label.Documentation": {
|
"link.item.label.Documentation": {
|
||||||
"message": "Documentation",
|
"message": "Dokumentacija",
|
||||||
"description": "The label of footer link with label=Documentation linking to /docs/home"
|
"description": "The label of footer link with label=Documentation linking to /docs/home"
|
||||||
},
|
},
|
||||||
"link.item.label.Blog": {
|
"link.item.label.Blog": {
|
||||||
|
@ -16,11 +16,11 @@
|
||||||
"description": "The label of footer link with label=Blog linking to /blog"
|
"description": "The label of footer link with label=Blog linking to /blog"
|
||||||
},
|
},
|
||||||
"link.item.label.Matrix Room #hello:tjo.space": {
|
"link.item.label.Matrix Room #hello:tjo.space": {
|
||||||
"message": "Matrix Room #hello:tjo.space",
|
"message": "Matrix Soba #hello:tjo.space",
|
||||||
"description": "The label of footer link with label=Matrix Room #hello:tjo.space linking to https://matrix.to/#/#hello:tjo.space"
|
"description": "The label of footer link with label=Matrix Room #hello:tjo.space linking to https://matrix.to/#/#hello:tjo.space"
|
||||||
},
|
},
|
||||||
"copyright": {
|
"copyright": {
|
||||||
"message": "Copyright © 2023 tjo.space. Built with Docusaurus.",
|
"message": "Avtorske pravice © 2023 tjo.space. Narejeno z Docusaurus.",
|
||||||
"description": "The footer copyright"
|
"description": "The footer copyright"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue