Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
thewebartisan7 committed Oct 24, 2022
1 parent 0e49d2f commit 2c73989
Show file tree
Hide file tree
Showing 10 changed files with 183 additions and 54 deletions.
27 changes: 21 additions & 6 deletions docs/demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,26 +77,41 @@ <h5 class="modal-title" id="modalWithComponentsLabel">Changelog</h5>
</div>
<!-- /.modal-header -->
<div class="modal-body">
<h3 id="1.0.0-beta.4-(2022-10-23)" tabindex="-1">
<h2 id="1.0.0-beta.6-(2022-10-24)" tabindex="-1">
<a class="header-anchor" href="#1.0.0-beta.6-(2022-10-24)">#</a>
1.0.0-beta.6 (2022-10-24)
</h2>
<ul>
<li>Fix $slots context</li>
</ul>
<h2 id="1.0.0-beta.5-(2022-10-24)" tabindex="-1">
<a class="header-anchor" href="#1.0.0-beta.5-(2022-10-24)">#</a>
1.0.0-beta.5 (2022-10-24)
</h2>
<ul>
<li>100% coverage test</li>
<li>Fix components with same slot name in the same node</li>
</ul>
<h2 id="1.0.0-beta.4-(2022-10-23)" tabindex="-1">
<a class="header-anchor" href="#1.0.0-beta.4-(2022-10-23)">#</a>
1.0.0-beta.4 (2022-10-23)
</h3>
</h2>
<ul>
<li>Refactor with underscore.js</li>
<li>Optionally set attributes to any nodes not only the first one</li>
<li>Added more docs</li>
</ul>
<h3 id="1.0.0-beta.3-(2022-10-21)" tabindex="-1">
<h2 id="1.0.0-beta.3-(2022-10-21)" tabindex="-1">
<a class="header-anchor" href="#1.0.0-beta.3-(2022-10-21)">#</a>
1.0.0-beta.3 (2022-10-21)
</h3>
</h2>
<ul>
<li>Apply additional plugins to tree</li>
</ul>
<h3 id="1.0.0-beta.2-(2022-10-20)" tabindex="-1">
<h2 id="1.0.0-beta.2-(2022-10-20)" tabindex="-1">
<a class="header-anchor" href="#1.0.0-beta.2-(2022-10-20)">#</a>
1.0.0-beta.2 (2022-10-20)
</h3>
</h2>
<ul>
<li>First beta release</li>
</ul>
Expand Down
27 changes: 21 additions & 6 deletions docs/docs.html
Original file line number Diff line number Diff line change
Expand Up @@ -1447,26 +1447,41 @@ <h5 class="modal-title" id="modalWithComponentsLabel">Changelog</h5>
</div>
<!-- /.modal-header -->
<div class="modal-body">
<h3 id="1.0.0-beta.4-(2022-10-23)" tabindex="-1">
<h2 id="1.0.0-beta.6-(2022-10-24)" tabindex="-1">
<a class="header-anchor" href="#1.0.0-beta.6-(2022-10-24)">#</a>
1.0.0-beta.6 (2022-10-24)
</h2>
<ul>
<li>Fix $slots context</li>
</ul>
<h2 id="1.0.0-beta.5-(2022-10-24)" tabindex="-1">
<a class="header-anchor" href="#1.0.0-beta.5-(2022-10-24)">#</a>
1.0.0-beta.5 (2022-10-24)
</h2>
<ul>
<li>100% coverage test</li>
<li>Fix components with same slot name in the same node</li>
</ul>
<h2 id="1.0.0-beta.4-(2022-10-23)" tabindex="-1">
<a class="header-anchor" href="#1.0.0-beta.4-(2022-10-23)">#</a>
1.0.0-beta.4 (2022-10-23)
</h3>
</h2>
<ul>
<li>Refactor with underscore.js</li>
<li>Optionally set attributes to any nodes not only the first one</li>
<li>Added more docs</li>
</ul>
<h3 id="1.0.0-beta.3-(2022-10-21)" tabindex="-1">
<h2 id="1.0.0-beta.3-(2022-10-21)" tabindex="-1">
<a class="header-anchor" href="#1.0.0-beta.3-(2022-10-21)">#</a>
1.0.0-beta.3 (2022-10-21)
</h3>
</h2>
<ul>
<li>Apply additional plugins to tree</li>
</ul>
<h3 id="1.0.0-beta.2-(2022-10-20)" tabindex="-1">
<h2 id="1.0.0-beta.2-(2022-10-20)" tabindex="-1">
<a class="header-anchor" href="#1.0.0-beta.2-(2022-10-20)">#</a>
1.0.0-beta.2 (2022-10-20)
</h3>
</h2>
<ul>
<li>First beta release</li>
</ul>
Expand Down
29 changes: 22 additions & 7 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ <h1 class="display-1 fw-bold mb-4">Build the web with PostHTML</h1>
</div>
<p class="text-muted">
Currently
<strong>v1.0.0-beta.4</strong>
<strong>v1.0.0-beta.6</strong>
<span class="px-1">·</span>
<a href="#" class="link-secondary" data-bs-toggle="modal" data-bs-target="#modalWithComponents">Changelog</a>
</p>
Expand Down Expand Up @@ -93,26 +93,41 @@ <h5 class="modal-title" id="modalWithComponentsLabel">Changelog</h5>
</div>
<!-- /.modal-header -->
<div class="modal-body">
<h3 id="1.0.0-beta.4-(2022-10-23)" tabindex="-1">
<h2 id="1.0.0-beta.6-(2022-10-24)" tabindex="-1">
<a class="header-anchor" href="#1.0.0-beta.6-(2022-10-24)">#</a>
1.0.0-beta.6 (2022-10-24)
</h2>
<ul>
<li>Fix $slots context</li>
</ul>
<h2 id="1.0.0-beta.5-(2022-10-24)" tabindex="-1">
<a class="header-anchor" href="#1.0.0-beta.5-(2022-10-24)">#</a>
1.0.0-beta.5 (2022-10-24)
</h2>
<ul>
<li>100% coverage test</li>
<li>Fix components with same slot name in the same node</li>
</ul>
<h2 id="1.0.0-beta.4-(2022-10-23)" tabindex="-1">
<a class="header-anchor" href="#1.0.0-beta.4-(2022-10-23)">#</a>
1.0.0-beta.4 (2022-10-23)
</h3>
</h2>
<ul>
<li>Refactor with underscore.js</li>
<li>Optionally set attributes to any nodes not only the first one</li>
<li>Added more docs</li>
</ul>
<h3 id="1.0.0-beta.3-(2022-10-21)" tabindex="-1">
<h2 id="1.0.0-beta.3-(2022-10-21)" tabindex="-1">
<a class="header-anchor" href="#1.0.0-beta.3-(2022-10-21)">#</a>
1.0.0-beta.3 (2022-10-21)
</h3>
</h2>
<ul>
<li>Apply additional plugins to tree</li>
</ul>
<h3 id="1.0.0-beta.2-(2022-10-20)" tabindex="-1">
<h2 id="1.0.0-beta.2-(2022-10-20)" tabindex="-1">
<a class="header-anchor" href="#1.0.0-beta.2-(2022-10-20)">#</a>
1.0.0-beta.2 (2022-10-20)
</h3>
</h2>
<ul>
<li>First beta release</li>
</ul>
Expand Down
27 changes: 21 additions & 6 deletions docs/test.html
Original file line number Diff line number Diff line change
Expand Up @@ -221,26 +221,41 @@ <h5 class="modal-title" id="modalWithComponentsLabel">Changelog</h5>
</div>
<!-- /.modal-header -->
<div class="modal-body">
<h3 id="1.0.0-beta.4-(2022-10-23)" tabindex="-1">
<h2 id="1.0.0-beta.6-(2022-10-24)" tabindex="-1">
<a class="header-anchor" href="#1.0.0-beta.6-(2022-10-24)">#</a>
1.0.0-beta.6 (2022-10-24)
</h2>
<ul>
<li>Fix $slots context</li>
</ul>
<h2 id="1.0.0-beta.5-(2022-10-24)" tabindex="-1">
<a class="header-anchor" href="#1.0.0-beta.5-(2022-10-24)">#</a>
1.0.0-beta.5 (2022-10-24)
</h2>
<ul>
<li>100% coverage test</li>
<li>Fix components with same slot name in the same node</li>
</ul>
<h2 id="1.0.0-beta.4-(2022-10-23)" tabindex="-1">
<a class="header-anchor" href="#1.0.0-beta.4-(2022-10-23)">#</a>
1.0.0-beta.4 (2022-10-23)
</h3>
</h2>
<ul>
<li>Refactor with underscore.js</li>
<li>Optionally set attributes to any nodes not only the first one</li>
<li>Added more docs</li>
</ul>
<h3 id="1.0.0-beta.3-(2022-10-21)" tabindex="-1">
<h2 id="1.0.0-beta.3-(2022-10-21)" tabindex="-1">
<a class="header-anchor" href="#1.0.0-beta.3-(2022-10-21)">#</a>
1.0.0-beta.3 (2022-10-21)
</h3>
</h2>
<ul>
<li>Apply additional plugins to tree</li>
</ul>
<h3 id="1.0.0-beta.2-(2022-10-20)" tabindex="-1">
<h2 id="1.0.0-beta.2-(2022-10-20)" tabindex="-1">
<a class="header-anchor" href="#1.0.0-beta.2-(2022-10-20)">#</a>
1.0.0-beta.2 (2022-10-20)
</h3>
</h2>
<ul>
<li>First beta release</li>
</ul>
Expand Down
27 changes: 21 additions & 6 deletions examples/dist/demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,26 +77,41 @@ <h5 class="modal-title" id="modalWithComponentsLabel">Changelog</h5>
</div>
<!-- /.modal-header -->
<div class="modal-body">
<h3 id="1.0.0-beta.4-(2022-10-23)" tabindex="-1">
<h2 id="1.0.0-beta.6-(2022-10-24)" tabindex="-1">
<a class="header-anchor" href="#1.0.0-beta.6-(2022-10-24)">#</a>
1.0.0-beta.6 (2022-10-24)
</h2>
<ul>
<li>Fix $slots context</li>
</ul>
<h2 id="1.0.0-beta.5-(2022-10-24)" tabindex="-1">
<a class="header-anchor" href="#1.0.0-beta.5-(2022-10-24)">#</a>
1.0.0-beta.5 (2022-10-24)
</h2>
<ul>
<li>100% coverage test</li>
<li>Fix components with same slot name in the same node</li>
</ul>
<h2 id="1.0.0-beta.4-(2022-10-23)" tabindex="-1">
<a class="header-anchor" href="#1.0.0-beta.4-(2022-10-23)">#</a>
1.0.0-beta.4 (2022-10-23)
</h3>
</h2>
<ul>
<li>Refactor with underscore.js</li>
<li>Optionally set attributes to any nodes not only the first one</li>
<li>Added more docs</li>
</ul>
<h3 id="1.0.0-beta.3-(2022-10-21)" tabindex="-1">
<h2 id="1.0.0-beta.3-(2022-10-21)" tabindex="-1">
<a class="header-anchor" href="#1.0.0-beta.3-(2022-10-21)">#</a>
1.0.0-beta.3 (2022-10-21)
</h3>
</h2>
<ul>
<li>Apply additional plugins to tree</li>
</ul>
<h3 id="1.0.0-beta.2-(2022-10-20)" tabindex="-1">
<h2 id="1.0.0-beta.2-(2022-10-20)" tabindex="-1">
<a class="header-anchor" href="#1.0.0-beta.2-(2022-10-20)">#</a>
1.0.0-beta.2 (2022-10-20)
</h3>
</h2>
<ul>
<li>First beta release</li>
</ul>
Expand Down
27 changes: 21 additions & 6 deletions examples/dist/docs.html
Original file line number Diff line number Diff line change
Expand Up @@ -1447,26 +1447,41 @@ <h5 class="modal-title" id="modalWithComponentsLabel">Changelog</h5>
</div>
<!-- /.modal-header -->
<div class="modal-body">
<h3 id="1.0.0-beta.4-(2022-10-23)" tabindex="-1">
<h2 id="1.0.0-beta.6-(2022-10-24)" tabindex="-1">
<a class="header-anchor" href="#1.0.0-beta.6-(2022-10-24)">#</a>
1.0.0-beta.6 (2022-10-24)
</h2>
<ul>
<li>Fix $slots context</li>
</ul>
<h2 id="1.0.0-beta.5-(2022-10-24)" tabindex="-1">
<a class="header-anchor" href="#1.0.0-beta.5-(2022-10-24)">#</a>
1.0.0-beta.5 (2022-10-24)
</h2>
<ul>
<li>100% coverage test</li>
<li>Fix components with same slot name in the same node</li>
</ul>
<h2 id="1.0.0-beta.4-(2022-10-23)" tabindex="-1">
<a class="header-anchor" href="#1.0.0-beta.4-(2022-10-23)">#</a>
1.0.0-beta.4 (2022-10-23)
</h3>
</h2>
<ul>
<li>Refactor with underscore.js</li>
<li>Optionally set attributes to any nodes not only the first one</li>
<li>Added more docs</li>
</ul>
<h3 id="1.0.0-beta.3-(2022-10-21)" tabindex="-1">
<h2 id="1.0.0-beta.3-(2022-10-21)" tabindex="-1">
<a class="header-anchor" href="#1.0.0-beta.3-(2022-10-21)">#</a>
1.0.0-beta.3 (2022-10-21)
</h3>
</h2>
<ul>
<li>Apply additional plugins to tree</li>
</ul>
<h3 id="1.0.0-beta.2-(2022-10-20)" tabindex="-1">
<h2 id="1.0.0-beta.2-(2022-10-20)" tabindex="-1">
<a class="header-anchor" href="#1.0.0-beta.2-(2022-10-20)">#</a>
1.0.0-beta.2 (2022-10-20)
</h3>
</h2>
<ul>
<li>First beta release</li>
</ul>
Expand Down
29 changes: 22 additions & 7 deletions examples/dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ <h1 class="display-1 fw-bold mb-4">Build the web with PostHTML</h1>
</div>
<p class="text-muted">
Currently
<strong>v1.0.0-beta.4</strong>
<strong>v1.0.0-beta.6</strong>
<span class="px-1">·</span>
<a href="#" class="link-secondary" data-bs-toggle="modal" data-bs-target="#modalWithComponents">Changelog</a>
</p>
Expand Down Expand Up @@ -93,26 +93,41 @@ <h5 class="modal-title" id="modalWithComponentsLabel">Changelog</h5>
</div>
<!-- /.modal-header -->
<div class="modal-body">
<h3 id="1.0.0-beta.4-(2022-10-23)" tabindex="-1">
<h2 id="1.0.0-beta.6-(2022-10-24)" tabindex="-1">
<a class="header-anchor" href="#1.0.0-beta.6-(2022-10-24)">#</a>
1.0.0-beta.6 (2022-10-24)
</h2>
<ul>
<li>Fix $slots context</li>
</ul>
<h2 id="1.0.0-beta.5-(2022-10-24)" tabindex="-1">
<a class="header-anchor" href="#1.0.0-beta.5-(2022-10-24)">#</a>
1.0.0-beta.5 (2022-10-24)
</h2>
<ul>
<li>100% coverage test</li>
<li>Fix components with same slot name in the same node</li>
</ul>
<h2 id="1.0.0-beta.4-(2022-10-23)" tabindex="-1">
<a class="header-anchor" href="#1.0.0-beta.4-(2022-10-23)">#</a>
1.0.0-beta.4 (2022-10-23)
</h3>
</h2>
<ul>
<li>Refactor with underscore.js</li>
<li>Optionally set attributes to any nodes not only the first one</li>
<li>Added more docs</li>
</ul>
<h3 id="1.0.0-beta.3-(2022-10-21)" tabindex="-1">
<h2 id="1.0.0-beta.3-(2022-10-21)" tabindex="-1">
<a class="header-anchor" href="#1.0.0-beta.3-(2022-10-21)">#</a>
1.0.0-beta.3 (2022-10-21)
</h3>
</h2>
<ul>
<li>Apply additional plugins to tree</li>
</ul>
<h3 id="1.0.0-beta.2-(2022-10-20)" tabindex="-1">
<h2 id="1.0.0-beta.2-(2022-10-20)" tabindex="-1">
<a class="header-anchor" href="#1.0.0-beta.2-(2022-10-20)">#</a>
1.0.0-beta.2 (2022-10-20)
</h3>
</h2>
<ul>
<li>First beta release</li>
</ul>
Expand Down
Loading

0 comments on commit 2c73989

Please sign in to comment.