diff --git a/docs/content/pages/editor.md b/docs/content/pages/editor.md index 4f40cb27..100b8409 100644 --- a/docs/content/pages/editor.md +++ b/docs/content/pages/editor.md @@ -54,7 +54,7 @@ You can start the game from the editor by selecting Project -> Run Project this If you're using the mod manager and would like logs to appear there, you need to get the log port from the console, it's always the first entry in the logs. Keep in mind this port changes whenever you restart the manager. -![TODO: Get Log Screenshot]() +![Get the log port]({{ "images/editor/log_port.webp"|static }}) ## Building diff --git a/docs/content/pages/tutorials/api.md b/docs/content/pages/tutorials/api.md index 5c7a8996..2afd6ffe 100644 --- a/docs/content/pages/tutorials/api.md +++ b/docs/content/pages/tutorials/api.md @@ -1,6 +1,6 @@ --- Title: API -Sort_Priority: 40 +Sort_Priority: 20 --- ## How to use the API diff --git a/docs/content/pages/tutorials/details.md b/docs/content/pages/tutorials/details.md index c8483065..0e96a484 100644 --- a/docs/content/pages/tutorials/details.md +++ b/docs/content/pages/tutorials/details.md @@ -1,6 +1,6 @@ --- Title: Detailing -Sort_Priority: 85 +Sort_Priority: 80 --- # Details/Scatterer diff --git a/docs/content/pages/tutorials/planet_gen.md b/docs/content/pages/tutorials/planet_gen.md index c634b1fd..0dc589f0 100644 --- a/docs/content/pages/tutorials/planet_gen.md +++ b/docs/content/pages/tutorials/planet_gen.md @@ -1,6 +1,6 @@ --- Title: Planet Generation -Sort_Priority: 80 +Sort_Priority: 85 --- # Planet Generation diff --git a/docs/content/static/images/editor/log_port.webp b/docs/content/static/images/editor/log_port.webp new file mode 100644 index 00000000..0382c847 Binary files /dev/null and b/docs/content/static/images/editor/log_port.webp differ