Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: post processing link #688

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion docs/.vitepress/config/de.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,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 Expand Up @@ -138,6 +139,10 @@ export const deConfig: LocaleSpecificConfig<DefaultTheme.Config> = {
text: 'TresLeches 🍰',
link: 'https://tresleches.tresjs.org/',
},
{
text: 'Nachbearbeitung',
link: 'https://post-processing.tresjs.org/',
},
],
},
],
Expand Down
7 changes: 6 additions & 1 deletion docs/.vitepress/config/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,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 Expand Up @@ -137,6 +138,10 @@ export const enConfig: LocaleSpecificConfig<DefaultTheme.Config> = {
text: 'TresLeches 🍰',
link: 'https://tresleches.tresjs.org/',
},
{
text: 'Post-processing',
link: 'https://post-processing.tresjs.org/',
},
],
},
] },
Expand Down
7 changes: 6 additions & 1 deletion docs/.vitepress/config/es.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,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 Expand Up @@ -137,6 +138,10 @@ export const esConfig: LocaleSpecificConfig<DefaultTheme.Config> = {
text: 'TresLeches 🍰',
link: 'https://tresleches.tresjs.org/',
},
{
text: 'Post-procesamiento',
link: 'https://post-processing.tresjs.org/',
},
],
},
] },
Expand Down
7 changes: 6 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 Expand Up @@ -138,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/',
},
],
},
] },
Expand Down
7 changes: 6 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 Expand Up @@ -137,6 +138,10 @@ export const nlConfig: LocaleSpecificConfig<DefaultTheme.Config> = {
text: 'TresLeches 🍰',
link: 'https://tresleches.tresjs.org/',
},
{
text: 'Nabewerking',
link: 'https://post-processing.tresjs.org/',
},
],
},
] },
Expand Down
7 changes: 6 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 Expand Up @@ -138,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/',
},
],
},
],
Expand Down
Loading