Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/.vitepress/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export default defineConfig({
{ icon: 'github', link: 'https://github.com/mirai-mamori/Sakurairo' },
],
footer: {
copyright: "This Page Use WTFPL Licensed | Copyright © 2020-2025 Fuukei™",
copyright: "This Page Use WTFPL Licensed | Copyright © 2020-2026 Fuukei™",
message: ""
},
search: {
Expand Down Expand Up @@ -128,7 +128,7 @@ export default defineConfig({
{ text: 'Changelog', link: '/en/Sakurairo/Update-Log/' }
],
nav: [
{ text: 'Home', link: '/' },
{ text: 'Home', link: '/en/' },
{ text: 'Getting Started',
items: [
{ text: 'Install WordPress', link: '/en/first-step/wp-install/' },
Expand Down Expand Up @@ -159,7 +159,7 @@ export default defineConfig({
{ icon: 'github', link: 'https://github.com/mirai-mamori/Sakurairo/blob/main/README_en.md' },
],
footer: {
copyright: "This Page Use WTFPL Licensed | Copyright © 2020-2025 Fuukei™",
copyright: "This Page Use WTFPL Licensed | Copyright © 2020-2026 Fuukei™",
message: ""
},
search: {
Expand Down
2 changes: 1 addition & 1 deletion docs/en/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ hero:
link: /en/Sakurairo/Preliminary/
- theme: alt
text: View on Github
link: https://github.com/mirai-mamori/Sakurairo
link: https://github.com/mirai-mamori/Sakurairo/blob/main/README_en.md
features:
- icon: 🎉
title: Revamped Visuals
Expand Down