Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nitipit committed Jan 8, 2024
1 parent d76017b commit 7af0940
Show file tree
Hide file tree
Showing 13 changed files with 34,719 additions and 18 deletions.
3 changes: 2 additions & 1 deletion docs/base.js

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

4 changes: 2 additions & 2 deletions docs/base.js.map

Large diffs are not rendered by default.

9 changes: 3 additions & 6 deletions docs/guide/base.js

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

6 changes: 3 additions & 3 deletions docs/guide/base.js.map

Large diffs are not rendered by default.

74 changes: 74 additions & 0 deletions docs/guide/examples/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
<!DOCTYPE html>


<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Adapter : Adaptive Style Web Component Framework</title>
<link rel="stylesheet" href="../../base.css?v=16">
<script defer type="module" src="../../base.js?v=16"></script>



<script type="module" src="../../guide/base.js?v=16"></script>

<script defer type="module" src="index.js?v=16"></script>


<!-- 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>
</head>
<body style="visibility: hidden;">



<el-sidebar>
<el-menu>
<details>
<summary>
<a href="../../guide/intro/"><h2>Intro</h2></a>
</summary>
</details>
</details>
<details open class="open">
<summary>
<a href="../../guide/setup/"><h2>Setup</h2></a>
<div class="toggle"></div>
</summary>
<div class="container">
<div><a href="../../guide/setup/#cdn">CDN</a></div>
<div><a href="../../guide/setup/#npm">NPM</a></div>
</div>
</details>
<details>
<summary>
<a href="../../guide/usage/"><h2>Usage</h2></a>
</summary>
</details>
<details>
<summary>
<a href="../../guide/mixin/"><h2>Mixin</h2></a>
</summary>
</details>
<details>
<summary>
<a href="../../guide/style-filtering/"><h2>Style Filtering</h2></a>
</summary>
</details>
</el-menu>
<el-button el="toggle"><span>»</span></el-button>
</el-sidebar>

<el-container>
</el-container>

</body>
</html>
Loading

0 comments on commit 7af0940

Please sign in to comment.