Skip to content

Commit

Permalink
network paths urls
Browse files Browse the repository at this point in the history
  • Loading branch information
flavioespinoza committed Oct 16, 2024
1 parent 900c357 commit eda41ce
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 9 deletions.
16 changes: 7 additions & 9 deletions src/_sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,19 +56,17 @@

<h4 style="padding-left: 24px; margin-bottom: 0;">NETWORK</h4>

* [Overview]()
* [Overview](network/)

* [Quick Start]()
* [Quick Start](network/quick-start.md)

* [Extensions]()
* [Extensions](network/extensions.md)

* [Functions Workflow]()
* [Overview]
* [Requesting Data from Host]()
* [Functions Workflow](network/functions-workflow/)
* [Requesting Data from Host](network/functions-workflow/requesting-data.md)
* [Passing Data to Other Functions](network/functions-workflow/passing-data.md)

* [Passing Data to Other Functions](pages/developer-tools/network/functions-workflow/passing-data.md)

* [Token Economics]()
* [Token Economics](network/economics/)

<h4 style="padding-left: 24px; margin-bottom: 0;">RUN A NODE</h4>

Expand Down
1 change: 1 addition & 0 deletions src/network/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[network](../pages/network/index.md ':include')
1 change: 1 addition & 0 deletions src/network/economics/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[token-economics](../../pages/network/economics/token-economics.md ':include')
1 change: 1 addition & 0 deletions src/network/extensions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[extensions](../pages/network/extensions.md ':include')
1 change: 1 addition & 0 deletions src/network/functions-workflow/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[functions-workflow overview](../../pages/network/functions-workflow/index.md ':include')
1 change: 1 addition & 0 deletions src/network/functions-workflow/passing-data.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[passing-data](../../pages/network/functions-workflow/passing-data.md ':include')
1 change: 1 addition & 0 deletions src/network/functions-workflow/requesting-data.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[requesting-data](../../pages/network/functions-workflow/requesting-data.md ':include')
1 change: 1 addition & 0 deletions src/network/quick-start.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[quick-start](../pages/network/quick-start.md ':include')

0 comments on commit eda41ce

Please sign in to comment.