소스 검색

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

Jaime A Torrealba C 6 달 전
부모
커밋
4e034642dc
6개의 변경된 파일24개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      docs/.vitepress/config/de.ts
  2. 4 0
      docs/.vitepress/config/en.ts
  3. 4 0
      docs/.vitepress/config/es.ts
  4. 4 0
      docs/.vitepress/config/fr.ts
  5. 4 0
      docs/.vitepress/config/nl.ts
  6. 4 0
      docs/.vitepress/config/zh.ts

+ 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/',
+              },
             ],
           },
         ],