Просмотр исходного кода

docs: add post-processing link to sidebar (#832)

Co-authored-by: Alvaro Saburido <alvaro.saburido@gmail.com>
Jakob 7 месяцев назад
Родитель
Сommit
998ec136cd

+ 2 - 1
docs/.vitepress/config/de.ts

@@ -97,7 +97,8 @@ export const deConfig: LocaleSpecificConfig<DefaultTheme.Config> = {
             link: 'https://tresleches.tresjs.org/',
             link: 'https://tresleches.tresjs.org/',
           },
           },
           {
           {
-            text: 'Nachbearbeitung (Demnächst)',
+            text: 'Nachbearbeitung',
+            link: 'https://post-processing.tresjs.org/'
           },
           },
         ],
         ],
       },
       },

+ 2 - 1
docs/.vitepress/config/en.ts

@@ -98,7 +98,8 @@ export const enConfig: LocaleSpecificConfig<DefaultTheme.Config> = {
             link: 'https://tresleches.tresjs.org/',
             link: 'https://tresleches.tresjs.org/',
           },
           },
           {
           {
-            text: 'Post-processing (Soon)',
+            text: 'Post-processing',
+            link: 'https://post-processing.tresjs.org/'
           },
           },
         ],
         ],
       },
       },

+ 2 - 1
docs/.vitepress/config/es.ts

@@ -98,7 +98,8 @@ export const esConfig: LocaleSpecificConfig<DefaultTheme.Config> = {
             link: 'https://tresleches.tresjs.org/',
             link: 'https://tresleches.tresjs.org/',
           },
           },
           {
           {
-            text: 'Post-procesamiento (Próximamente)',
+            text: 'Post-procesamiento',
+            link: 'https://post-processing.tresjs.org/'
           },
           },
         ],
         ],
       },
       },

+ 2 - 1
docs/.vitepress/config/fr.ts

@@ -98,7 +98,8 @@ export const frConfig: LocaleSpecificConfig<DefaultTheme.Config> = {
             link: 'https://tresleches.tresjs.org/',
             link: 'https://tresleches.tresjs.org/',
           },
           },
           {
           {
-            text: 'Post-processing (Bientôt)',
+            text: 'Post-processing',
+            link: 'https://post-processing.tresjs.org/'
           },
           },
         ],
         ],
       },
       },

+ 2 - 1
docs/.vitepress/config/nl.ts

@@ -97,7 +97,8 @@ export const nlConfig: LocaleSpecificConfig<DefaultTheme.Config> = {
             link: 'https://tresleches.tresjs.org/',
             link: 'https://tresleches.tresjs.org/',
           },
           },
           {
           {
-            text: 'Nabewerking (binnenkort)',
+            text: 'Nabewerking',
+            link: 'https://post-processing.tresjs.org/'
           },
           },
         ],
         ],
       },
       },

+ 2 - 1
docs/.vitepress/config/zh.ts

@@ -96,7 +96,8 @@ export const zhConfig: LocaleSpecificConfig<DefaultTheme.Config> = {
             link: 'https://tresleches.tresjs.org/',
             link: 'https://tresleches.tresjs.org/',
           },
           },
           {
           {
-            text: 'Post-processing (Soon)',
+            text: 'Post-processing',
+            link: 'https://post-processing.tresjs.org/'
           },
           },
         ],
         ],
       },
       },