diff --git a/docs/lync/project-format/files/supported-files.md b/docs/lync/project-format/files/supported-files.md index b7f243f..5ad14e4 100644 --- a/docs/lync/project-format/files/supported-files.md +++ b/docs/lync/project-format/files/supported-files.md @@ -7,17 +7,17 @@ All forms of Roblox content can be stored on the filesystem and synced. | Concept | File Extension | ClassName | |-|-|-| | Folders | any directory | [Folder](https://create.roblox.com/docs/reference/engine/classes/Folder) -| Scripts | `LUA`/`LUAU` | [LuaSourceContainer](https://create.roblox.com/docs/reference/engine/classes/LuaSourceContainer) * | +| [Scripts](/lync/project-format/files/scripts) | `LUA`/`LUAU` | [LuaSourceContainer](https://create.roblox.com/docs/reference/engine/classes/LuaSourceContainer) * | | Model Files | `RBXM`/`RBXMX` | Varies | | JSON Tables | `JSON` | [ModuleScript](https://create.roblox.com/docs/reference/engine/classes/ModuleScript) | | YAML Tables | `YAML` | [ModuleScript](https://create.roblox.com/docs/reference/engine/classes/ModuleScript) | | TOML Tables | `TOML` | [ModuleScript](https://create.roblox.com/docs/reference/engine/classes/ModuleScript) | -| Text Document | `TXT` | [StringValue](https://create.roblox.com/docs/reference/engine/classes/StringValue) | +| Plain Text | `TXT` | [StringValue](https://create.roblox.com/docs/reference/engine/classes/StringValue) | | Localization Table | `CSV` | [LocalizationTable](https://create.roblox.com/docs/reference/engine/classes/LocalizationTable) | -| Child Projects | `*.Project.JSON` | Varies | -| Meta Files | `*.Meta.JSON` | Varies | -| JSON Models | `*.Model.JSON` | Varies | -| Excel Tables | `*.Excel.JSON` | [ModuleScript](https://create.roblox.com/docs/reference/engine/classes/ModuleScript) | +| [Child Projects](/lync/project-format/project-file/project-file-syntax) | `*.Project.JSON` | Varies | +| [Meta Files](/lync/project-format/files/meta-files) | `*.Meta.JSON` | Varies | +| [JSON Models](/lync/project-format/files/json-models) | `*.Model.JSON` | Varies | +| [Excel Tables](/lync/project-format/files/excel-tables) | `*.Excel.JSON` | [ModuleScript](https://create.roblox.com/docs/reference/engine/classes/ModuleScript) | \* Can be [ModuleScript](https://create.roblox.com/docs/reference/engine/classes/ModuleScript), [Script](https://create.roblox.com/docs/reference/engine/classes/Script), or [LocalScript](https://create.roblox.com/docs/reference/engine/classes/LocalScript) depending on the Directives present.