[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
master
Jules Villard 4 years ago committed by Facebook GitHub Bot
parent c97a1a4adc
commit cf45a10169

@ -0,0 +1,8 @@
---
id: man-infer-debug
title: infer debug
---
import HtmlWrap from "@site/src/components/HtmlWrap";
<HtmlWrap url="/man/next/infer-debug.1.html" />

@ -20,6 +20,7 @@ module.exports = {
"man-infer-analyze", "man-infer-analyze",
"man-infer-capture", "man-infer-capture",
"man-infer-compile", "man-infer-compile",
"man-infer-debug",
"man-infer-explore", "man-infer-explore",
"man-infer-help", "man-infer-help",
"man-infer-report", "man-infer-report",

Loading…
Cancel
Save