Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nitipit committed Jan 3, 2024
1 parent b66a897 commit a6140cc
Show file tree
Hide file tree
Showing 58 changed files with 17,416 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/_include/google-tag.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-HNHSQQQLL2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-HNHSQQQLL2');
</script>
4 changes: 4 additions & 0 deletions docs/_ux/designToken.js

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

7 changes: 7 additions & 0 deletions docs/_ux/designToken.js.map

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

377 changes: 377 additions & 0 deletions docs/_ux/style.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions docs/_ux/style.js.map

Large diffs are not rendered by default.

458 changes: 458 additions & 0 deletions docs/_ux/ui/blockquote.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions docs/_ux/ui/blockquote.js.map

Large diffs are not rendered by default.

483 changes: 483 additions & 0 deletions docs/_ux/ui/button.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions docs/_ux/ui/button.js.map

Large diffs are not rendered by default.

1,029 changes: 1,029 additions & 0 deletions docs/_ux/ui/code-block.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions docs/_ux/ui/code-block.js.map

Large diffs are not rendered by default.

546 changes: 546 additions & 0 deletions docs/_ux/ui/menu.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions docs/_ux/ui/menu.js.map

Large diffs are not rendered by default.

118 changes: 118 additions & 0 deletions docs/_ux/ui/sidebar.js

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

7 changes: 7 additions & 0 deletions docs/_ux/ui/sidebar.js.map

Large diffs are not rendered by default.

Binary file added docs/asset/font/FiraCode-Variable.ttf
Binary file not shown.
Binary file added docs/asset/font/FiraSans-Regular.ttf
Binary file not shown.
5 changes: 5 additions & 0 deletions docs/asset/icon/icomoon/SVG/discord.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions docs/asset/icon/icomoon/SVG/github.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions docs/asset/icon/icomoon/SVG/open-book.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 36 additions & 0 deletions docs/asset/icon/icomoon/demo-external-svg.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
<!doctype html>
<html>
<head>
<title>IcoMoon - SVG Icons</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="demo-files/demo.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="bgc1 clearfix">
<div class="mhl">
<p>SVG Icons - Generated by <a href="https://icomoon.io/app">IcoMoon</a></p><p><strong>Notice</strong>: This demo (along with "symbol-defs.svg" and "svgxuse.js" files) should be <b>hosted on a web server</b> to work properly.</p>
</div>
</header>
<div class="clearfix mhl ptl">
<h1 class="mvm mtn fgc1">Grid Size: 0</h1>
<div class="glyph fs1">
<div class="clearfix pbs">
<svg class="icon open-book"><use xlink:href="symbol-defs.svg#open-book"></use></svg><span class="name"> open-book</span>
</div>
</div>
<div class="glyph fs1">
<div class="clearfix pbs">
<svg class="icon discord"><use xlink:href="symbol-defs.svg#discord"></use></svg><span class="name"> discord</span>
</div>
</div>
<div class="glyph fs1">
<div class="clearfix pbs">
<svg class="icon github"><use xlink:href="symbol-defs.svg#github"></use></svg><span class="name"> github</span>
</div>
</div>
</div>
<script defer src="svgxuse.js"></script>
</body>
</html>
58 changes: 58 additions & 0 deletions docs/asset/icon/icomoon/demo.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
<!doctype html>
<html>
<head>
<title>IcoMoon - SVG Icons</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="demo-files/demo.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<svg aria-hidden="true" style="position: absolute; width: 0; height: 0; overflow: hidden;" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<symbol id="open-book" viewBox="0 0 32 32">
<path d="M6 2c-3.289 0-6 2.711-6 6v14c0 3.289 2.711 6 6 6h6c1.125 0 2 0.875 2 2 0 1.102 0.898 2 2 2s2-0.898 2-2c0-3.289-2.711-6-6-6h-6c-1.125 0-2-0.875-2-2v-14c0-1.125 0.875-2 2-2h6c1.125 0 2 0.875 2 2 0 1.102 0.898 2 2 2s2-0.898 2-2c0-3.289-2.711-6-6-6z"></path>
<path d="M14 8v20h4v-20z"></path>
<path d="M20 2c-3.289 0-6 2.711-6 6 0 1.102 0.898 2 2 2s2-0.898 2-2c0-1.125 0.875-2 2-2h6c1.125 0 2 0.875 2 2v14c0 1.125-0.875 2-2 2h-6c-3.289 0-6 2.711-6 6 0 1.102 0.898 2 2 2s2-0.898 2-2c0-1.125 0.875-2 2-2h6c3.289 0 6-2.711 6-6v-14c0-3.289-2.711-6-6-6z"></path>
<path d="M6 8h6v2h-6z"></path>
<path d="M6 12h6v2h-6z"></path>
<path d="M6 16h6v2h-6z"></path>
<path d="M20 8h6v2h-6z"></path>
<path d="M20 12h6v2h-6z"></path>
<path d="M20 16h4v2h-4z"></path>
</symbol>
<symbol id="discord" viewBox="0 0 32 32">
<path fill="#7289da" style="fill: var(--color1, #7289da)" d="M26.963 0c1.875 0 3.387 1.516 3.476 3.3v28.7l-3.569-3.031-1.96-1.784-2.139-1.864 0.893 2.94h-18.717c-1.869 0-3.387-1.42-3.387-3.301v-21.653c0-1.784 1.52-3.303 3.393-3.303h22zM18.805 7.577h-0.040l-0.269 0.267c2.764 0.8 4.101 2.049 4.101 2.049-1.781-0.891-3.387-1.336-4.992-1.516-1.16-0.18-2.32-0.085-3.3 0h-0.267c-0.627 0-1.96 0.267-3.747 0.98-0.623 0.271-0.98 0.448-0.98 0.448s1.336-1.336 4.28-2.049l-0.18-0.18c0 0-2.229-0.085-4.636 1.693 0 0-2.407 4.192-2.407 9.36 0 0 1.333 2.32 4.991 2.408 0 0 0.533-0.711 1.073-1.336-2.053-0.624-2.853-1.872-2.853-1.872s0.179 0.088 0.447 0.267h0.080c0.040 0 0.059 0.020 0.080 0.040v0.008c0.021 0.021 0.040 0.040 0.080 0.040 0.44 0.181 0.88 0.36 1.24 0.533 0.621 0.269 1.42 0.537 2.4 0.715 1.24 0.18 2.661 0.267 4.28 0 0.8-0.18 1.6-0.356 2.4-0.713 0.52-0.267 1.16-0.533 1.863-0.983 0 0-0.8 1.248-2.94 1.872 0.44 0.621 1.060 1.333 1.060 1.333 3.659-0.080 5.080-2.4 5.16-2.301 0-5.16-2.42-9.36-2.42-9.36-2.18-1.619-4.22-1.68-4.58-1.68zM19.029 13.461c0.937 0 1.693 0.8 1.693 1.78 0 0.987-0.76 1.787-1.693 1.787s-1.693-0.8-1.693-1.779c0.003-0.987 0.764-1.784 1.693-1.788zM12.972 13.461c0.933 0 1.688 0.8 1.688 1.78 0 0.987-0.76 1.787-1.693 1.787s-1.693-0.8-1.693-1.779c0-0.987 0.76-1.784 1.699-1.788z"></path>
</symbol>
<symbol id="github" viewBox="0 0 32 32">
<path d="M16 0.396c-8.84 0-16 7.164-16 16 0 7.071 4.584 13.067 10.94 15.18 0.8 0.151 1.093-0.344 1.093-0.769 0-0.38-0.013-1.387-0.020-2.72-4.451 0.965-5.389-2.147-5.389-2.147-0.728-1.847-1.78-2.34-1.78-2.34-1.449-0.992 0.112-0.972 0.112-0.972 1.607 0.112 2.451 1.648 2.451 1.648 1.427 2.447 3.745 1.74 4.66 1.331 0.144-1.035 0.556-1.74 1.013-2.14-3.553-0.4-7.288-1.776-7.288-7.907 0-1.747 0.62-3.173 1.647-4.293-0.18-0.404-0.72-2.031 0.14-4.235 0 0 1.34-0.429 4.4 1.64 1.28-0.356 2.64-0.532 4-0.54 1.36 0.008 2.72 0.184 4 0.54 3.040-2.069 4.38-1.64 4.38-1.64 0.86 2.204 0.32 3.831 0.16 4.235 1.020 1.12 1.64 2.547 1.64 4.293 0 6.147-3.74 7.5-7.3 7.893 0.56 0.48 1.080 1.461 1.080 2.96 0 2.141-0.020 3.861-0.020 4.381 0 0.42 0.28 0.92 1.1 0.76 6.401-2.099 10.981-8.099 10.981-15.159 0-8.836-7.164-16-16-16z"></path>
</symbol>
</defs>
</svg>

<header class="bgc1 clearfix">
<div class="mhl">
<p>SVG Icons - Generated by <a href="https://icomoon.io/app">IcoMoon</a></p>
</div>
</header>
<div class="clearfix mhl ptl">
<h1 class="mvm mtn fgc1">Grid Size: 0</h1>
<div class="glyph fs1">
<div class="clearfix pbs">
<svg class="icon open-book"><use xlink:href="#open-book"></use></svg><span class="name"> open-book</span>
</div>
</div>
<div class="glyph fs1">
<div class="clearfix pbs">
<svg class="icon discord"><use xlink:href="#discord"></use></svg><span class="name"> discord</span>
</div>
</div>
<div class="glyph fs1">
<div class="clearfix pbs">
<svg class="icon github"><use xlink:href="#github"></use></svg><span class="name"> github</span>
</div>
</div>
</div>
<script defer src="svgxuse.js"></script>
</body>
</html>
Loading

0 comments on commit a6140cc

Please sign in to comment.