File tree Expand file tree Collapse file tree 3 files changed +44
-2
lines changed
Expand file tree Collapse file tree 3 files changed +44
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ export default defineConfig({
77 base : "/Docs-PipePipe/" ,
88
99 themeConfig : {
10+ search : {
11+ provider : "local" ,
12+ } ,
1013 socialLinks : [
1114 {
1215 icon : "github" ,
Original file line number Diff line number Diff line change @@ -40,9 +40,18 @@ export const en = defineConfig({
4040 ] ,
4141 } ,
4242
43+ lastUpdated : {
44+ text : "Last Updated" ,
45+ } ,
46+
47+ docFooter : {
48+ prev : "Previous page" ,
49+ next : "Next page" ,
50+ } ,
51+
4352 footer : {
4453 message : "Released under the GNU AGPL v3 License." ,
45- copyright : "Copyright © 2025-present Tux " ,
54+ copyright : "Copyright © 2025-present Priveetee " ,
4655 } ,
4756
4857 editLink : {
Original file line number Diff line number Diff line change @@ -44,9 +44,39 @@ export const fr = defineConfig({
4444 ] ,
4545 } ,
4646
47+ search : {
48+ provider : "local" ,
49+ options : {
50+ translations : {
51+ button : {
52+ buttonText : "Rechercher" ,
53+ buttonAriaLabel : "Rechercher" ,
54+ } ,
55+ modal : {
56+ noResultsText : "Aucun résultat pour" ,
57+ resetButtonTitle : "Réinitialiser la recherche" ,
58+ footer : {
59+ selectText : "pour sélectionner" ,
60+ navigateText : "pour naviguer" ,
61+ closeText : "pour fermer" ,
62+ } ,
63+ } ,
64+ } ,
65+ } ,
66+ } ,
67+
68+ lastUpdated : {
69+ text : "Dernière mise à jour" ,
70+ } ,
71+
72+ docFooter : {
73+ prev : "Page précédente" ,
74+ next : "Page suivante" ,
75+ } ,
76+
4777 footer : {
4878 message : "Publié sous la licence GNU AGPL v3." ,
49- copyright : "Copyright © 2025-present Tux " ,
79+ copyright : "Copyright © 2025-present Priveetee " ,
5080 } ,
5181
5282 editLink : {
You can’t perform that action at this time.
0 commit comments