From 909a68ed654efb694747fd0b9ed475dd202db2f4 Mon Sep 17 00:00:00 2001 From: Greg Szabo <16846635+greg-szabo@users.noreply.github.com> Date: Mon, 27 Aug 2018 12:34:16 -0400 Subject: [PATCH] Updating config.js for docs website build process This change will put the documentation to the right folder for website deployment. --- docs/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config.js b/docs/config.js index 61607b1b08..42df9de92d 100644 --- a/docs/config.js +++ b/docs/config.js @@ -1,7 +1,7 @@ module.exports = { title: "Cosmos Network", description: "Documentation for the Cosmos Network.", - dest: "./site-docs", + dest: "./dist/docs", base: "/", markdown: { lineNumbers: true