Skip to content

Commit

Permalink
docs: add post-processing link to sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
jakob30061 committed Sep 16, 2024
1 parent 04b001b commit f33261d
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
3 changes: 2 additions & 1 deletion docs/.vitepress/config/de.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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/'
},
],
},
Expand Down
3 changes: 2 additions & 1 deletion docs/.vitepress/config/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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/'
},
],
},
Expand Down
3 changes: 2 additions & 1 deletion docs/.vitepress/config/es.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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/'
},
],
},
Expand Down
3 changes: 2 additions & 1 deletion docs/.vitepress/config/fr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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/'
},
],
},
Expand Down
3 changes: 2 additions & 1 deletion docs/.vitepress/config/nl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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/'
},
],
},
Expand Down
3 changes: 2 additions & 1 deletion docs/.vitepress/config/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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/'
},
],
},
Expand Down

0 comments on commit f33261d

Please sign in to comment.