Skip to content

Commit

Permalink
link to the tuorial
Browse files Browse the repository at this point in the history
  • Loading branch information
vyzo committed Aug 27, 2024
1 parent 286ec4f commit e767fad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion doc/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module.exports = {
'/tutorials/': [
{
title: 'Tutorials',
children: ['', 'languages', 'kvstore', 'proxy', 'httpd', 'ensemble']
children: ['', 'languages', 'kvstore', 'proxy', 'httpd', 'ensemble', 'advanced-ensemble']
}
], '/reference/gerbil/runtime/': [
{ title: "Gerbil Runtime",
Expand Down
1 change: 1 addition & 0 deletions doc/tutorials/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
- [Proxies: Network Programming in Gerbil](proxy.md)
- [Web programming with the Gerbil http server](httpd.md)
- [Working with Actor Ensembles](ensemble.md)
- [Advanced Actor Ensembles](advanced-ensemble.md)

0 comments on commit e767fad

Please sign in to comment.