diff --git a/docs/getting-started/creating-a-place.md b/docs/creating-a-place.md similarity index 100% rename from docs/getting-started/creating-a-place.md rename to docs/creating-a-place.md diff --git a/docs/index.md b/docs/index.md index 54735204..e725b55d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,4 +1,4 @@ -This is the documentation home for Rojo. +This is the documentation home for Rojo 0.5.x. Available versions of these docs: diff --git a/docs/getting-started/installation.md b/docs/installation.md similarity index 100% rename from docs/getting-started/installation.md rename to docs/installation.md diff --git a/docs/project-format.md b/docs/project-format.md new file mode 100644 index 00000000..6d3f6659 --- /dev/null +++ b/docs/project-format.md @@ -0,0 +1 @@ +WIP \ No newline at end of file diff --git a/docs/why-rojo.md b/docs/why-rojo.md index f4ecae06..247dad7b 100644 --- a/docs/why-rojo.md +++ b/docs/why-rojo.md @@ -1,16 +1,19 @@ There are a number of existing plugins for Roblox that move code from the filesystem into Roblox. -Besides Rojo, there is: +Besides Rojo, you might consider: -* [Studio Bridge](https://github.com/vocksel/studio-bridge) by [Vocksel](https://github.com/vocksel) -* [RbxRefresh](https://github.com/osyrisrblx/RbxRefresh) by [Osyris](https://github.com/osyrisrblx) -* [RbxSync](https://github.com/evaera/RbxSync) by [evaera](https://github.com/evaera) -* [CodeSync](https://github.com/MemoryPenguin/CodeSync) and [rbx-exteditor](https://github.com/MemoryPenguin/rbx-exteditor) by [MemoryPenguin](https://github.com/MemoryPenguin) -* [rbxmk](https://github.com/anaminus/rbxmk) by [Anaminus](https://github.com/anaminus) +* [rbxmk by Anaminus](https://github.com/anaminus/rbxmk) +* [Rofresh by Osyris](https://github.com/osyrisrblx/rofresh) +* [RbxRefresh by Osyris](https://github.com/osyrisrblx/RbxRefresh) +* [Studio Bridge by Vocksel](https://github.com/vocksel/studio-bridge) +* [Elixir by Vocksel](https://github.com/vocksel/elixir) +* [RbxSync by evaera](https://github.com/evaera/RbxSync) +* [CodeSync by MemoryPenguin](https://github.com/MemoryPenguin/CodeSync) +* [rbx-exteditor by MemoryPenguin](https://github.com/MemoryPenguin/rbx-exteditor) So why did I build Rojo? -Each of these tools solves what is essentially the same problem from a few different angles. The goal of Rojo is to take all of the lessons and ideas learned from these projects and build a tool that can solve the problem for good. +Each of these tools solves what is essentially the same problem from a few different angles. The goal of Rojo is to take all of the lessons and ideas learned from these projects and build a tool that can solve this problem for good. Additionally: diff --git a/mkdocs.yml b/mkdocs.yml index 6b657f6d..2f27e470 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -11,11 +11,11 @@ theme: nav: - Home: index.md - Why Rojo?: why-rojo.md - - Getting Started: - - Installation: getting-started/installation.md - - Creating a Place with Rojo: getting-started/creating-a-place.md - - Sync Details: sync-details.md + - Installation: installation.md + - Creating a Place with Rojo: creating-a-place.md - Migrating from 0.4.x to 0.5.x: migrating-to-epiphany.md + - Project Format: project-format.md + - Sync Details: sync-details.md - Rojo Internals: - Internals Overview: internals/overview.md