Skip to content

Commit a5469fc

Browse files
committed
fix: fix some headers and relative urls
1 parent ba5c325 commit a5469fc

File tree

4 files changed

+11
-0
lines changed

4 files changed

+11
-0
lines changed

config.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# baseURL = '/'
22
title = 'Filecoin Spec'
33
# theme = 'book'
4+
canonifyurls = false
5+
relativeURLs = true
46

57
# Book configuration
68
disablePathToLower = true

content/systems/_index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ bookCollapseSection: true
55
weight: 2
66
---
77

8+
# Systems
9+
---
10+
811
In this section we are detailing all the system components one by one in increasing level of complexity and/or interdependence to other system components. The interaction of the components between each other is only briefly discussed where appropriate, but the overall workflow is given in the Introduction section. In particular, in this section we discuss:
912

1013
- Filecoin Nodes: the different types of nodes that participate in the Filecoin Network, as well as important parts and processes that these nodes run, such as the key store and IPLD store, as well as the network interface to libp2p.

content/systems/filecoin_blockchain/struct/_index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,7 @@ bookCollapseSection: true
44
weight: 1
55
---
66

7+
# Blocks
8+
---
9+
710
The Block is the main unit of the Filecoin blockchain, as is also the case with most other blockchains. Block messages are directly linked with Tipsets, which are groups of Block messages as detailed later on in this section. In the following we discuss the main structure of a Block message and the process of validating Block messages in the Filecoin blockchain.

content/systems/filecoin_nodes/_index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ dashboardState: incomplete
77
dashboardInterface: stable
88
---
99

10+
# Filecoin Nodes
11+
---
12+
1013
This section is providing all the details needed in order to implement any of the different Filecoin Nodes. Although node types in the Filecoin blockchain are less strictly defined than in other blockchains, there are still a few different types of nodes each with its own features and characteristics.
1114

1215
In this section we also discuss issues related to storage of system files in Filecoin nodes. Note that by storage in this section we do not refer to the storage that a node is commiting for mining in the network, but rather the local storage that it needs to have available for keys and IPLD data among other things.

0 commit comments

Comments
 (0)