Skip to content

Commit

Permalink
πŸ“ Add post processing to ecosystem menu on the navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
JaimeTorrealba committed Jan 23, 2025
1 parent 691fccf commit 6b35d4e
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/.vitepress/config/de.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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/',
},
],
},
],
Expand Down
4 changes: 4 additions & 0 deletions docs/.vitepress/config/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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/',
},
],
},
],
Expand Down
4 changes: 4 additions & 0 deletions docs/.vitepress/config/es.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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/',
},
],
},
],
Expand Down
4 changes: 4 additions & 0 deletions docs/.vitepress/config/fr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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/',
},
],
},
] },
Expand Down
4 changes: 4 additions & 0 deletions docs/.vitepress/config/nl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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/',
},
],
},
] },
Expand Down
4 changes: 4 additions & 0 deletions docs/.vitepress/config/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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/',
},
],
},
],
Expand Down

0 comments on commit 6b35d4e

Please sign in to comment.