Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tmbb committed Dec 13, 2024
1 parent ace6c90 commit 193fc15
Show file tree
Hide file tree
Showing 13 changed files with 12,141 additions and 10,225 deletions.
3 changes: 0 additions & 3 deletions .gitignore

This file was deleted.

Empty file removed .nojekyll
Empty file.
3,440 changes: 1,722 additions & 1,718 deletions c.html

Large diffs are not rendered by default.

250 changes: 127 additions & 123 deletions diff.html

Large diffs are not rendered by default.

540 changes: 272 additions & 268 deletions eex.html

Large diffs are not rendered by default.

9,954 changes: 4,979 additions & 4,975 deletions elixir.html

Large diffs are not rendered by default.

4,252 changes: 2,128 additions & 2,124 deletions erlang.html

Large diffs are not rendered by default.

598 changes: 301 additions & 297 deletions heex.html

Large diffs are not rendered by default.

772 changes: 388 additions & 384 deletions html.html

Large diffs are not rendered by default.

27 changes: 20 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Makeup Demo</title>

<!--Bootstrap 5-->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-0evHe/X+R7YkIZDRvuzKMRqM+OrBnVFBL6DOitfPri4tjfHxaWutUpFmBp4vmVor" crossorigin="anonymous">

<link rel="stylesheet" href="static/css/guzzle.css" type="text/css" />
<link rel="stylesheet" href="static/css/makeup.css" type="text/css" />
</head>
Expand All @@ -28,7 +28,7 @@
</a>
<button class="menu-btn" area-label="Menu">
<img class="menu-icon" src="static/img/menu-line.svg">
</button>
</button>
</div>

<div id="left-column" class="left-column">
Expand Down Expand Up @@ -59,6 +59,8 @@ <h2>Languages</h2>

<li class="toctree-l1"><a class="reference internal" href="json.html">JSON</a></li>

<li class="toctree-l1"><a class="reference internal" href="rust.html">Rust</a></li>

</ul>
</div>
</div>
Expand All @@ -67,7 +69,7 @@ <h2>Languages</h2>
</div>

<div id="right-column">

<div class="document clearer body">

<div class="section">
Expand Down Expand Up @@ -153,6 +155,15 @@ <h1 id="#makeup-demo" >
<a class="mt-2 p-1 languages-name" href="json.html">JSON</a>
</li>

<li class="languages-slug d-flex flex-column align-items-center p-4">
<a href="rust.html">
<div class="language-bg">
<img src="static/img/rust.png" width="60%">
</div>
</a>
<a class="mt-2 p-1 languages-name" href="rust.html">Rust</a>
</li>

</ul>

<h2 id="makeup-documentation">
Expand All @@ -173,18 +184,20 @@ <h2 id="makeup-documentation">


</div>

<div class="clearer"></div>

</div>

<div class="clearfix"></div>
</div>

<script src="static/js/matching_groups_highlighter.js"></script>

<script type="text/javascript">
document.querySelector(".menu-btn").addEventListener("click", () => {
document.querySelector(".menu-btn").addEventListener("click", () => {
document.querySelector(".left-column").classList.toggle("left-column--active");
});
</script>
</body>
</html>
</html>
656 changes: 330 additions & 326 deletions json.html

Large diffs are not rendered by default.

1,874 changes: 1,874 additions & 0 deletions rust.html

Large diffs are not rendered by default.

Binary file added static/img/rust.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 193fc15

Please sign in to comment.