Add TOC to docs
This commit is contained in:
parent
21252db95d
commit
63b0e48f69
10
README.md
10
README.md
@ -1,3 +1,13 @@
|
|||||||
|
- [ipld-ethcl-indexer](#ipld-ethcl-indexer)
|
||||||
|
- [Running the Application](#running-the-application)
|
||||||
|
- [Development Patterns](#development-patterns)
|
||||||
|
- [Logging](#logging)
|
||||||
|
- [Testing](#testing)
|
||||||
|
- [Contribution](#contribution)
|
||||||
|
- [Branching Structure](#branching-structure)
|
||||||
|
|
||||||
|
<small><i><a href='http://ecotrust-canada.github.io/markdown-toc/'>Table of contents generated with markdown-toc</a></i></small>
|
||||||
|
|
||||||
# ipld-ethcl-indexer
|
# ipld-ethcl-indexer
|
||||||
|
|
||||||
This application will capture all the `BeaconState`'s and `SignedBeaconBlock`'s from the consensus chain on Ethereum. This application is going to connect to the lighthouse client, but hypothetically speaking, it should be interchangeable with any eth2 beacon node.
|
This application will capture all the `BeaconState`'s and `SignedBeaconBlock`'s from the consensus chain on Ethereum. This application is going to connect to the lighthouse client, but hypothetically speaking, it should be interchangeable with any eth2 beacon node.
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
- [Overview](#overview)
|
||||||
|
- [Components](#components)
|
||||||
|
- [Boot](#boot)
|
||||||
|
|
||||||
|
<small><i><a href='http://ecotrust-canada.github.io/markdown-toc/'>Table of contents generated with markdown-toc</a></i></small>
|
||||||
|
|
||||||
# Overview
|
# Overview
|
||||||
|
|
||||||
This document will go through various application components
|
This document will go through various application components
|
||||||
|
Loading…
Reference in New Issue
Block a user