From edf52749f2641a9bb7f045ffae0109f9d93ebf4b Mon Sep 17 00:00:00 2001 From: Frederic Hemberger Date: Thu, 21 Feb 2019 06:01:12 +0100 Subject: [PATCH] Add guide: Diagnostics - Flame Graphs (#2102) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add guide: Diagnostics - Flame Graphs Ref: #1444 * zh-cn:trans for 'Diagnostics - Flame Graphs' trans for 'Diagnostics - Flame Graphs'. --- locale/en/docs/guides/index.md | 1 + locale/zh-cn/docs/guides/index.md | 1 + 2 files changed, 2 insertions(+) diff --git a/locale/en/docs/guides/index.md b/locale/en/docs/guides/index.md index 2709e17e05615..b07801912e0cc 100644 --- a/locale/en/docs/guides/index.md +++ b/locale/en/docs/guides/index.md @@ -10,6 +10,7 @@ layout: docs.hbs - [Getting Started Guide](getting-started-guide/) - [Debugging - Getting Started](debugging-getting-started/) - [Easy profiling for Node.js Applications](simple-profiling/) +- [Diagnostics - Flame Graphs](diagnostics-flamegraph/) - [Dockerizing a Node.js web app](nodejs-docker-webapp/) - [Migrating to safe Buffer constructors](buffer-constructor-deprecation/) diff --git a/locale/zh-cn/docs/guides/index.md b/locale/zh-cn/docs/guides/index.md index 64f4bb603969c..b5db138be9af0 100644 --- a/locale/zh-cn/docs/guides/index.md +++ b/locale/zh-cn/docs/guides/index.md @@ -10,6 +10,7 @@ layout: docs.hbs - [入门指南](getting-started-guide/) - [调试入门](debugging-getting-started/) - [Node.js 应用一窥](simple-profiling/) +- [诊断 - 火焰图](diagnostics-flamegraph/) - [将 Node.js 网络应用安装到 Docker 中](nodejs-docker-webapp/) - [迁移到安全的 Buffer 构造函数中](buffer-constructor-deprecation/)