From 5e89009e561d8c251690263996421e1cb2b61636 Mon Sep 17 00:00:00 2001 From: gamarin2 Date: Wed, 11 Dec 2019 23:58:22 +0100 Subject: [PATCH] Bump font weight docs website and fix link (#5391) --- README.md | 4 ++-- docs/README.md | 12 ++++++------ docs/package-lock.json | 8 ++++---- docs/package.json | 4 ++-- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 25dae82fdf..10090dd2da 100644 --- a/README.md +++ b/README.md @@ -26,9 +26,9 @@ breaking changes. ## Quick Start -To learn how the SDK works from a high-level perspective, go to the [SDK Intro](./docs/intro/intro.md). +To learn how the SDK works from a high-level perspective, go to the [SDK Intro](./docs/intro/overview.md). -If you want to get started quickly and learn how to build on top of the SDK, please follow the [SDK Application Tutorial](https://github.com/cosmos/sdk-application-tutorial). You can also fork the tutorial's repository to get started building your own Cosmos SDK application. +If you want to get started quickly and learn how to build on top of the SDK, please follow the [SDK Application Tutorial](https://tutorials.cosmos.network/nameservice/tutorial/00-intro.html). You can also fork the tutorial's repository to get started building your own Cosmos SDK application. For more, please go to the [Cosmos SDK Docs](./docs/). diff --git a/docs/README.md b/docs/README.md index e3346e2013..801178b70c 100644 --- a/docs/README.md +++ b/docs/README.md @@ -20,24 +20,24 @@ features: sections: - title: Introduction desc: High-level overview of the Cosmos SDK. - url: /intro + url: /intro/overview.html icon: introduction - title: Basics desc: Anatomy of a blockchain, transaction lifecycle, accounts and more. icon: basics - url: /basics - - title: SDK Core + url: /basics/app-anatomy.html + - title: Core Concepts desc: Read about the core concepts like `baseapp`, the store, or the server. icon: core - url: /core + url: /core/baseapp.html - title: Building Modules desc: Discover how to build modules for the Cosmos SDK. icon: modules - url: /building-modules + url: /building-modules/intro.html - title: Interfaces desc: Build interfaces for Cosmos SDK applications. icon: interfaces - url: /interfaces + url: /interfaces/interfaces-intro.html - title: Modules desc: Explore existing modules to build your application with. icon: specifications diff --git a/docs/package-lock.json b/docs/package-lock.json index f6c622dc21..a6ed27d908 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -9163,9 +9163,9 @@ } }, "vuepress-theme-cosmos": { - "version": "1.0.103", - "resolved": "https://registry.npmjs.org/vuepress-theme-cosmos/-/vuepress-theme-cosmos-1.0.103.tgz", - "integrity": "sha512-vp/5gTySDgjIaO9xLFeTrj241slW1aNG8GhUHtWPOir07SYQ6iOVSncMvHgUlNs4uSha+/EMIpn8Pg4FF8VSLQ==", + "version": "1.0.104", + "resolved": "https://registry.npmjs.org/vuepress-theme-cosmos/-/vuepress-theme-cosmos-1.0.104.tgz", + "integrity": "sha512-vq7s+eteIqMEbkT1euRjzWRTSbSt1SBljHx5M0mplF3+RwJxtKbqKeN/pGewxz+3+myq+dctttFWbHCGaKmacA==", "requires": { "@cosmos-ui/vue": "^0.5.16", "@vuepress/plugin-last-updated": "^1.2.0", @@ -9697,4 +9697,4 @@ "integrity": "sha1-4Se9nmb9hGvl6rSME5SIL3wOT5g=" } } -} +} \ No newline at end of file diff --git a/docs/package.json b/docs/package.json index d9ea55727e..b09d03f7d4 100644 --- a/docs/package.json +++ b/docs/package.json @@ -15,6 +15,6 @@ "license": "ISC", "dependencies": { "@vuepress/plugin-google-analytics": "^1.2.0", - "vuepress-theme-cosmos": "^1.0.103" + "vuepress-theme-cosmos": "^1.0.104" } -} +} \ No newline at end of file