From 5609e72cc0b05167d9fbf6ded7ed9d99e43550e2 Mon Sep 17 00:00:00 2001 From: codecalm Date: Sat, 22 Jan 2022 00:34:02 +0100 Subject: [PATCH] docs improvement --- src/pages/_includes/docs/plugin.html | 12 ++++++------ src/pages/_layouts/docs.html | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/pages/_includes/docs/plugin.html b/src/pages/_includes/docs/plugin.html index eee73078a..729b814da 100644 --- a/src/pages/_includes/docs/plugin.html +++ b/src/pages/_includes/docs/plugin.html @@ -1,9 +1,9 @@ -

Installation

+
+

Installation

-

This part of Tabler is distributed as plugin. To enable it you should include tabler-{{ include.plugin }}.css or tabler-{{ include.plugin }}.min.css file to your page.

+

This part of Tabler is distributed as plugin. To enable it you should include tabler-{{ include.plugin }}.css or tabler-{{ include.plugin }}.min.css file to your page.

-

You can also include plugin via CDN:

+

You can also include plugin via CDN:

-{% highlight html %} - -{% endhighlight %} \ No newline at end of file + {% highlight html %}{% endhighlight %} +
\ No newline at end of file diff --git a/src/pages/_layouts/docs.html b/src/pages/_layouts/docs.html index a76b66fcd..8dbe0cc9d 100644 --- a/src/pages/_layouts/docs.html +++ b/src/pages/_layouts/docs.html @@ -7,7 +7,7 @@ page-header: Documentation {% assign current-url = page.url | replace_regex: "^/", "" %} -
+
{% include docs/menu.html %}
@@ -34,7 +34,7 @@ page-header: Documentation
{% if page.description %} -

{{ page.description }}

+

{{ page.description }}

{% endif %} {% if page.plugin %}