소스 검색

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

Co-authored-by: Alvaro Saburido <alvaro.saburido@gmail.com>
Jakob 9 달 전
부모
커밋
998ec136cd
6개의 변경된 파일12개의 추가작업 그리고 6개의 파일을 삭제
  1. 2 1
      docs/.vitepress/config/de.ts
  2. 2 1
      docs/.vitepress/config/en.ts
  3. 2 1
      docs/.vitepress/config/es.ts
  4. 2 1
      docs/.vitepress/config/fr.ts
  5. 2 1
      docs/.vitepress/config/nl.ts
  6. 2 1
      docs/.vitepress/config/zh.ts

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

@@ -97,7 +97,8 @@ export const deConfig: LocaleSpecificConfig<DefaultTheme.Config> = {
             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/',
           },
           {
-            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/',
           },
           {
-            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/',
           },
           {
-            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/',
           },
           {
-            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/',
           },
           {
-            text: 'Post-processing (Soon)',
+            text: 'Post-processing',
+            link: 'https://post-processing.tresjs.org/'
           },
         ],
       },