Bump font weight docs website and fix link (#5391)

This commit is contained in:
gamarin2 2019-12-11 23:58:22 +01:00 committed by Alessio Treglia
parent 5ce4bebf17
commit 5e89009e56
4 changed files with 14 additions and 14 deletions

View File

@ -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/).

View File

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

View File

@ -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="
}
}
}
}

View File

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