added documentation for Focusable Zones

This commit is contained in:
Hanusiak Piotr 2021-12-14 12:03:05 +01:00
parent 0f1378c069
commit 960c247b20
15 changed files with 101 additions and 31 deletions

View file

@ -51,6 +51,12 @@ return [
'markdown' => 'maps.website-in-map',
'editUrl' => 'https://github.com/thecodingmachine/workadventure/edit/develop/docs/maps/website-in-map.md',
],
[
'title' => 'Camera',
'url' => '/map-building/camera.md',
'markdown' => 'maps.camera',
'editUrl' => 'https://github.com/thecodingmachine/workadventure/edit/develop/docs/maps/camera.md',
],
[
'title' => 'Variables',
'url' => '/map-building/variables.md',