Skip to content

Commit

Permalink
docs: fix broken links and layout (tendermint#7154)
Browse files Browse the repository at this point in the history
This PR does a few minor touch ups to the docs
  • Loading branch information
cmwaters authored Oct 27, 2021
1 parent 4bd8c5a commit ce89292
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 12,551 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ docs/_build
docs/dist
docs/node_modules/
docs/spec
docs/.vuepress/public/rpc
index.html.md
libs/pubsub/query/fuzz_test/output
profile\.out
Expand Down
12,551 changes: 9 additions & 12,542 deletions docs/package-lock.json

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions docs/roadmap/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
order: false
parent:
title: Roadmap
order: 7
---
5 changes: 1 addition & 4 deletions docs/roadmap/roadmap.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
---
order: false
parent:
title: Roadmap
order: 7
order: 1
---

# Tendermint Roadmap
Expand Down
10 changes: 6 additions & 4 deletions docs/tendermint-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,20 @@ parent:
order: 5
---

# Overview

This section dives into the internals of Go-Tendermint.

- [Using Tendermint](./using-tendermint.md)
- [Subscribing to events](./subscription.md)
- [Block Structure](./block-structure.md)
- [RPC](./rpc.md)
- [Block Sync](./block-sync.md)
- [State Sync](./state-sync.md)
- [Mempool](./mempool.md)
- [Block Sync](./block-sync/README.md)
- [State Sync](./state-sync/README.md)
- [Mempool](./mempool/README.md)
- [Light Client](./light-client.md)
- [Consensus](./consensus/README.md)
- [Pex](./pex/README.md)
- [Peer Exachange (PEX)](./pex/README.md)
- [Evidence](./evidence/README.md)

For full specifications refer to the [spec repo](https://github.com/tendermint/spec).
1 change: 1 addition & 0 deletions docs/tendermint-core/consensus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ parent:
order: 6
---

# Consensus

Tendermint Consensus is a distributed protocol executed by validator processes to agree on
the next block to be added to the Tendermint blockchain. The protocol proceeds in rounds, where
Expand Down
2 changes: 1 addition & 1 deletion docs/tools/remote-signer-validation.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# tm-signer-harness
# Remote Signer

Located under the `tools/tm-signer-harness` folder in the [Tendermint
repository](https://github.com/tendermint/tendermint).
Expand Down

0 comments on commit ce89292

Please sign in to comment.