Skip to content

Commit

Permalink
chore: add blanks for new articles (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
shamilsan authored Nov 29, 2023
1 parent 1e4693d commit 8c3e464
Show file tree
Hide file tree
Showing 10 changed files with 39 additions and 1 deletion.
16 changes: 15 additions & 1 deletion src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

[Introduction](introduction.md)

# Gear Protocol

- [Architechture overview](gear-protocol/architechture-overview.md)
- [Block production](gear-protocol/block-production.md)
- [Gas tree](gear-protocol/gas-tree.md)
- [Wasm executors](gear-protocol/wasm-executors.md)
- [Lazy pages](gear-protocol/lazy-pages.md)
- [Benchmarking](gear-protocol/benchmarking.md)

# User Space

- [Async-await in programs](user-space/async-await.md)

# Tips and Tricks

- [Accelerate the node building](accelerate-build.md)
- [Accelerate the node building](tips-tricks/accelerate-build.md)
- [Referendum starting](tips-tricks/referendum-starting.md)
3 changes: 3 additions & 0 deletions src/gear-protocol/architechture-overview.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Architechture overview

🚧 *To be added soon.*
3 changes: 3 additions & 0 deletions src/gear-protocol/benchmarking.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Benchmarking

🚧 *To be added soon.*
3 changes: 3 additions & 0 deletions src/gear-protocol/block-production.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Block production

🚧 *To be added soon.*
3 changes: 3 additions & 0 deletions src/gear-protocol/gas-tree.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Gas tree

🚧 *To be added soon.*
3 changes: 3 additions & 0 deletions src/gear-protocol/lazy-pages.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Lazy pages

🚧 *To be added soon.*
3 changes: 3 additions & 0 deletions src/gear-protocol/wasm-executors.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Wasm executors

🚧 *To be added soon.*
File renamed without changes.
3 changes: 3 additions & 0 deletions src/tips-tricks/referendum-starting.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Referendum starting

🚧 *To be added soon.*
3 changes: 3 additions & 0 deletions src/user-space/async-await.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Async-await in programs

🚧 *To be added soon.*

0 comments on commit 8c3e464

Please sign in to comment.