diff --git a/pages/_data/flags.yml b/pages/_data/flags.yml
index 8e838c341..17c3bcb67 100644
--- a/pages/_data/flags.yml
+++ b/pages/_data/flags.yml
@@ -458,8 +458,6 @@
flag: "tt"
- name: "Tuvalu"
flag: "tv"
-- name: "Taiwan"
- flag: "tw"
- name: "Tanzania"
flag: "tz"
- name: "Ukraine"
@@ -496,11 +494,9 @@
flag: "ws"
- name: "Yemen"
flag: "ye"
-- name: "Mayotte"
- flag: "yt"
- name: "South Africa"
flag: "za"
- name: "Zambia"
flag: "zm"
- name: "Zimbabwe"
- flag: "zw"
\ No newline at end of file
+ flag: "zw"
diff --git a/pages/_docs/badges.md b/pages/_docs/badges.md
index 6017237d9..f37b5eebf 100644
--- a/pages/_docs/badges.md
+++ b/pages/_docs/badges.md
@@ -6,7 +6,7 @@ done: true
A small count and labeling component. Please read the [official Bootstrap documentation](https://getbootstrap.com/docs/4.3/components/badge/) for a full list of options.
-## Default markup
+### Default markup
{% example %}
{% for color in site.colors %}
@@ -14,7 +14,7 @@ A small count and labeling component. Please read the [official Bootstrap docume
{% endfor %}
{% endexample %}
-## Pill badges
+### Pill badges
{% example %}
{% for color in site.colors %}
@@ -23,7 +23,7 @@ A small count and labeling component. Please read the [official Bootstrap docume
{% endexample %}
-## Soft badges
+### Soft badges
{% example %}
{% for color in site.colors %}
@@ -32,7 +32,7 @@ A small count and labeling component. Please read the [official Bootstrap docume
{% endexample %}
-## Links
+### Links
{% example %}
{% for color in site.colors %}
@@ -41,7 +41,7 @@ A small count and labeling component. Please read the [official Bootstrap docume
{% endexample %}
-## Empty badges
+### Empty badges
{% example %}
{% for color in site.colors %}
diff --git a/pages/_docs/buttons.md b/pages/_docs/buttons.md
index 22d7f9d5c..85faca7a0 100644
--- a/pages/_docs/buttons.md
+++ b/pages/_docs/buttons.md
@@ -79,7 +79,7 @@ In need of a button, but not the hefty background colors they bring? Replace the
{% endfor %}
{% endexample %}
-## Button with star
+### Button with star
{% example html %}
{% for button in site.button_variants %}
@@ -123,6 +123,8 @@ Basic buttons are traditional buttons with borders and background with an extra
### Social buttons
+A button can be formatted to link to a social website
+
{% example html wrapper=btn-list %}
{% for button in site.socials %}
{% include ui/button.html color=button.name icon=button.name text=button.title provider="brand" %}
diff --git a/pages/_docs/flags.md b/pages/_docs/flags.md
index 558c91072..dc591d5cc 100644
--- a/pages/_docs/flags.md
+++ b/pages/_docs/flags.md
@@ -2,9 +2,10 @@
title: Flags
menu: docs.flags
plugin: flags
+done: true
---
-## Flag
+### Flag
{% example html %}
{% include ui/flag.html name="tg" class="mr-1" %}
@@ -12,11 +13,23 @@ plugin: flags
{% include ui/flag.html name="pt" %}
{% endexample %}
-## Flag sizes
+### Flag sizes
{% example html %}
-{% include ui/flag.html name="tg" class="flag-size-xl mr-1" %}
-{% include ui/flag.html name="br" class="flag-size-lg mr-1" %}
-{% include ui/flag.html name="pt" class="flag-size-md" %}
-{% include ui/flag.html name="gb" class="mr-1" %}
+{% include ui/flag.html name="pl" class="flag-size-xl mr-1" %}
+{% include ui/flag.html name="pl" class="flag-size-lg mr-1" %}
+{% include ui/flag.html name="pl" class="flag-size-md" %}
+{% include ui/flag.html name="pl" class="mr-1" %}
{% endexample %}
+
+### Types
+
+
+{% for flag in site.data.flags %}
+
+
{% include ui/flag.html name=flag.flag %}
+
{{ flag.flag }}
+
{{ flag.name }}
+
+{% endfor %}
+
diff --git a/pages/_docs/form-elements.md b/pages/_docs/form-elements.md
index 403b418b6..4ad1eacd6 100644
--- a/pages/_docs/form-elements.md
+++ b/pages/_docs/form-elements.md
@@ -2,7 +2,7 @@
title: Form Elements
---
-## Classic Input
+### Classic Input
{% example %}
@@ -27,7 +27,7 @@ title: Form Elements
{% endexample %}
-## Password and validation
+### Password and validation
{% example %}
@@ -52,7 +52,7 @@ title: Form Elements
{% endexample %}
-## Select
+### Select
{% example %}
@@ -64,7 +64,7 @@ title: Form Elements
{% endexample %}
-## Textarea
+### Textarea
{% example %}
@@ -72,17 +72,17 @@ title: Form Elements
{% endexample %}
-## Image check
+### Image check
{% example %}
{% include parts/input-image.html %}
{% endexample %}
-## Input color
+### Input color
{% example %}
{% include parts/input-color.html %}
{% endexample %}
-## Custom Checkbox examples
+### Custom Checkbox examples
{% example %}
@@ -110,7 +110,7 @@ title: Form Elements
{% endexample %}
-## Toggle switches
+### Toggle switches
{% example %}
{% include parts/input-toggle.html %}
@@ -123,7 +123,7 @@ title: Form Elements
{% endexample %}
-## Radios
+### Radios
{% example %}
Radios
@@ -171,7 +171,7 @@ title: Form Elements
{% endexample %}
-## Checkboxes
+### Checkboxes
{% example %}
Checkboxes
@@ -220,7 +220,7 @@ title: Form Elements
{% endexample%}
-## Ratios
+### Ratios
{% example %}
@@ -228,7 +228,7 @@ title: Form Elements
{% endexample %}
-## Sample form
+### Sample form
{% example %}