From 28530de25f87cbc9593b04a8b177243647abbb4c Mon Sep 17 00:00:00 2001 From: crandmck Date: Mon, 10 Apr 2017 15:24:39 -0700 Subject: [PATCH] Add docs.json --- docs.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 docs.json diff --git a/docs.json b/docs.json new file mode 100644 index 0000000..f5318ce --- /dev/null +++ b/docs.json @@ -0,0 +1,6 @@ +{ + "content": [ + "server/current-context.js", + "server/middleware/per-request.js" + ] +}