From cf45a101692f93e1cda96eb519087befaeac85c1 Mon Sep 17 00:00:00 2001 From: Jules Villard Date: Fri, 9 Oct 2020 06:00:27 -0700 Subject: [PATCH] [website] add infer-debug man page Summary: We forgot to add this when adding the new subcommand. These should really be auto-generated but let's save that for another diff. Reviewed By: martintrojer Differential Revision: D24217111 fbshipit-source-id: 860860533 --- website/docs/man-infer-debug.md | 8 ++++++++ website/sidebars.js | 1 + 2 files changed, 9 insertions(+) create mode 100644 website/docs/man-infer-debug.md diff --git a/website/docs/man-infer-debug.md b/website/docs/man-infer-debug.md new file mode 100644 index 000000000..2065df665 --- /dev/null +++ b/website/docs/man-infer-debug.md @@ -0,0 +1,8 @@ +--- +id: man-infer-debug +title: infer debug +--- + +import HtmlWrap from "@site/src/components/HtmlWrap"; + + diff --git a/website/sidebars.js b/website/sidebars.js index 28a879af1..8071daf8c 100644 --- a/website/sidebars.js +++ b/website/sidebars.js @@ -20,6 +20,7 @@ module.exports = { "man-infer-analyze", "man-infer-capture", "man-infer-compile", + "man-infer-debug", "man-infer-explore", "man-infer-help", "man-infer-report",