refactor: remove i18n support, revert to single language (en) per user request

This commit is contained in:
dyzulk
2026-01-09 11:31:57 +07:00
parent 10fd0c3a43
commit 522586590d
27 changed files with 26 additions and 955 deletions

View File

@@ -11,10 +11,7 @@ const config: DocsThemeConfig = {
</div>
),
logoLink: '/',
i18n: [
{ locale: 'en', text: 'English' },
{ locale: 'id', text: 'Bahasa Indonesia' }
],
project: {
link: 'https://github.com/dyzulk/trustlab-docs',
},