diff --git a/_config.yml b/_config.yml index 66004321a..b19b02780 100644 --- a/_config.yml +++ b/_config.yml @@ -1,6 +1,8 @@ title: Tabler description: tabler.github.io - a responsive, flat and full featured admin template -base_color: '#cc0000' +base_color: '#467fcf' + +github_url: https://github.com/tabler/tabler collections: docs: diff --git a/_docs/alerts.md b/_docs/alerts.md index 910a8c20d..6f388ed3e 100644 --- a/_docs/alerts.md +++ b/_docs/alerts.md @@ -1,4 +1,5 @@ --- title: Alerts icon: fe fe-alert-triangle +in_progress: true --- \ No newline at end of file diff --git a/_docs/grid.md b/_docs/grid.md index 5b7045df1..9d577a9f5 100644 --- a/_docs/grid.md +++ b/_docs/grid.md @@ -1,4 +1,5 @@ --- title: Grid utilities icon: fe fe-grid +in_progress: true --- \ No newline at end of file diff --git a/_layouts/docs.html b/_layouts/docs.html index 1bea64eee..f7f6ce4b3 100644 --- a/_layouts/docs.html +++ b/_layouts/docs.html @@ -8,7 +8,11 @@ title: Documentation {% include page-title.html title="Documentation" %}
-
+
+ + Browse source code + +
{% for doc in site.docs %} {% unless doc.hide %}{{ doc.title }}{% endunless %} @@ -26,6 +30,13 @@ title: Documentation

{{ page.description }}

{% endif %} + {% if page.in_progress %} +
+

Work in progress!

+
More detailed documentation is coming soon, but in the meantime here's a quick class reference.
+
+ {% endif %} + {% if page.toc %} {{ content | toc_only }} {% endif %} diff --git a/assets/scss/dashboard/_example.scss b/assets/scss/dashboard/_example.scss index 3ee8f5440..255c736be 100644 --- a/assets/scss/dashboard/_example.scss +++ b/assets/scss/dashboard/_example.scss @@ -3,6 +3,7 @@ border: 1px solid $border-color; border-radius: 3px 3px 0 0; font-size: px2rem(15px); + overflow: hidden; } .example-bg {