Skip to content

Commit adb9602

Browse files
committed
chore: promote to official guide and add troubleshooting to navigation
1 parent 6c98522 commit adb9602

3 files changed

Lines changed: 22 additions & 4 deletions

File tree

docs/.vitepress/en.mts

Lines changed: 10 additions & 1 deletion
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 unofficial, user-driven guide to PipePipe.",
5+
description: "The official guide to PipePipe.",
66

77
themeConfig: {
88
nav: [
@@ -56,6 +56,15 @@ export const en = defineConfig({
5656
},
5757
],
5858
},
59+
{
60+
text: "Troubleshooting",
61+
items: [
62+
{
63+
text: "Common Issues",
64+
link: "/user-guide/common-issues",
65+
},
66+
],
67+
},
5968
],
6069
"/developer-guide/": [
6170
{

docs/.vitepress/fr.mts

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

33
export const fr = defineConfig({
44
lang: "fr-FR",
5-
description:
6-
"Le guide non-officiel de PipePipe, par et pour les utilisateurs.",
5+
description: "Le guide officiel de PipePipe, par et pour les utilisateurs.",
76

87
themeConfig: {
98
nav: [
@@ -60,6 +59,15 @@ export const fr = defineConfig({
6059
},
6160
],
6261
},
62+
{
63+
text: "Dépannage",
64+
items: [
65+
{
66+
text: "Problèmes Courants",
67+
link: "/fr/user-guide/common-issues",
68+
},
69+
],
70+
},
6371
],
6472
"/fr/developer-guide/": [
6573
{

docs/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: home
33

44
hero:
55
name: "PipePipe Wiki"
6-
text: "The Unofficial User Guide."
6+
text: "The Official User Guide."
77
tagline: Built by a user, for the users. Learn to master every aspect of the application.
88
actions:
99
- theme: brand
@@ -20,4 +20,5 @@ features:
2020
details: Discover tips, tricks, and hidden features to optimize your experience.
2121
- title: Troubleshooting
2222
details: Find solutions for the most common issues faced by the community.
23+
link: /user-guide/common-issues
2324
---

0 commit comments

Comments
 (0)