Skip to content

Commit 42961d3

Browse files
committed
fix: listings content
1 parent 8c7ffe5 commit 42961d3

File tree

5 files changed

+11
-28
lines changed

5 files changed

+11
-28
lines changed

next/content/listings/_index.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,4 @@
22
title: Listings
33
bookCollapseSection: true
44
weight: 5
5-
entries:
6-
- actors
7-
- reserved_ranges
8-
- data_structures
9-
- system_map
10-
- libp2p_protocols
11-
---
12-
13-
# Listings
14-
---
15-
16-
{{< hint warning >}}
17-
Needs description
18-
{{< /hint >}}
5+
---

next/content/listings/actors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ weight: 1
66
# Filecoin VM Actors
77
---
88
{{< hint warning >}}
9-
Needs description
9+
TODO: Needs content
1010
{{< /hint >}}

next/content/listings/libp2p_protocols/_index.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,4 @@ bookCollapseSection: true
44
weight: 5
55
entries:
66
- data_transfer_protocol
7-
---
8-
9-
# Libp2p Protocols
10-
---
11-
{{< hint warning >}}
12-
Needs description
13-
{{< /hint >}}
7+
---

next/content/listings/reserved_ranges.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
---
22
title: "Reserved Ranges"
3-
weight: 3
3+
weight: 2
44
---
55

6-
# Actor ID Reserved Ranges
6+
# Reserved Ranges
7+
---
8+
9+
## Actor ID Reserved Ranges
710

811
| Actor | ID |
912
|---|---|
@@ -17,7 +20,7 @@ weight: 3
1720

1821
All values below 100 are reserved for singleton actors. The first non-singleton actor starts at 100.
1922

20-
# Method Reserved Ranges
23+
## Method Reserved Ranges
2124

2225
| Method | ID |
2326
|---|---|
@@ -26,7 +29,7 @@ All values below 100 are reserved for singleton actors. The first non-singleton
2629

2730
All other positive values are free for actors to use. For the canonical list, see TODO LINK TO ACTOR CODE WHEN DONE.
2831

29-
# Error Codes
32+
## Error Codes
3033

3134
{{< hint warning >}}
3235
TODO

next/content/listings/system_map.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,5 @@ weight: 4
77
---
88

99
{{< hint warning >}}
10-
Needs description
11-
filename needs to be changed to match the title
10+
TODO: needs content
1211
{{< /hint >}}

0 commit comments

Comments
 (0)