-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into roysc/adr-040-db-revert
- Loading branch information
Showing
9 changed files
with
462 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,7 +58,7 @@ module.exports = { | |
topbar: { | ||
banner: true | ||
}, | ||
sidebar: { | ||
sidebar: { | ||
auto: true, | ||
nav: [ | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
<!-- | ||
permalink: /404.html | ||
layout: homepage | ||
title: 404 Lost in Space! | ||
description: You've been lost in space | ||
sections: | ||
- title: Introduction | ||
desc: High-level overview of the Cosmos SDK. | ||
url: /intro/overview.html | ||
icon: introduction | ||
- title: Basics | ||
desc: Anatomy of a blockchain, transaction lifecycle, accounts and more. | ||
icon: basics | ||
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/baseapp.html | ||
- title: Building Modules | ||
desc: Discover how to build modules for the Cosmos SDK. | ||
icon: modules | ||
url: /building-modules/intro.html | ||
- title: Running a Node | ||
desc: Running and interacting with nodes using the CLI and API. | ||
icon: interfaces | ||
url: /run-node/ | ||
- title: Modules | ||
desc: Explore existing modules to build your application with. | ||
icon: specifications | ||
url: /modules/ | ||
stack: | ||
- title: Cosmos Hub | ||
desc: The first of thousands of interconnected blockchains on the Cosmos Network. | ||
color: "#BA3FD9" | ||
label: hub | ||
url: http://hub.cosmos.network | ||
- title: Tendermint Core | ||
desc: The leading BFT engine for building blockchains, powering Cosmos SDK. | ||
color: "#00BB00" | ||
label: core | ||
url: http://docs.tendermint.com | ||
footer: | ||
newsletter: false | ||
aside: false | ||
--> | ||
|
||
# 404 - Lost in space, this is just an empty void... | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.