Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
thewebartisan7 committed Nov 7, 2022
1 parent 34862d8 commit dd6c2f2
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 7 deletions.
4 changes: 3 additions & 1 deletion docs-src/md/introduction.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
$<toc{"containerId":"header-toc"}>

> This plugin is still in early stage of development and the current API may change.
## Installation

```bash
Expand All @@ -12,7 +14,7 @@ This PostHTML plugin provides an HTML-friendly syntax for write components in yo
If you are familiar with Blade, you will find similar syntax as this plugin is inspired by it.
See below a basic example, as code is worth a thousand words.

> This plugin is still in early stage of development and the current API may change.
**See also the first [PostHTML Bootstrap UI](https://github.com/thewebartisan7/posthtml-bootstrap-ui) using this plugin and check also the [starter template here](https://github.com/thewebartisan7/posthtml-bootstrap-ui-starter).**

## Basic example

Expand Down
19 changes: 14 additions & 5 deletions docs/docs.html
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,11 @@
</li>
</ul>
</nav>
<blockquote>
<p>
This plugin is still in early stage of development and the current API may change.
</p>
</blockquote>
<h2 id="installation" tabindex="-1">
<a class="header-anchor" href="#installation">#</a>
Installation
Expand All @@ -197,11 +202,15 @@ <h2 id="introduction" tabindex="-1">
If you are familiar with Blade, you will find similar syntax as this plugin is inspired by it.
See below a basic example, as code is worth a thousand words.
</p>
<blockquote>
<p>
This plugin is still in early stage of development and the current API may change.
</p>
</blockquote>
<p>
<strong>
See also the first
<a href="https://github.com/thewebartisan7/posthtml-bootstrap-ui">PostHTML Bootstrap UI</a>
using this plugin and check also the
<a href="https://github.com/thewebartisan7/posthtml-bootstrap-ui-starter">starter template here</a>
.
</strong>
</p>
<h2 id="basic-example" tabindex="-1">
<a class="header-anchor" href="#basic-example">#</a>
Basic example
Expand Down
4 changes: 3 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
<p>A PostHTML plugin for create components with HTML-friendly syntax inspired by Laravel Blade. Slots, stack/push, props, custom tag and much more.</p>
</div>

> This plugin is still in early stage of development and the current API may change.
## Installation

```bash
Expand All @@ -20,7 +22,7 @@ This PostHTML plugin provides an HTML-friendly syntax for write components in yo
If you are familiar with Blade, you will find similar syntax as this plugin is inspired by it.
See below a basic example, as code is worth a thousand words.

> This plugin is still in early stage of development and the current API may change.
**See also the first [PostHTML Bootstrap UI](https://github.com/thewebartisan7/posthtml-bootstrap-ui) using this plugin and check also the [starter template here](https://github.com/thewebartisan7/posthtml-bootstrap-ui-starter).**

## Basic example

Expand Down

0 comments on commit dd6c2f2

Please sign in to comment.