提交 5609e72c 编写于 作者: C codecalm

docs improvement

上级 5b15b30a
<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 %}
\ No newline at end of file
{% 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>
\ No newline at end of file
......@@ -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 %}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册