From 724e1d342bcc7c3052a5a17eb3b46f3e9cb4bde3 Mon Sep 17 00:00:00 2001 From: Frederic Hemberger Date: Wed, 20 Feb 2019 23:40:03 +0100 Subject: [PATCH] Add guide: Diagnostics - Flame Graphs Ref: #1444 --- locale/en/docs/guides/index.md | 1 + 1 file changed, 1 insertion(+) 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/)