From 1d28c2f84f30c07589ddc28b297ad86f09ab4546 Mon Sep 17 00:00:00 2001 From: Gautham Warrier Date: Mon, 11 Aug 2014 11:00:41 +0530 Subject: [PATCH] Set File Editor to false by default --- docs/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config.json b/docs/config.json index 21f6ea2..20ac898 100644 --- a/docs/config.json +++ b/docs/config.json @@ -7,7 +7,7 @@ "breadcrumbs": true, "breadcrumb_separator": "Chevrons", "date_modified": true, - "file_editor": true, + "file_editor": false, "repo": "justinwalsh/daux.io", "ignore": { "files": ["Work_In_Progress.md"],