Skip to content

Commit

Permalink
fix: listings content
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Jul 14, 2020
1 parent 8c7ffe5 commit 42961d3
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 28 deletions.
15 changes: 1 addition & 14 deletions next/content/listings/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,4 @@
title: Listings
bookCollapseSection: true
weight: 5
entries:
- actors
- reserved_ranges
- data_structures
- system_map
- libp2p_protocols
---

# Listings
---

{{< hint warning >}}
Needs description
{{< /hint >}}
---
2 changes: 1 addition & 1 deletion next/content/listings/actors.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ weight: 1
# Filecoin VM Actors
---
{{< hint warning >}}
Needs description
TODO: Needs content
{{< /hint >}}
8 changes: 1 addition & 7 deletions next/content/listings/libp2p_protocols/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,4 @@ bookCollapseSection: true
weight: 5
entries:
- data_transfer_protocol
---

# Libp2p Protocols
---
{{< hint warning >}}
Needs description
{{< /hint >}}
---
11 changes: 7 additions & 4 deletions next/content/listings/reserved_ranges.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
---
title: "Reserved Ranges"
weight: 3
weight: 2
---

# Actor ID Reserved Ranges
# Reserved Ranges
---

## Actor ID Reserved Ranges

| Actor | ID |
|---|---|
Expand All @@ -17,7 +20,7 @@ weight: 3

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

# Method Reserved Ranges
## Method Reserved Ranges

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

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

# Error Codes
## Error Codes

{{< hint warning >}}
TODO
Expand Down
3 changes: 1 addition & 2 deletions next/content/listings/system_map.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@ weight: 4
---

{{< hint warning >}}
Needs description
filename needs to be changed to match the title
TODO: needs content
{{< /hint >}}

0 comments on commit 42961d3

Please sign in to comment.