Browse Source

docs: fix broken links and layout (#7154)

This PR does a few minor touch ups to the docs
pull/7168/head
Callum Waters 3 years ago
committed by GitHub
parent
commit
ce89292712
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 25 additions and 12551 deletions
  1. +1
    -0
      .gitignore
  2. +9
    -12542
      docs/package-lock.json
  3. +6
    -0
      docs/roadmap/README.md
  4. +1
    -4
      docs/roadmap/roadmap.md
  5. +6
    -4
      docs/tendermint-core/README.md
  6. +1
    -0
      docs/tendermint-core/consensus/README.md
  7. +1
    -1
      docs/tools/remote-signer-validation.md

+ 1
- 0
.gitignore View File

@ -25,6 +25,7 @@ docs/_build
docs/dist docs/dist
docs/node_modules/ docs/node_modules/
docs/spec docs/spec
docs/.vuepress/public/rpc
index.html.md index.html.md
libs/pubsub/query/fuzz_test/output libs/pubsub/query/fuzz_test/output
profile\.out profile\.out


+ 9
- 12542
docs/package-lock.json
File diff suppressed because it is too large
View File


+ 6
- 0
docs/roadmap/README.md View File

@ -0,0 +1,6 @@
---
order: false
parent:
title: Roadmap
order: 7
---

+ 1
- 4
docs/roadmap/roadmap.md View File

@ -1,8 +1,5 @@
--- ---
order: false
parent:
title: Roadmap
order: 7
order: 1
--- ---
# Tendermint Roadmap # Tendermint Roadmap


+ 6
- 4
docs/tendermint-core/README.md View File

@ -5,18 +5,20 @@ parent:
order: 5 order: 5
--- ---
# Overview
This section dives into the internals of Go-Tendermint. This section dives into the internals of Go-Tendermint.
- [Using Tendermint](./using-tendermint.md) - [Using Tendermint](./using-tendermint.md)
- [Subscribing to events](./subscription.md) - [Subscribing to events](./subscription.md)
- [Block Structure](./block-structure.md) - [Block Structure](./block-structure.md)
- [RPC](./rpc.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) - [Light Client](./light-client.md)
- [Consensus](./consensus/README.md) - [Consensus](./consensus/README.md)
- [Pex](./pex/README.md)
- [Peer Exachange (PEX)](./pex/README.md)
- [Evidence](./evidence/README.md) - [Evidence](./evidence/README.md)
For full specifications refer to the [spec repo](https://github.com/tendermint/spec). For full specifications refer to the [spec repo](https://github.com/tendermint/spec).

+ 1
- 0
docs/tendermint-core/consensus/README.md View File

@ -5,6 +5,7 @@ parent:
order: 6 order: 6
--- ---
# Consensus
Tendermint Consensus is a distributed protocol executed by validator processes to agree on 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 the next block to be added to the Tendermint blockchain. The protocol proceeds in rounds, where


+ 1
- 1
docs/tools/remote-signer-validation.md View File

@ -1,4 +1,4 @@
# tm-signer-harness
# Remote Signer
Located under the `tools/tm-signer-harness` folder in the [Tendermint Located under the `tools/tm-signer-harness` folder in the [Tendermint
repository](https://github.com/tendermint/tendermint). repository](https://github.com/tendermint/tendermint).


Loading…
Cancel
Save