diff --git a/src/pages/_data/menu.yml b/src/pages/_data/menu.yml index 1043c4e40..d7c1d86fd 100644 --- a/src/pages/_data/menu.yml +++ b/src/pages/_data/menu.yml @@ -303,7 +303,7 @@ help: children: docs: title: Documentation - url: https://github.com/tabler/tabler + url: https://tabler.io/docs changelog: url: changelog.html title: Changelog diff --git a/src/pages/_includes/docs/chart.html b/src/pages/_includes/docs/chart.html deleted file mode 100644 index 095da7d2f..000000000 --- a/src/pages/_includes/docs/chart.html +++ /dev/null @@ -1,19 +0,0 @@ -{% assign chart-id = include.chart %} -{% assign data = site.data.charts[chart-id] %} - -{% if data or include.heatmap %} -
- {% if include.title %} -
-

{{ include.title }}

-
- {% endif %} -
- {% if include.heatmap %} - {% include ui/chart-heatmap.html chart-id=chart-id show-scripts=true size="lg" %} - {% else %} - {% include ui/chart.html chart-id=chart-id show-scripts=true size="lg" %} - {% endif %} -
-
-{% endif %} \ No newline at end of file diff --git a/src/pages/_includes/docs/menu.html b/src/pages/_includes/docs/menu.html deleted file mode 100644 index c78092a3d..000000000 --- a/src/pages/_includes/docs/menu.html +++ /dev/null @@ -1,51 +0,0 @@ -{% assign current-menu = page.menu | split: '.' %} - - \ 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 %} - -
-
-
-
-
-

{{ page.title }}

- - {% if page.bootstrap-link %} -

- - {% include ui/icon.html icon="external-link" color="primary" class="pe-1" %} - Bootstrap documentation - -

- {% endif %} -
- - {% if page.description %} -

{{ page.description }}

- {% endif %} - - {% if page.plugin %} - {% include docs/plugin.html plugin=page.plugin %} - {% endif %} -
- - {{ content }} -
-
-
-
-
diff --git a/src/pages/changelog.html b/src/pages/changelog.html index 7f7b22872..e7a9c0eb3 100644 --- a/src/pages/changelog.html +++ b/src/pages/changelog.html @@ -1,9 +1,11 @@ --- title: Changelog menu: changelog -layout: docs +layout: markdown --- +

Changelog

+ {% for version in site.data.changelog reversed %}