Skip to content

Commit

Permalink
Update containers
Browse files Browse the repository at this point in the history
  • Loading branch information
hoontee committed Dec 1, 2023
1 parent b2eb495 commit 6a22afa
Show file tree
Hide file tree
Showing 13 changed files with 19 additions and 15 deletions.
2 changes: 1 addition & 1 deletion docs/.vitepress/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down
2 changes: 1 addition & 1 deletion docs/lync/getting-started/convert-place.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down
2 changes: 1 addition & 1 deletion docs/lync/getting-started/new-project.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down
8 changes: 5 additions & 3 deletions docs/lync/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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/)
Expand All @@ -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/)
:::
Expand All @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion docs/lync/project-format/files/init-scripts.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Init Scripts
::: danger Unfinished
::: danger UNFINISHED
This documentation is unfinished.
:::
2 changes: 1 addition & 1 deletion docs/lync/project-format/files/json-models.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# JSON Models
::: danger Unfinished
::: danger UNFINISHED
This documentation is unfinished.
:::
2 changes: 1 addition & 1 deletion docs/lync/project-format/files/meta-files.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Meta Files
::: danger Unfinished
::: danger UNFINISHED
This documentation is unfinished.
:::
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Automated Downloads
::: danger Unfinished
::: danger UNFINISHED
This documentation is unfinished.
:::
2 changes: 1 addition & 1 deletion docs/lync/project-format/project-file/automated-jobs.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Automated Jobs
::: danger Unfinished
::: danger UNFINISHED
This documentation is unfinished.
:::
2 changes: 1 addition & 1 deletion docs/lync/project-format/project-file/packages.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Packages
::: danger Unfinished
::: danger UNFINISHED
This documentation is unfinished.
:::

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Project File Syntax
::: danger Unfinished
::: danger UNFINISHED
This documentation is unfinished.
:::
2 changes: 1 addition & 1 deletion docs/lync/project-format/sourcemap.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sourcemap
::: danger Unfinished
::: danger UNFINISHED
This documentation is unfinished.
:::
4 changes: 3 additions & 1 deletion docs/pronghorn/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 Controllers or Services, just Modules and Remotes.

https://github.com/Iron-Stag-Games/Pronghorn

0 comments on commit 6a22afa

Please sign in to comment.