mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-12-21 15:41:59 +01:00
Update config
This commit is contained in:
parent
e555ccf27a
commit
807cf6a2c0
@ -37,15 +37,7 @@ export default ({ mode }) => {
|
|||||||
"/forks/": sidebarGuide(),
|
"/forks/": sidebarGuide(),
|
||||||
},
|
},
|
||||||
|
|
||||||
footer: {
|
outline: [2, 3],
|
||||||
message:
|
|
||||||
"<strong><a href='https://www.apache.org/licenses/LICENSE-2.0' target='_blank'>Open-source Apache Licensed</a></strong> | <strong><a href='./privacy'>Privacy policy</a></strong>",
|
|
||||||
copyright: `Copyright © 2015 - ${new Date().getFullYear()} Javier Tomás`,
|
|
||||||
},
|
|
||||||
|
|
||||||
search: {
|
|
||||||
provider: "local",
|
|
||||||
},
|
|
||||||
|
|
||||||
socialLinks: [
|
socialLinks: [
|
||||||
{ icon: "github", link: "https://github.com/tachiyomiorg/tachiyomi" },
|
{ icon: "github", link: "https://github.com/tachiyomiorg/tachiyomi" },
|
||||||
@ -53,6 +45,28 @@ export default ({ mode }) => {
|
|||||||
{ icon: "facebook", link: "https://facebook.com/tachiyomiorg" },
|
{ icon: "facebook", link: "https://facebook.com/tachiyomiorg" },
|
||||||
{ icon: "discord", link: "https://discord.gg/tachiyomi" },
|
{ icon: "discord", link: "https://discord.gg/tachiyomi" },
|
||||||
],
|
],
|
||||||
|
|
||||||
|
footer: {
|
||||||
|
message: "<strong><a href='https://www.apache.org/licenses/LICENSE-2.0' target='_blank'>Open-source Apache Licensed</a></strong> | <strong><a href='./privacy'>Privacy policy</a></strong>",
|
||||||
|
copyright: `Copyright © 2015 - ${new Date().getFullYear()} Javier Tomás`,
|
||||||
|
},
|
||||||
|
|
||||||
|
editLink: {
|
||||||
|
pattern: "https://github.com/xhenos/kodo/edit/v3-vitepress/src/:path",
|
||||||
|
text: "Help us improve this page",
|
||||||
|
},
|
||||||
|
|
||||||
|
lastUpdated: {
|
||||||
|
text: "Last updated",
|
||||||
|
formatOptions: {
|
||||||
|
dateStyle: "long",
|
||||||
|
timeStyle: "short",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
|
||||||
|
search: {
|
||||||
|
provider: "local",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user