From f7ce971bf74e2ab7529391a9147edc7b5ebb984c Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Tue, 23 Jan 2018 14:33:41 +0200 Subject: [PATCH] Documented icons --- docs/build-docs.js | 3 ++ docs/doc-fragments/docFragments.js | 4 +- docs/doc-fragments/icons.js | 73 ++++++++++++++++++++++++++ docs/v3/DEVLOG.md | 5 ++ docs/v3/docs.html | 82 ++++++++++++++++++++++++++++-- docs/v3/style.min.css | 2 +- src/flavors/mini-doc.scss | 26 ++++++++++ src/mini/_icon.scss | 12 +++++ 8 files changed, 202 insertions(+), 5 deletions(-) create mode 100644 docs/doc-fragments/icons.js diff --git a/docs/build-docs.js b/docs/build-docs.js index 14878fd..629468e 100644 --- a/docs/build-docs.js +++ b/docs/build-docs.js @@ -79,6 +79,8 @@ fs.writeFile(indexOutputPath, var docFragments = require('./doc-fragments/docFragments'); // Gets all document fragments as a list. var docOutputPath = './docs/v3/docs.html'; // This path is relative to package.json. +const FEATHER_BANNER = ` Powered by Feather`; + var documentStart = ` @@ -156,6 +158,7 @@ var documentationSearch = `