diff --git a/docs/.vitepress/config/de.ts b/docs/.vitepress/config/de.ts index 0fb2ad65d..49f16ac0d 100644 --- a/docs/.vitepress/config/de.ts +++ b/docs/.vitepress/config/de.ts @@ -96,7 +96,8 @@ export const deConfig: LocaleSpecificConfig = { link: 'https://tresleches.tresjs.org/', }, { - text: 'Nachbearbeitung (Demnächst)', + text: 'Nachbearbeitung', + link: 'https://post-processing.tresjs.org/', }, ], }, @@ -138,6 +139,10 @@ export const deConfig: LocaleSpecificConfig = { text: 'TresLeches 🍰', link: 'https://tresleches.tresjs.org/', }, + { + text: 'Nachbearbeitung', + link: 'https://post-processing.tresjs.org/', + }, ], }, ], diff --git a/docs/.vitepress/config/en.ts b/docs/.vitepress/config/en.ts index 4f33da8c2..3f521e598 100644 --- a/docs/.vitepress/config/en.ts +++ b/docs/.vitepress/config/en.ts @@ -97,7 +97,8 @@ export const enConfig: LocaleSpecificConfig = { link: 'https://tresleches.tresjs.org/', }, { - text: 'Post-processing (Soon)', + text: 'Post-processing', + link: 'https://post-processing.tresjs.org/', }, ], }, @@ -137,6 +138,10 @@ export const enConfig: LocaleSpecificConfig = { text: 'TresLeches 🍰', link: 'https://tresleches.tresjs.org/', }, + { + text: 'Post-processing', + link: 'https://post-processing.tresjs.org/', + }, ], }, ] }, diff --git a/docs/.vitepress/config/es.ts b/docs/.vitepress/config/es.ts index 7abb2cc65..4e61b6c96 100644 --- a/docs/.vitepress/config/es.ts +++ b/docs/.vitepress/config/es.ts @@ -97,7 +97,8 @@ export const esConfig: LocaleSpecificConfig = { link: 'https://tresleches.tresjs.org/', }, { - text: 'Post-procesamiento (Próximamente)', + text: 'Post-procesamiento', + link: 'https://post-processing.tresjs.org/', }, ], }, @@ -137,6 +138,10 @@ export const esConfig: LocaleSpecificConfig = { text: 'TresLeches 🍰', link: 'https://tresleches.tresjs.org/', }, + { + text: 'Post-procesamiento', + link: 'https://post-processing.tresjs.org/', + }, ], }, ] }, diff --git a/docs/.vitepress/config/fr.ts b/docs/.vitepress/config/fr.ts index 30b347888..f42e58c2f 100644 --- a/docs/.vitepress/config/fr.ts +++ b/docs/.vitepress/config/fr.ts @@ -98,7 +98,8 @@ export const frConfig: LocaleSpecificConfig = { link: 'https://tresleches.tresjs.org/', }, { - text: 'Post-processing (Bientôt)', + text: 'Post-processing', + link: 'https://post-processing.tresjs.org/', }, ], }, @@ -138,6 +139,10 @@ export const frConfig: LocaleSpecificConfig = { text: 'TresLeches 🍰', link: 'https://tresleches.tresjs.org/', }, + { + text: 'Post-processing', + link: 'https://post-processing.tresjs.org/', + }, ], }, ] }, diff --git a/docs/.vitepress/config/nl.ts b/docs/.vitepress/config/nl.ts index 0310f854b..9ea542546 100644 --- a/docs/.vitepress/config/nl.ts +++ b/docs/.vitepress/config/nl.ts @@ -97,7 +97,8 @@ export const nlConfig: LocaleSpecificConfig = { link: 'https://tresleches.tresjs.org/', }, { - text: 'Nabewerking (binnenkort)', + text: 'Nabewerking', + link: 'https://post-processing.tresjs.org/', }, ], }, @@ -137,6 +138,10 @@ export const nlConfig: LocaleSpecificConfig = { text: 'TresLeches 🍰', link: 'https://tresleches.tresjs.org/', }, + { + text: 'Nabewerking', + link: 'https://post-processing.tresjs.org/', + }, ], }, ] }, diff --git a/docs/.vitepress/config/zh.ts b/docs/.vitepress/config/zh.ts index 69eb6b5ae..77151e464 100644 --- a/docs/.vitepress/config/zh.ts +++ b/docs/.vitepress/config/zh.ts @@ -96,7 +96,8 @@ export const zhConfig: LocaleSpecificConfig = { link: 'https://tresleches.tresjs.org/', }, { - text: 'Post-processing (Soon)', + text: 'Post-processing', + link: 'https://post-processing.tresjs.org/', }, ], }, @@ -138,6 +139,10 @@ export const zhConfig: LocaleSpecificConfig = { text: 'TresLeches 🍰', link: 'https://tresleches.tresjs.org/', }, + { + text: 'Post-processing', + link: 'https://post-processing.tresjs.org/', + }, ], }, ],