From d7ee8eec5f3a7b4e708d166496a079d79100ab4c Mon Sep 17 00:00:00 2001 From: Yaroslav Serhieiev Date: Wed, 4 Apr 2018 13:25:01 +0300 Subject: [PATCH] docs: fix missing article name in table of contents --- 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.**