feat(performance): add performance engineering documentation in English and Chinese

This commit is contained in:
crazywhalecc
2026-07-15 08:52:51 +08:00
parent c1eefb8399
commit 387b8c9dc5
4 changed files with 604 additions and 0 deletions

View File

@@ -51,6 +51,7 @@ export default {
{ text: '构建生命周期', link: '/zh/develop/build-lifecycle' },
{ text: '编译工具', link: '/zh/develop/system-build-tools' },
{ text: 'Doctor 环境检查', link: '/zh/develop/doctor-module' },
{ text: '性能工程', link: '/zh/develop/performance' },
{ text: '对 PHP 源码的修改', link: '/zh/develop/php-src-changes' },
],
},