Skip to content

Commit

Permalink
deploy: d700ecb
Browse files Browse the repository at this point in the history
  • Loading branch information
marcantondahmen committed Jul 31, 2023
1 parent 9eac86a commit d5c7b2c
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 5 deletions.
3 changes: 3 additions & 0 deletions demo.css
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,9 @@ summary:hover {
summary::-webkit-details-marker {
display: none;
}
footer {
margin-top: 4rem;
}

.emgithub-file .code-area td.hljs-ln-line {
font-family: 'JetBrains Mono Variable' !important;
Expand Down
36 changes: 31 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
property="og:image"
content="https://raw.githubusercontent.com/marcantondahmen/sortable-tree/master/assets/readme.png"
/>
<link rel="stylesheet" href="demo.css?t=1690819254830" />
<link rel="stylesheet" href="demo.css?t=1690820148518" />
<script src="https://cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/highlight.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/highlightjs-line-numbers.min.js"></script>
<script defer src="demo.js?t=1690819254830"></script>
<link href="sortable-tree.css?6cd3fdb2b7f0caa7d2f9" rel="stylesheet"><script src="sortable-tree.js?6cd3fdb2b7f0caa7d2f9"></script></head>
<script defer src="demo.js?t=1690820148518"></script>
<link href="sortable-tree.css?e26b0c4c9bf29185885d" rel="stylesheet"><script src="sortable-tree.js?e26b0c4c9bf29185885d"></script></head>
<body>
<nav>
<span>
Expand Down Expand Up @@ -108,6 +108,12 @@ <h2>Getting Started</h2>
<i>CDN</i>.
</p>
<script src="https://marcantondahmen.github.io/emgithub/embed-v2.js?target=https%3A%2F%2Fgithub.com%2Fmarcantondahmen%2Fsortable-tree%2Fblob%2Fmaster%2FREADME.md%3Fplain%3D1%23L48-L48&style=dark&type=code&showCopy=on"></script>
<p>
You can find a detailed description of all available
configuration options in the official Readme on GitHub.
Alternatively continue reading here and check out some
example code below.
</p>
<p>
<a
href="https://github.com/marcantondahmen/sortable-tree#getting-started"
Expand Down Expand Up @@ -246,10 +252,30 @@ <h2>No Theme</h2>
<h2>Custom Theme</h2>
<p>
The theme that is used here on this example page can be
found in the repository and serves as a good boiler plate
for custom themes.
found on
<a
href="https://github.com/marcantondahmen/sortable-tree/blob/master/demo/tree.less"
target="_blank"
>GitHub</a
>
and serves as a good boiler plate for custom themes.
</p>
<script src="https://marcantondahmen.github.io/emgithub/embed-v2.js?target=https%3A%2F%2Fgithub.com%2Fmarcantondahmen%2Fsortable-tree%2Fblob%2Fmaster%2Fdemo%2Ftree.less%3Fts%3D2&style=dark&type=code&showLineNumbers=on&showFullPath=on&showCopy=on"></script>
<footer>
<p>
<a
href="https://github.com/marcantondahmen/sortable-tree"
target="_blank"
>GitHub ⟶</a
>
<br />
<a
href="https://www.npmjs.com/package/sortable-tree"
target="_blank"
>NPM ⟶</a
>
</p>
</footer>
</main>
</div>
</body>
Expand Down

0 comments on commit d5c7b2c

Please sign in to comment.