forked from rojo-rbx/rojo
Fix doc image links
This commit is contained in:
@@ -56,7 +56,7 @@ If your project is in the right place, Rojo will let you know that it was found
|
|||||||
|
|
||||||
In Roblox Studio, open the plugins tab and find Rojo's buttons.
|
In Roblox Studio, open the plugins tab and find Rojo's buttons.
|
||||||
|
|
||||||

|

|
||||||
{: align="center" }
|
{: align="center" }
|
||||||
|
|
||||||
Press **Test Connection** to verify that the plugin can communicate with the dev server. Watch the Output panel for the results.
|
Press **Test Connection** to verify that the plugin can communicate with the dev server. Watch the Output panel for the results.
|
||||||
@@ -64,7 +64,7 @@ Press **Test Connection** to verify that the plugin can communicate with the dev
|
|||||||
!!! info
|
!!! info
|
||||||
If you see an error message, return to the previous steps and make sure that the Rojo dev server is running.
|
If you see an error message, return to the previous steps and make sure that the Rojo dev server is running.
|
||||||
|
|
||||||

|

|
||||||
{: align="center" }
|
{: align="center" }
|
||||||
|
|
||||||
After your connection was successful, press **Sync In** to move code from the filesystem into Studio, or use **Toggle Polling** to have Rojo automatically sync in changes as they happen.
|
After your connection was successful, press **Sync In** to move code from the filesystem into Studio, or use **Toggle Polling** to have Rojo automatically sync in changes as they happen.
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ For example, this file tree:
|
|||||||
|
|
||||||
Will turn into these instances in Roblox:
|
Will turn into these instances in Roblox:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Models
|
## Models
|
||||||
Rojo supports a JSON model format for representing simple models. It's designed for instance types like `BindableEvent` or `Value` objects, and is not suitable for larger models.
|
Rojo supports a JSON model format for representing simple models. It's designed for instance types like `BindableEvent` or `Value` objects, and is not suitable for larger models.
|
||||||
|
|||||||
Reference in New Issue
Block a user