diff --git a/dashboard/src/components/docs/Layout.vue b/dashboard/src/components/docs/Layout.vue index 3e3265e6..7e4659a8 100644 --- a/dashboard/src/components/docs/Layout.vue +++ b/dashboard/src/components/docs/Layout.vue @@ -17,6 +17,11 @@ +
+ + Note! This documentation is a work in progress. +
+
@@ -76,6 +81,20 @@ font-weight: 600; } + .wip-bar { + padding: 4px 10px; + margin-bottom: 24px; + background-color: #2B3E50; + border-radius: 4px; + } + + .wip-bar i { + color: #fdd7a5; + font-size: 24px; + vertical-align: -3px; + margin-right: 6px; + } + .wrapper { display: flex; }