Skip to content

Commit 9650f46

Browse files
Update docs
1 parent 20dad72 commit 9650f46

File tree

5 files changed

+13
-10
lines changed

5 files changed

+13
-10
lines changed

examples/dist/docs.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@
100100
</li>
101101
</ul>
102102
<div class="col-md-3 text-end d-none d-md-block">
103+
<a class="btn btn-light bg-white doc-shadow border-white" href="https://www.npmjs.com/package/posthtml-component" target="_blank">NPM</a>
103104
<a class="btn btn-light bg-white doc-shadow border-white" href="https://github.com/thewebartisan7/posthtml-components" target="_blank">GitHub</a>
104105
</div>
105106
</div>
@@ -1277,8 +1278,8 @@ <h5 class="modal-title" id="modalWithComponentsLabel">Changelog</h5>
12771278
All notable changes to this project will be documented in this file.
12781279
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
12791280
</p>
1280-
<h5>[0.0.1] - 2022.10.xx</h5>
1281-
<p>Not yet released.</p>
1281+
<h5>[1.0.0-beta.2] - 2022.10.20</h5>
1282+
<p>Initial release.</p>
12821283
</div>
12831284
<!-- /.modal-body -->
12841285
<div class="modal-footer">

examples/dist/index.html

+5-4
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
</li>
3838
</ul>
3939
<div class="col-md-3 text-end d-none d-md-block">
40+
<a class="btn btn-light bg-white doc-shadow border-white" href="https://www.npmjs.com/package/posthtml-component" target="_blank">NPM</a>
4041
<a class="btn btn-light bg-white doc-shadow border-white" href="https://github.com/thewebartisan7/posthtml-components" target="_blank">GitHub</a>
4142
</div>
4243
</div>
@@ -54,11 +55,11 @@ <h1 class="display-1 fw-bold mb-4">Build the web with PostHTML</h1>
5455
</p>
5556
<div class="text-center mb-4">
5657
<a class="btn btn-light bg-white doc-shadow border-white btn-lg me-3" href="docs.html" target="_blank">Read the docs</a>
57-
<a class="btn btn-light bg-white doc-shadow border-white btn-lg" href="https://github.com/thewebartisan7/posthtml-components" target="_blank">Download</a>
58+
<a class="btn btn-light bg-white doc-shadow border-white btn-lg" href="https://www.npmjs.com/package/posthtml-component" target="_blank">Download</a>
5859
</div>
5960
<p class="text-muted">
6061
Currently
61-
<strong>v0.0.1</strong>
62+
<strong>v1.0.0-beta.2</strong>
6263
<span class="px-1">·</span>
6364
<a href="#" class="link-secondary" data-bs-toggle="modal" data-bs-target="#modalWithComponents">Changelog</a>
6465
</p>
@@ -96,8 +97,8 @@ <h5 class="modal-title" id="modalWithComponentsLabel">Changelog</h5>
9697
All notable changes to this project will be documented in this file.
9798
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
9899
</p>
99-
<h5>[0.0.1] - 2022.10.xx</h5>
100-
<p>Not yet released.</p>
100+
<h5>[1.0.0-beta.2] - 2022.10.20</h5>
101+
<p>Initial release.</p>
101102
</div>
102103
<!-- /.modal-body -->
103104
<div class="modal-footer">

examples/src/layouts/header.html

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<yield></yield>
1111

1212
<div class="col-md-3 text-end d-none d-md-block">
13+
<x-btn-link href="https://www.npmjs.com/package/posthtml-component" target="_blank">NPM</x-btn-link>
1314
<x-btn-link href="https://github.com/thewebartisan7/posthtml-components" target="_blank">GitHub</x-btn-link>
1415
</div>
1516
</div>

examples/src/layouts/page.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ <h5 class="modal-title" id="modalWithComponentsLabel">Changelog</h5>
7070
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
7171
</p>
7272

73-
<h5>[0.0.1] - 2022.10.xx</h5>
74-
<p>Not yet released.</p>
73+
<h5>[1.0.0-beta.2] - 2022.10.20</h5>
74+
<p>Initial release.</p>
7575
</x-modal.body>
7676

7777
<x-modal.footer></x-modal.footer>

examples/src/pages/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ <h1 class="display-1 fw-bold mb-4">Build the web with PostHTML</h1>
1111

1212
<div class="text-center mb-4">
1313
<x-btn-link href="docs.html" class="btn-lg me-3" target="_blank">Read the docs</x-btn-link>
14-
<x-btn-link href="https://github.com/thewebartisan7/posthtml-components" class="btn-lg" target="_blank">Download</x-btn-link>
14+
<x-btn-link href="https://www.npmjs.com/package/posthtml-component" class="btn-lg" target="_blank">Download</x-btn-link>
1515
</div>
1616

1717
<p class="text-muted">
18-
Currently <strong>v0.0.1</strong>
18+
Currently <strong>v1.0.0-beta.2</strong>
1919
<span class="px-1">·</span>
2020
<a href="#" class="link-secondary" data-bs-toggle="modal" data-bs-target="#modalWithComponents">Changelog</a>
2121
</p>

0 commit comments

Comments
 (0)