Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deleted obsolete file #2817

Merged
merged 2 commits into from
Nov 14, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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