Skip to content

Commit 936ce69

Browse files
committed
chore: update branding to PipePipe Wiki and add dynamic footer with credits
1 parent f87a40c commit 936ce69

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

docs/.vitepress/en.mts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { defineConfig } from "vitepress";
22

33
export const en = defineConfig({
44
lang: "en-US",
5-
description: "The official guide to PipePipe.",
5+
description: "The PipePipe Wiki, by and for the community.",
66

77
themeConfig: {
88
nav: [
@@ -89,8 +89,8 @@ export const en = defineConfig({
8989
},
9090

9191
footer: {
92-
message: "Released under the GNU AGPL v3 License.",
93-
copyright: "Copyright © 2025-present Priveetee",
92+
message: `Built by <a href="https://github.com/Priveetee" target="_blank">Priveetee</a> for <a href="https://github.com/InfinityLoop1308/PipePipe" target="_blank">PipePipe</a>`,
93+
copyright: `Copyright © 2025-${new Date().getFullYear()} Priveetee`,
9494
},
9595

9696
editLink: {

docs/.vitepress/fr.mts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { defineConfig } from "vitepress";
22

33
export const fr = defineConfig({
44
lang: "fr-FR",
5-
description: "Le guide officiel de PipePipe, par et pour les utilisateurs.",
5+
description: "Le Wiki de PipePipe, par et pour la communauté.",
66

77
themeConfig: {
88
nav: [
@@ -112,8 +112,8 @@ export const fr = defineConfig({
112112
},
113113

114114
footer: {
115-
message: "Publié sous la licence GNU AGPL v3.",
116-
copyright: "Copyright © 2025-present Priveetee",
115+
message: `Développé par <a href="https://github.com/Priveetee" target="_blank">Priveetee</a> pour <a href="https://github.com/InfinityLoop1308/PipePipe" target="_blank">PipePipe</a>`,
116+
copyright: `Copyright © 2025-${new Date().getFullYear()} Priveetee`,
117117
},
118118

119119
editLink: {

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ layout: home
33

44
hero:
55
name: "PipePipe Wiki"
6-
text: "The Official User Guide."
7-
tagline: Built by a user, for the users. Learn to master every aspect of the application.
6+
text: "The community-driven guide."
7+
tagline: Built by the community, for the community. Learn to master every aspect of the application.
88
actions:
99
- theme: brand
1010
text: Get Started

0 commit comments

Comments
 (0)