\ No newline at end of file
diff --git a/src/pages/_includes/docs/plugin.html b/src/pages/_includes/docs/plugin.html
deleted file mode 100644
index bdee0c265..000000000
--- a/src/pages/_includes/docs/plugin.html
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
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.
-
-
You can also include plugin via CDN:
-
- {% highlight html %}{% endhighlight %}
-
\ No newline at end of file
diff --git a/src/pages/_layouts/docs.html b/src/pages/_layouts/docs.html
deleted file mode 100644
index 4203cfe5d..000000000
--- a/src/pages/_layouts/docs.html
+++ /dev/null
@@ -1,50 +0,0 @@
----
-layout: default
-menu: help.docs
-title: Documentation
-page-header: Documentation
----
-
-{% assign current-url = page.url | replace_regex: "^/", "" %}
-
-
-
- {% include docs/menu.html %}
-
-
- {% if page.banner == 'icons' %}
- {% include cards/icons-banner.html class="mb-3" %}
- {% endif %}
-
-