From e767fad79a28972936b32db93e596b7276e61011 Mon Sep 17 00:00:00 2001 From: vyzo Date: Wed, 28 Aug 2024 00:47:45 +0300 Subject: [PATCH] link to the tuorial --- doc/.vuepress/config.js | 2 +- doc/tutorials/README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/.vuepress/config.js b/doc/.vuepress/config.js index f77ce0e96..efec75470 100644 --- a/doc/.vuepress/config.js +++ b/doc/.vuepress/config.js @@ -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", diff --git a/doc/tutorials/README.md b/doc/tutorials/README.md index a873ae518..4585289e8 100644 --- a/doc/tutorials/README.md +++ b/doc/tutorials/README.md @@ -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)