From f1fdde5d1b18b995afb3b2802b43593ae6b8c2b3 Mon Sep 17 00:00:00 2001 From: Denis Fadeev Date: Thu, 23 Apr 2020 20:22:29 +0500 Subject: [PATCH] Updated docs website: (#6048) * Added "Edit this page" box * Fixed link styles * Fixed build-time errors * Updated VuePress and dependencies Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- docs/.vuepress/config.js | 6 +++--- docs/package-lock.json | 6 +++--- docs/package.json | 3 +-- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 48b47b3d4..97ae0153e 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -70,9 +70,9 @@ module.exports = { title: "Help & Support", editLink: true, chat: { - title: "Riot Chat", - text: "Chat with Cosmos developers on Riot Chat.", - url: "https://riot.im/app/#/room/#cosmos-sdk:matrix.org", + title: "Discord", + text: "Chat with Cosmos developers on Discord.", + url: "https://discordapp.com/channels/669268347736686612", bg: "linear-gradient(225.11deg, #2E3148 0%, #161931 95.68%)" }, forum: { diff --git a/docs/package-lock.json b/docs/package-lock.json index 7c9f476b3..f417ee19d 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -1318,9 +1318,9 @@ } }, "@vuepress/plugin-google-analytics": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/@vuepress/plugin-google-analytics/-/plugin-google-analytics-1.3.1.tgz", - "integrity": "sha512-Xb7g86JT/LD1sLYG2txvpp4ztDTOqN5yNRZK5OtzEekCh0NWxIxz0fEYKqVlaskIFnzoA1dfizudyjGCKY+hMw==" + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/@vuepress/plugin-google-analytics/-/plugin-google-analytics-1.4.1.tgz", + "integrity": "sha512-s43V5QHdTz0ayfy5vZrfMPpZzJBsj9L79TaxyMux1jOviS7oeWqkvNSblaHwP4Y8BxISehsKte8qsblQEN3zvQ==" }, "@vuepress/plugin-last-updated": { "version": "1.4.1", diff --git a/docs/package.json b/docs/package.json index 965518ebe..8cfd8e240 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,7 +1,7 @@ { "name": "docs", "version": "1.0.0", - "description": "## Get Started", + "description": "Cosmos SDK Documentation", "main": "index.js", "scripts": { "preserve": "./pre.sh", @@ -14,7 +14,6 @@ "author": "", "license": "ISC", "dependencies": { - "@vuepress/plugin-google-analytics": "^1.3.1", "vuepress-theme-cosmos": "^1.0.163" } }