mirror of
https://github.com/tabler/tabler.git
synced 2025-12-26 11:16:12 +04:00
docs improvement
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
<h3>Installation</h3>
|
||||
<div class="alert alert-info mb-5">
|
||||
<h3>Installation</h3>
|
||||
|
||||
<p>This part of Tabler is distributed as plugin. To enable it you should include <code>tabler-{{ include.plugin }}.css</code> or <code>tabler-{{ include.plugin }}.min.css</code> file to your page.</p>
|
||||
<p>This part of Tabler is distributed as plugin. To enable it you should include <code>tabler-{{ include.plugin }}.css</code> or <code>tabler-{{ include.plugin }}.min.css</code> file to your page.</p>
|
||||
|
||||
<p>You can also include plugin via CDN:</p>
|
||||
<p>You can also include plugin via CDN:</p>
|
||||
|
||||
{% highlight html %}
|
||||
<link rel="stylesheet" href="https://unpkg.com/{{ site.npm-package }}@{{ site.data.package.version }}/dist/css/tabler-{{ include.plugin }}.min.css">
|
||||
{% endhighlight %}
|
||||
{% highlight html %}<link rel="stylesheet" href="https://unpkg.com/{{ site.npm-package }}@{{ site.data.package.version }}/dist/css/tabler-{{ include.plugin }}.min.css">{% endhighlight %}
|
||||
</div>
|
||||
@@ -7,7 +7,7 @@ page-header: Documentation
|
||||
|
||||
{% assign current-url = page.url | replace_regex: "^/", "" %}
|
||||
|
||||
<div class="row gx-lg-4">
|
||||
<div class="row gx-lg-5">
|
||||
<div class="d-none d-lg-block col-lg-3">
|
||||
{% include docs/menu.html %}
|
||||
</div>
|
||||
@@ -34,7 +34,7 @@ page-header: Documentation
|
||||
</div>
|
||||
|
||||
{% if page.description %}
|
||||
<p class="mb-5 text-muted">{{ page.description }}</p>
|
||||
<p class="mb-4 text-muted">{{ page.description }}</p>
|
||||
{% endif %}
|
||||
|
||||
{% if page.plugin %}
|
||||
|
||||
Reference in New Issue
Block a user