Skip to content

Commit

Permalink
Merge PR cosmos#2403: Update doc on website
Browse files Browse the repository at this point in the history
  • Loading branch information
gamarin2 authored and cwgoes committed Oct 3, 2018
1 parent 89d13d1 commit f8cc0af
Show file tree
Hide file tree
Showing 28 changed files with 743 additions and 703 deletions.
20 changes: 20 additions & 0 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ module.exports = {
collapsable: false,
children: [
"/introduction/cosmos-hub",
"/introduction/tendermint-cosmos"
"/introduction/tendermint",
]
},
Expand Down Expand Up @@ -54,6 +55,18 @@ module.exports = {
// "/specs/icts",
// ]
// },
{
title: "SDK by Examples - Simple Governance",
collapsable: false,
children: [
["/sdk/sdk-by-examples/simple-governance/intro", "Intro"],
"/sdk/sdk-by-examples/simple-governance/setup-and-design",
"/sdk/sdk-by-examples/simple-governance/app-init",
"/sdk/sdk-by-examples/simple-governance/simple-gov-module",
"/sdk/sdk-by-examples/simple-governance/bridging-it-all",
"/sdk/sdk-by-examples/simple-governance/running-the-application"
]
},
{
title: "Lotion JS",
collapsable: false,
Expand All @@ -71,6 +84,13 @@ module.exports = {
"/validators/validator-faq"
]
},
{
title: "Clients",
collapsable: false,
children: [
["/clients/service-providers", "Service Providers"]
]
},
{
title: "Resources",
collapsable: false,
Expand Down
2 changes: 1 addition & 1 deletion docs/introduction/tendermint-cosmos.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Tendermint and Cosmos
# Tendermint and Cosmos

Blockchains can be divided into three conceptual layers:

Expand Down
23 changes: 0 additions & 23 deletions docs/sdk/sdk-by-examples/simple-governance/app-cli.md

This file was deleted.

21 changes: 0 additions & 21 deletions docs/sdk/sdk-by-examples/simple-governance/app-codec.md

This file was deleted.

9 changes: 0 additions & 9 deletions docs/sdk/sdk-by-examples/simple-governance/app-commands.md

This file was deleted.

61 changes: 0 additions & 61 deletions docs/sdk/sdk-by-examples/simple-governance/app-constructor.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/sdk/sdk-by-examples/simple-governance/app-init.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Application initialization
# Application Initialization

In the root of your fork of the SDK, create an `app` and `cmd` folder. In this folder, we will create the main file for our application, `app.go` and the repository to handle REST and CLI commands for our app.

Expand Down
22 changes: 0 additions & 22 deletions docs/sdk/sdk-by-examples/simple-governance/app-makefile.md

This file was deleted.

57 changes: 0 additions & 57 deletions docs/sdk/sdk-by-examples/simple-governance/app-rest.md

This file was deleted.

55 changes: 0 additions & 55 deletions docs/sdk/sdk-by-examples/simple-governance/app-structure.md

This file was deleted.

Loading

0 comments on commit f8cc0af

Please sign in to comment.