Skip to content

Commit

Permalink
Rebuild docs
Browse files Browse the repository at this point in the history
  • Loading branch information
thewebartisan7 committed Nov 6, 2022
1 parent f967aa3 commit 240e2d2
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 5 deletions.
4 changes: 0 additions & 4 deletions docs-src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ const md = './docs-src/md';
const options = {};

readdirSync(src).forEach(file => {
if (file !== 'test.html') {
return;
}

const html = readFileSync(path.resolve(`${src}${file}`), 'utf-8');

posthtml([
Expand Down
15 changes: 15 additions & 0 deletions docs/demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,21 @@ <h5 class="modal-title" id="modalWithComponentsLabel">Changelog</h5>
</div>
<!-- /.modal-header -->
<div class="modal-body">
<h2 id="1.0.0-beta.16-(2022-11-06)" tabindex="-1">
<a class="header-anchor" href="#1.0.0-beta.16-(2022-11-06)">#</a>
1.0.0-beta.16 (2022-11-06)
</h2>
<ul>
<li>Fix aware props propagation</li>
<li>
Add utility
<code>isEnabled</code>
to check if a prop is either
<code>&lt;div myprop&gt;</code>
or
<code>&lt;div myprop=&quot;true&quot;&gt;</code>
</li>
</ul>
<h2 id="1.0.0-beta.15-(2022-11-04)" tabindex="-1">
<a class="header-anchor" href="#1.0.0-beta.15-(2022-11-04)">#</a>
1.0.0-beta.15 (2022-11-04)
Expand Down
15 changes: 15 additions & 0 deletions docs/docs.html
Original file line number Diff line number Diff line change
Expand Up @@ -1488,6 +1488,21 @@ <h5 class="modal-title" id="modalWithComponentsLabel">Changelog</h5>
</div>
<!-- /.modal-header -->
<div class="modal-body">
<h2 id="1.0.0-beta.16-(2022-11-06)" tabindex="-1">
<a class="header-anchor" href="#1.0.0-beta.16-(2022-11-06)">#</a>
1.0.0-beta.16 (2022-11-06)
</h2>
<ul>
<li>Fix aware props propagation</li>
<li>
Add utility
<code>isEnabled</code>
to check if a prop is either
<code>&lt;div myprop&gt;</code>
or
<code>&lt;div myprop=&quot;true&quot;&gt;</code>
</li>
</ul>
<h2 id="1.0.0-beta.15-(2022-11-04)" tabindex="-1">
<a class="header-anchor" href="#1.0.0-beta.15-(2022-11-04)">#</a>
1.0.0-beta.15 (2022-11-04)
Expand Down
17 changes: 16 additions & 1 deletion 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.15</strong>
<strong>v1.0.0-beta.16</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,6 +93,21 @@ <h5 class="modal-title" id="modalWithComponentsLabel">Changelog</h5>
</div>
<!-- /.modal-header -->
<div class="modal-body">
<h2 id="1.0.0-beta.16-(2022-11-06)" tabindex="-1">
<a class="header-anchor" href="#1.0.0-beta.16-(2022-11-06)">#</a>
1.0.0-beta.16 (2022-11-06)
</h2>
<ul>
<li>Fix aware props propagation</li>
<li>
Add utility
<code>isEnabled</code>
to check if a prop is either
<code>&lt;div myprop&gt;</code>
or
<code>&lt;div myprop=&quot;true&quot;&gt;</code>
</li>
</ul>
<h2 id="1.0.0-beta.15-(2022-11-04)" tabindex="-1">
<a class="header-anchor" href="#1.0.0-beta.15-(2022-11-04)">#</a>
1.0.0-beta.15 (2022-11-04)
Expand Down

0 comments on commit 240e2d2

Please sign in to comment.