From caa3ba968164af56856164859a1cb425c9e12547 Mon Sep 17 00:00:00 2001 From: Yaroslav Serhieiev Date: Tue, 24 Apr 2018 11:16:12 +0300 Subject: [PATCH] docs: fix missing article name in table of contents (#685) --- docs/Guide.DebuggingInXcode.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/Guide.DebuggingInXcode.md b/docs/Guide.DebuggingInXcode.md index 8c4d02b30e..6b4178b661 100644 --- a/docs/Guide.DebuggingInXcode.md +++ b/docs/Guide.DebuggingInXcode.md @@ -1,4 +1,7 @@ -# Debugging in Xcode During Detox Tests +--- +id: Guide.DebuggingInXcode +title: Debugging in Xcode During Detox Tests +--- > This is mostly useful for investigating weird crashes or when contributing to Detox itself. **This workflow isn't standard. Don't use it unless you have a good reason.**