From 2b3d55c46d162dcd88882468b5f75d7168d2ecaf Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Fri, 21 Apr 2017 14:50:36 +0300 Subject: [PATCH] Doc pages housekeeping Added secondary bar to quick_reference, dealt with a couple of other minor problems. --- docs/modules.html | 2 +- docs/quick_reference.html | 31 +++++++++++++++++++------------ docs/v2/DEVLOG.md | 1 + 3 files changed, 21 insertions(+), 13 deletions(-) diff --git a/docs/modules.html b/docs/modules.html index 6f168bf..8d0e01c 100644 --- a/docs/modules.html +++ b/docs/modules.html @@ -16,7 +16,7 @@ diff --git a/docs/quick_reference.html b/docs/quick_reference.html index 23b3c2a..615cdf7 100644 --- a/docs/quick_reference.html +++ b/docs/quick_reference.html @@ -20,17 +20,24 @@ [class^='fore-'] { font-family: monospace, monospace;} .fore-primary { color: #0d47a1;} .fore-secondary { color: #b71c1c;} .fore-tertiary { color: #1b5e20;} .col-sm-12.col-md-6.col-sm-first.col-md-first {box-sizing: border-box;border-right: 1px solid #bdbdbd;} @media (max-width: 767px){.col-sm-12.col-md-6.col-sm-first.col-md-first {border: 0;border-bottom: 1px solid #bdbdbd;}} - h3 > a{font-size: 1rem;} h2 > a {font-size: 0.85em;} pre {max-height: 400px;} + h3 > a{font-size: 1rem;} h2 > a {font-size: 0.85em;} pre {max-height: 400px;} header.sticky a.button {padding: 4px 6px; font-size: 0.95em;} -
+
Introduction Modules Flavors Templates Customization Quick Reference  Github
+
+ Core Grid + Navigation Input Control + Table Card + Tab Contextual + Progress Utility +
@@ -61,7 +68,7 @@
-
+

 Core

@@ -129,7 +136,7 @@
-
+

 Grid

@@ -359,7 +366,7 @@
-
+ -
+
@@ -564,7 +571,7 @@
-
+

 Table

@@ -714,7 +721,7 @@
-
+

 Card

@@ -817,7 +824,7 @@
-
+

 Tab

@@ -906,7 +913,7 @@
-
+

 Contextual

@@ -998,7 +1005,7 @@
-
+

 Progress

@@ -1070,7 +1077,7 @@
-
+

 Utility

diff --git a/docs/v2/DEVLOG.md b/docs/v2/DEVLOG.md index 227d68b..060e929 100644 --- a/docs/v2/DEVLOG.md +++ b/docs/v2/DEVLOG.md @@ -1019,3 +1019,4 @@ - Updated flavor files with latest version tag. - Checked `yarn`'s packaging, all systems nominal, added to download options. - Updated CHANGELOG and README. +- Fixed a couple of problems in doc pages post-release, added secondary navigation to `quick_reference`.