Skip to content

Commit

Permalink
Built static site
Browse files Browse the repository at this point in the history
Signed-off-by: Dimitris Kolovos <dimitris.kolovos@york.ac.uk>
  • Loading branch information
kolovos committed Feb 17, 2025
1 parent ff03758 commit a20288c
Show file tree
Hide file tree
Showing 470 changed files with 41,611 additions and 364 deletions.
4 changes: 3 additions & 1 deletion playground/backend.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
{"name": "RunEpsilonFunction", "url": "https://uk-ac-york-cs-epsilon-playground.h5rwqzvxy5sr4.eu-west-1.cs.amazonlightsail.com/epsilon"},
{"name": "FlexmiToPlantUMLFunction", "url": "https://uk-ac-york-cs-epsilon-playground.h5rwqzvxy5sr4.eu-west-1.cs.amazonlightsail.com/flexmi2plantuml"},
{"name": "EmfaticToPlantUMLFunction", "url": "https://uk-ac-york-cs-epsilon-playground.h5rwqzvxy5sr4.eu-west-1.cs.amazonlightsail.com/emfatic2plantuml"},
{"name": "ShortURLFunction", "url": "https://l4p4ni4wo4lqtxk4qfedsapbtm0olxqn.lambda-url.eu-west-1.on.aws/"}
{"name": "ShortURLFunction", "url": "https://l4p4ni4wo4lqtxk4qfedsapbtm0olxqn.lambda-url.eu-west-1.on.aws/"},
{"name": "Yjs", "url":"wss://uk-ac-york-cs-epsilon-yjs.h5rwqzvxy5sr4.eu-west-1.cs.amazonlightsail.com/ws/", "public": "wss://demos.yjs.dev/ws"},
{"name": "Kroki", "url": "https://uk-ac-york-cs-epsilon-kroki.h5rwqzvxy5sr4.eu-west-1.cs.amazonlightsail.com"}
]
}
4 changes: 3 additions & 1 deletion playground/backend.local.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
{"name": "RunEpsilonFunction", "url": "http://localhost:8080/epsilon"},
{"name": "FlexmiToPlantUMLFunction", "url": "http://localhost:8080/flexmi2plantuml"},
{"name": "EmfaticToPlantUMLFunction", "url": "http://localhost:8080/emfatic2plantuml"},
{"name": "ShortURLFunction", "url": "http://localhost:8080/shorturl"}
{"name": "ShortURLFunction", "url": "http://localhost:8080/shorturl"},
{"name": "Yjs", "url": "ws://localhost:1234", "alternative": "wss://demos.yjs.dev/ws"},
{"name": "Kroki", "url": "https://uk-ac-york-cs-epsilon-kroki.h5rwqzvxy5sr4.eu-west-1.cs.amazonlightsail.com"}
]
}
25 changes: 15 additions & 10 deletions playground/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,10 @@
content: url("../images/maximise.png");
}

.mif-liveshare::before {
content: url("../images/liveshare.png");
}

.active-toggle .icon .mif-folder::before {
content: url("../images/open-folder.png");
}
Expand Down Expand Up @@ -226,16 +230,6 @@ body {
display:none;
}

.ace_gutter {
background-color: white !important;
border-right: 1px solid rgb(215,215,215) !important;
z-index: 0;
}

.ace_gutter-active-line {
background-color: white !important;
}

#preloader {
position: fixed;
height: 100%;
Expand Down Expand Up @@ -308,3 +302,14 @@ body {
text-align:center;
color: rgb(205, 53, 44);
}

#liveShareStatus {
background-color1: #63BCE9;
background-color: #62A92F;
color: white;
display: none;
}

#preloader-message {
padding: 10px;
}
3 changes: 3 additions & 0 deletions playground/dist/1065.bundle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions playground/dist/1065.bundle.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
* Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/
1 change: 1 addition & 0 deletions playground/dist/1065.bundle.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a20288c

Please sign in to comment.