Skip to content

Commit

Permalink
deleted obsolete file (#2817)
Browse files Browse the repository at this point in the history
  • Loading branch information
zramsay authored and jackzampolin committed Nov 14, 2018
1 parent 0453992 commit 555b61e
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 54 deletions.
12 changes: 6 additions & 6 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = {
title: "Overview",
collapsable: false,
children: [
"/intro/README",
"/intro/",
"/intro/sdk-app-architecture",
"/intro/ocap"
]
Expand All @@ -38,12 +38,12 @@ module.exports = {
title: "Clients",
collapsable: false,
children: [
"/clients/README",
"/lite/", // this renders the readme
"/lite/getting_started",
"/lite/specification",
"/clients/",
"/clients/cli",
"/clients/service-providers"
"/clients/service-providers",
"/clients/lite/", // this renders the readme
"/clients/lite/getting_started",
"/clients/lite/specification"
]
}
]
Expand Down
6 changes: 5 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,11 @@ If you are reading this on the Cosmos Website, please know that you can find mor

To install the latest version of the `gaia` application and join the public testnet, **click [here](./gaia/README.md#join-the-cosmos-hub-public-testnet)**

## Edit the Documentation
## Contribute

See [this file](./DOCS_README.md) for details of the build process and
considerations when making changes.

## Version

This documentation is built from the following commit:
45 changes: 0 additions & 45 deletions docs/_attic/node.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/clients/lite/readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Overview
# Lite Client Overview

**See the Cosmos SDK lite Client RPC documentation [here](https://cosmos.network/rpc/)**

Expand Down
2 changes: 1 addition & 1 deletion docs/clients/service-providers.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Integrate a Cosmos-SDK based blockchain as a Service Provider
# Service Providers

We define 'service providers' as entities providing services for end-users that involve some form of interaction with a Cosmos-SDK based blockchain (this includes the Cosmos Hub). More specifically, this document will be focused around interactions with tokens.

Expand Down

0 comments on commit 555b61e

Please sign in to comment.