Update docs

This commit is contained in:
crazywhalecc
2025-02-04 17:34:53 +08:00
parent cb73222e21
commit 7b1e2fb89e
3 changed files with 4 additions and 4 deletions

View File

@@ -18,7 +18,7 @@ export default {
items: [
{text: 'Troubleshooting', link: '/en/guide/troubleshooting'},
{text: 'Build on Windows', link: '/en/guide/build-on-windows'},
{text: 'Build with glibc (experimental)', link: '/en/guide/build-with-glibc'},
{text: 'Build with GNU libc', link: '/en/guide/build-with-glibc'},
],
}
],

View File

@@ -18,7 +18,7 @@ export default {
items: [
{text: '故障排除', link: '/zh/guide/troubleshooting'},
{text: '在 Windows 上构建', link: '/zh/guide/build-on-windows'},
{text: '构建 glibc 兼容的二进制', link: '/zh/guide/build-with-glibc'},
{text: '构建 GNU libc 兼容的二进制', link: '/zh/guide/build-with-glibc'},
],
}
],