rojo-rbx / rojo.space

Rojo website
https://rojo.space
MIT License
35 stars 39 forks source link

Fix explicit format for v7 in project format #65

Closed OverHash closed 2 years ago

OverHash commented 2 years ago

Depends upon https://github.com/rojo-rbx/rojo.space/pull/64

Currently the docs incorrectly reference the v6 way of using the explicit property syntax rather than the new syntax found in v7 (described here)

LPGhatguy commented 2 years ago

Can you apply this PR against the master branch as opposed to basing it on #64? It's a lot simpler to review this change than that one and I don't want to hold this up.

OverHash commented 2 years ago

Couldn't quite figure out the best git commands to run to rebase back off master branch, so did a force push to make it work. Hopefully this is okay.

The changes have to be done in the versioned_docs v7 folder now, as the docs folder is currently used by the v6 docs.