Skip to content

Commit 71849d5

Browse files
committed
Add consistent toc headers
1 parent 6c21ba6 commit 71849d5

File tree

3 files changed

+21
-12
lines changed

3 files changed

+21
-12
lines changed

docs/development/README.adoc

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1-
:toc: macro
1+
:toc: left
2+
:toclevels: 3
3+
:sectanchors: true
4+
:sectids: true
5+
:source-highlighter: rouge
6+
:icons: font
27

38
= T developer documentation
49

5-
toc::[]
6-
710
== <<local-t-network.adoc,Setting up local T network>>
811

912
For development purposes, it is convenient to set up a local Ethereum client with

docs/development/local-t-network.adoc

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1-
:toc: macro
1+
:toc: left
2+
:toclevels: 3
3+
:sectanchors: true
4+
:sectids: true
5+
:source-highlighter: rouge
6+
:icons: font
27

38
= Setting up local T network for development purposes
49

5-
toc::[]
6-
710
== Pre-requirements
811
* Installed https://geth.ethereum.org/[Geth Ethereum client]. Please refer to the docs
912
on how to install Geth locally.
@@ -194,4 +197,4 @@ INFO [10-31|15:03:49.846] Successfully sealed new block number=1 hash
194197
INFO [10-31|15:03:49.852] 🔨 mined potential block number=1 hash=927e38…9579e6
195198

196199
(...)
197-
```
200+
```

docs/rfc/rfc-19-random-beacon-v2.adoc

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1-
:toc: macro
2-
3-
= RFC 19: Random Beacon v2
4-
1+
:toc: left
2+
:toclevels: 3
3+
:sectanchors: true
4+
:sectids: true
5+
:source-highlighter: rouge
56
:icons: font
7+
68
:numbered:
7-
toc::[]
9+
10+
= RFC 19: Random Beacon v2
811

912
== Background
1013

0 commit comments

Comments
 (0)