Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
phoriah committed Oct 30, 2023
1 parent 2180184 commit 3eec6b1
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion base_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</div>
</div>
<div id="BodyContainer">
<h3>Definitions with a violet background are proprietary extensions, which are exclusive to <b>Synapse X</b>. Otherwise, definitions without a colored background are from the <a href="https://github.com/LoukaMB/SynapseX/blob/master/script/compatibility_layer.lua" target="_blank">DCL standard</a>.</h3>
<h3>Definitions with a violet background are proprietary extensions, which are exclusive to <b>Synapse X</b>. Otherwise, definitions without a colored background are from the <a href="script/compatibility_layer.lua" target="_blank">DCL standard</a>.</h3>
%s
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion docs/Elysian.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta name="generator" content="pandoc" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<link rel="icon" type="image/x-icon" href="https://web.archive.org/web/20200419190710/https://sales.elhst.co/assets/img/elylogo.png">
<link rel="icon" type="image/x-icon" href="elylogo.png">
<title>Elysian Documentation</title>
<style>
code{white-space: pre-wrap;}
Expand Down
Binary file added docs/elylogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@
</div>
</div>
<div id="BodyContainer">
<h3>Definitions with a violet background are proprietary extensions, which are exclusive to <b>Synapse X</b>. Otherwise, definitions without a colored background are from the <a href="https://github.com/LoukaMB/SynapseX/blob/master/script/compatibility_layer.lua" target="_blank">DCL standard</a>.</h3>
<h3>Definitions with a violet background are proprietary extensions, which are exclusive to <b>Synapse X</b>. Otherwise, definitions without a colored background are from the <a href="script/compatibility_layer.lua" target="_blank">DCL standard</a>.</h3>
<h1 class="CategoryTitle">Clipboard Library</h1><div id="syn_clipboard_get" class="CodeEntry">
<p class="CodeDefinition">
<span class="CodeTypename">string</span> <a class="Anchor" href="#syn_clipboard_get">syn_clipboard_get</a>(<span class="CodeTypename">void</span>)
Expand Down
16 changes: 8 additions & 8 deletions script/compatibility_layer.lua
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
-- Synapse X-Sanctioned Development Compatibility Layer (DCL)
-- https://github.com/LoukaMB/SynapseX/script/compatibility_layer.lua
-- Usage: loadstring(game:HttpGet("https://raw.githubusercontent.com/LoukaMB/SynapseX/master/script/compatibility_layer.lua"))()
-- https://github.com/luau/Executor-API-Docs/script/compatibility_layer.lua
-- Usage: loadstring(game:HttpGet("https://raw.githubusercontent.com/luau/Executor-API-Docs/master/script/compatibility_layer.lua"))()

-- This script provides a standardized API for Lua scripts with environment extensions.
-- Definitions are written in corcondance with https://loukamb.github.io/SynapseX/
-- Definitions are written in corcondance with https://luau.github.io/Executor-API-Docs/
-- (Functions start with api.* instead of syn_)

-- Last Update: October 22, 2019
Expand All @@ -13,15 +13,15 @@
Synapse X (post-Holiday update): 100%
Synapse X (pre-Holiday update): 98%
Calamari: 95%
ProtoSmh: 75%
ProtoSmasher: 75%
Elysian: 50%
SirHurt: ?
DOCUMENTATION SOURCES (to be updated regularly)
Calamari: /compatibility_layer_docs/calamari_docs.html
ProtoSm.: /compatibility_layer_docs/ps_docs.html
Elysian: /compatibility_layer_docs/elysian_docs.html
Synapse: https://loukamb.github.io/SynapseX/
Calamari: https://luau.github.io/Executor-API-Docs/Calamari
ProtoSmasher: https://luau.github.io/Executor-API-Docs/ProtoSmasher
Elysian: https://luau.github.io/Executor-API-Docs/Elysian
Synapse: https://luau.github.io/Executor-API-Docs/
SirHurt: ?
DISCLAIMER
Expand Down

0 comments on commit 3eec6b1

Please sign in to comment.