浏览代码

📝 Add post processing to ecosystem menu on the navbar (#908)

Jaime A Torrealba C 3 月之前
父节点
当前提交
4e034642dc

+ 4 - 0
docs/.vitepress/config/de.ts

@@ -140,6 +140,10 @@ export const deConfig: LocaleSpecificConfig<DefaultTheme.Config> = {
                 text: 'TresLeches 🍰',
                 link: 'https://tresleches.tresjs.org/',
               },
+              {
+                text: 'Nachbearbeitung',
+                link: 'https://post-processing.tresjs.org/',
+              },
             ],
           },
         ],

+ 4 - 0
docs/.vitepress/config/en.ts

@@ -142,6 +142,10 @@ export const enConfig: LocaleSpecificConfig<DefaultTheme.Config> = {
                 text: 'TresLeches 🍰',
                 link: 'https://tresleches.tresjs.org/',
               },
+              {
+                text: 'Post-processing',
+                link: 'https://post-processing.tresjs.org/',
+              },
             ],
           },
         ],

+ 4 - 0
docs/.vitepress/config/es.ts

@@ -141,6 +141,10 @@ export const esConfig: LocaleSpecificConfig<DefaultTheme.Config> = {
                 text: 'TresLeches 🍰',
                 link: 'https://tresleches.tresjs.org/',
               },
+              {
+                text: 'Post-procesamiento',
+                link: 'https://post-processing.tresjs.org/',
+              },
             ],
           },
         ],

+ 4 - 0
docs/.vitepress/config/fr.ts

@@ -139,6 +139,10 @@ export const frConfig: LocaleSpecificConfig<DefaultTheme.Config> = {
               text: 'TresLeches 🍰',
               link: 'https://tresleches.tresjs.org/',
             },
+            {
+              text: 'Post-processing',
+              link: 'https://post-processing.tresjs.org/',
+            },
           ],
         },
       ] },

+ 4 - 0
docs/.vitepress/config/nl.ts

@@ -138,6 +138,10 @@ export const nlConfig: LocaleSpecificConfig<DefaultTheme.Config> = {
               text: 'TresLeches 🍰',
               link: 'https://tresleches.tresjs.org/',
             },
+            {
+              text: 'Nabewerking',
+              link: 'https://post-processing.tresjs.org/',
+            },
           ],
         },
       ] },

+ 4 - 0
docs/.vitepress/config/zh.ts

@@ -139,6 +139,10 @@ export const zhConfig: LocaleSpecificConfig<DefaultTheme.Config> = {
                 text: 'TresLeches 🍰',
                 link: 'https://tresleches.tresjs.org/',
               },
+              {
+                text: 'Post-processing',
+                link: 'https://post-processing.tresjs.org/',
+              },
             ],
           },
         ],