diff --git a/docs/.vitepress/config.mjs b/docs/.vitepress/config.mjs index 0da58ef..e65e714 100644 --- a/docs/.vitepress/config.mjs +++ b/docs/.vitepress/config.mjs @@ -22,7 +22,7 @@ export default defineConfig({ ], socialLinks: [ - { icon: 'github', link: 'https://github.com/Iron-Stag-Games/Lync' } + { icon: 'github', link: 'https://github.com/Iron-Stag-Games' } ], sidebar: { diff --git a/docs/lync/getting-started/convert-place.md b/docs/lync/getting-started/convert-place.md index 94a7189..7ef6d77 100644 --- a/docs/lync/getting-started/convert-place.md +++ b/docs/lync/getting-started/convert-place.md @@ -1,5 +1,5 @@ # Convert an Existing Place -::: danger Unavailable +::: danger UNAVAILABLE The `LYNC INIT` wizard is not yet available. Please refer to the **Sample Project** inside the [Lync repo](https://github.com/Iron-Stag-Games/Lync). diff --git a/docs/lync/getting-started/new-project.md b/docs/lync/getting-started/new-project.md index b3fa960..741eba8 100644 --- a/docs/lync/getting-started/new-project.md +++ b/docs/lync/getting-started/new-project.md @@ -1,5 +1,5 @@ # Create a New Project -::: danger Unavailable +::: danger UNAVAILABLE The `LYNC INIT` wizard is not yet available. Please refer to the **Sample Project** inside the [Lync repo](https://github.com/Iron-Stag-Games/Lync). diff --git a/docs/lync/index.md b/docs/lync/index.md index 8b7fc34..1ff55f2 100644 --- a/docs/lync/index.md +++ b/docs/lync/index.md @@ -2,6 +2,8 @@ Lync is a file sync tool for Roblox created to meet the needs of the dev community and to improve maintainability over similar tools. +https://github.com/Iron-Stag-Games/Lync + ## Why Lync? ### Version Control @@ -10,7 +12,7 @@ Roblox version control is opaque and often unreliable. With [Git](https://git-sc Integrate with repository hosting services to enable collaborative development. -::: info Repository Hosting Services +::: details Repository Hosting Services - [GitHub](https://github.com/) *(Recommended)* - [Bitbucket](https://bitbucket.org/) - [GitLab](https://about.gitlab.com/) @@ -20,7 +22,7 @@ Integrate with repository hosting services to enable collaborative development. The Roblox Studio editor is slow and has a limited feature set. Lync allows you to edit files on your OS using your preferred text editor or IDE. -::: info Text Editors +::: details Text Editors - [VS Code](https://code.visualstudio.com/) *(Recommended)* - [Sublime Text](https://www.sublimetext.com/) ::: @@ -45,7 +47,7 @@ The live sync feature is designed to keep functioning after Roblox updates. Lync uses Roblox plugin API to sync content. Similar file sync tools rely on parsing the Roblox binary format, and they stop working whenever a new Instance or Enum gets added to Roblox. -::: warning +::: tip DISCLAIMER Does not apply to `OPEN` and `BUILD` modes, which rely on [Lune](https://lune-org.github.io/docs) to build a place file. See [getting-started/installation](/lync/getting-started/installation#lune-dependency-for-building-to-file). diff --git a/docs/lync/project-format/files/init-scripts.md b/docs/lync/project-format/files/init-scripts.md index bb6bfe4..ef0146e 100644 --- a/docs/lync/project-format/files/init-scripts.md +++ b/docs/lync/project-format/files/init-scripts.md @@ -1,4 +1,4 @@ # Init Scripts -::: danger Unfinished +::: danger UNFINISHED This documentation is unfinished. ::: diff --git a/docs/lync/project-format/files/json-models.md b/docs/lync/project-format/files/json-models.md index 00bca54..c618911 100644 --- a/docs/lync/project-format/files/json-models.md +++ b/docs/lync/project-format/files/json-models.md @@ -1,4 +1,4 @@ # JSON Models -::: danger Unfinished +::: danger UNFINISHED This documentation is unfinished. ::: diff --git a/docs/lync/project-format/files/meta-files.md b/docs/lync/project-format/files/meta-files.md index c446b01..0bdee45 100644 --- a/docs/lync/project-format/files/meta-files.md +++ b/docs/lync/project-format/files/meta-files.md @@ -1,4 +1,4 @@ # Meta Files -::: danger Unfinished +::: danger UNFINISHED This documentation is unfinished. ::: diff --git a/docs/lync/project-format/project-file/automated-downloads.md b/docs/lync/project-format/project-file/automated-downloads.md index f4a3284..473cf82 100644 --- a/docs/lync/project-format/project-file/automated-downloads.md +++ b/docs/lync/project-format/project-file/automated-downloads.md @@ -1,4 +1,4 @@ # Automated Downloads -::: danger Unfinished +::: danger UNFINISHED This documentation is unfinished. ::: diff --git a/docs/lync/project-format/project-file/automated-jobs.md b/docs/lync/project-format/project-file/automated-jobs.md index 7d25873..84bd271 100644 --- a/docs/lync/project-format/project-file/automated-jobs.md +++ b/docs/lync/project-format/project-file/automated-jobs.md @@ -1,4 +1,4 @@ # Automated Jobs -::: danger Unfinished +::: danger UNFINISHED This documentation is unfinished. ::: diff --git a/docs/lync/project-format/project-file/packages.md b/docs/lync/project-format/project-file/packages.md index 5706493..e509aeb 100644 --- a/docs/lync/project-format/project-file/packages.md +++ b/docs/lync/project-format/project-file/packages.md @@ -1,5 +1,5 @@ # Packages -::: danger Unfinished +::: danger UNFINISHED This documentation is unfinished. ::: diff --git a/docs/lync/project-format/project-file/project-file-syntax.md b/docs/lync/project-format/project-file/project-file-syntax.md index 1f17335..5905e9a 100644 --- a/docs/lync/project-format/project-file/project-file-syntax.md +++ b/docs/lync/project-format/project-file/project-file-syntax.md @@ -1,4 +1,4 @@ # Project File Syntax -::: danger Unfinished +::: danger UNFINISHED This documentation is unfinished. ::: diff --git a/docs/lync/project-format/sourcemap.md b/docs/lync/project-format/sourcemap.md index cbc8ef2..5c46446 100644 --- a/docs/lync/project-format/sourcemap.md +++ b/docs/lync/project-format/sourcemap.md @@ -1,4 +1,4 @@ # Sourcemap -::: danger Unfinished +::: danger UNFINISHED This documentation is unfinished. ::: diff --git a/docs/pronghorn/index.md b/docs/pronghorn/index.md index 57b0d0c..8510db3 100644 --- a/docs/pronghorn/index.md +++ b/docs/pronghorn/index.md @@ -2,4 +2,6 @@ Pronghorn is a Roblox framework with a direct approach to Module scripting that facilitates rapid development. -No Controllers or Services, just Modules and Remotes. \ No newline at end of file +No Controllers or Services, just Modules and Remotes. + +https://github.com/Iron-Stag-Games/Pronghorn