Updating config.js for docs website build process

This change will put the documentation to the right folder for website deployment.
This commit is contained in:
Greg Szabo 2018-08-27 12:34:16 -04:00 committed by GitHub
parent 9482c13b1f
commit 909a68ed65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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