File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { defineConfig } from "vitepress";
22
33export 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 {
Original file line number Diff line number Diff line change @@ -2,8 +2,7 @@ import { defineConfig } from "vitepress";
22
33export 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 {
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ layout: home
33
44hero :
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---
You can’t perform that action at this time.
0 commit comments