Skip to content

Commit

Permalink
Bundles DEMO application in /docs, in order to be served by GitHub pa…
Browse files Browse the repository at this point in the history
…ges. Updates budgets in order to match Molstar requirements
  • Loading branch information
damiclem committed Dec 3, 2023
1 parent a361b87 commit f7104a0
Show file tree
Hide file tree
Showing 9 changed files with 6,098 additions and 2 deletions.
4 changes: 2 additions & 2 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@
"budgets": [
{
"type": "initial",
"maximumWarning": "500kb",
"maximumError": "1mb"
"maximumWarning": "1mb",
"maximumError": "5mb"
},
{
"type": "anyComponentStyle",
Expand Down
372 changes: 372 additions & 0 deletions docs/3rdpartylicenses.txt

Large diffs are not rendered by default.

Binary file added docs/browser/assets/ngx-structure-viewer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
155 changes: 155 additions & 0 deletions docs/browser/assets/ngx-structure-viewer.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/browser/favicon.ico
Binary file not shown.
13 changes: 13 additions & 0 deletions docs/browser/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!doctype html>
<html lang="en" data-critters-container>
<head>
<meta charset="utf-8">
<title>DemoShowcase</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet" href="styles-5INURTSO.css"></head>
<body>
<app-root></app-root>
<script src="polyfills-LZBJRJJE.js" type="module"></script><script src="main-I5LT33BF.js" type="module"></script></body>
</html>
5,554 changes: 5,554 additions & 0 deletions docs/browser/main-I5LT33BF.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions docs/browser/polyfills-LZBJRJJE.js

Large diffs are not rendered by default.

Empty file.

0 comments on commit f7104a0

Please sign in to comment.