Adding a troubleshooting guide

Migrating the troubleshooting guide from SAAS repo
+ adding a paragraph about issues with embedding iframes related to HTTP headers and cookie parameters.
This commit is contained in:
David Négrier
2022-04-25 17:11:48 +02:00
parent 282694fc99
commit 44778f51f8
3 changed files with 106 additions and 4 deletions
+3 -2
View File
@@ -166,7 +166,8 @@ return [
],
[
'title' => 'Troubleshooting',
'url' => '/map-building/troubleshooting',
'view' => 'content.map.troubleshooting'
'url' => '/map-building/troubleshooting.md',
'markdown' => 'maps.troubleshooting',
'editUrl' => 'https://github.com/thecodingmachine/workadventure/edit/develop/docs/maps/troubleshooting.md',
],
];