Adding missing reference to Camera doc
This commit is contained in:
parent
c4d18716c3
commit
d0af766394
1 changed files with 6 additions and 0 deletions
|
@ -141,6 +141,12 @@ return [
|
||||||
'markdown' => 'maps.api-controls',
|
'markdown' => 'maps.api-controls',
|
||||||
'editUrl' => 'https://github.com/thecodingmachine/workadventure/edit/develop/docs/maps/api-controls.md',
|
'editUrl' => 'https://github.com/thecodingmachine/workadventure/edit/develop/docs/maps/api-controls.md',
|
||||||
],
|
],
|
||||||
|
[
|
||||||
|
'title' => 'Camera',
|
||||||
|
'url' => '/map-building/api-camera.md',
|
||||||
|
'markdown' => 'maps.api-camera',
|
||||||
|
'editUrl' => 'https://github.com/thecodingmachine/workadventure/edit/develop/docs/maps/api-camera.md',
|
||||||
|
],
|
||||||
[
|
[
|
||||||
'title' => 'Deprecated',
|
'title' => 'Deprecated',
|
||||||
'url' => '/map-building/api-deprecated.md',
|
'url' => '/map-building/api-deprecated.md',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue