Flatten out docs

This commit is contained in:
Lucien Greathouse
2019-02-08 15:41:17 -08:00
parent d86e655ad2
commit 5e4c1a8359
6 changed files with 16 additions and 12 deletions

View File

@@ -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: Available versions of these docs:

1
docs/project-format.md Normal file
View File

@@ -0,0 +1 @@
WIP

View File

@@ -1,16 +1,19 @@
There are a number of existing plugins for Roblox that move code from the filesystem into Roblox. 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) * [rbxmk by Anaminus](https://github.com/anaminus/rbxmk)
* [RbxRefresh](https://github.com/osyrisrblx/RbxRefresh) by [Osyris](https://github.com/osyrisrblx) * [Rofresh by Osyris](https://github.com/osyrisrblx/rofresh)
* [RbxSync](https://github.com/evaera/RbxSync) by [evaera](https://github.com/evaera) * [RbxRefresh by Osyris](https://github.com/osyrisrblx/RbxRefresh)
* [CodeSync](https://github.com/MemoryPenguin/CodeSync) and [rbx-exteditor](https://github.com/MemoryPenguin/rbx-exteditor) by [MemoryPenguin](https://github.com/MemoryPenguin) * [Studio Bridge by Vocksel](https://github.com/vocksel/studio-bridge)
* [rbxmk](https://github.com/anaminus/rbxmk) by [Anaminus](https://github.com/anaminus) * [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? 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: Additionally:

View File

@@ -11,11 +11,11 @@ theme:
nav: nav:
- Home: index.md - Home: index.md
- Why Rojo?: why-rojo.md - Why Rojo?: why-rojo.md
- Getting Started: - Installation: installation.md
- Installation: getting-started/installation.md - Creating a Place with Rojo: creating-a-place.md
- Creating a Place with Rojo: getting-started/creating-a-place.md
- Sync Details: sync-details.md
- Migrating from 0.4.x to 0.5.x: migrating-to-epiphany.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: - Rojo Internals:
- Internals Overview: internals/overview.md - Internals Overview: internals/overview.md