From aa6c7f075d30fb084b21e3fd9a91c4bfb9a1fee5 Mon Sep 17 00:00:00 2001 From: Heydon Pickering Date: Sat, 1 Jul 2017 11:48:01 +0100 Subject: [PATCH] menu button functionality --- content/patterns/installation.md | 2 +- public/index.html | 2 +- public/js/dom-scripts.js | 14 ++++- public/js/webcomponents.js | 2 + public/patterns/code/code-blocks/index.html | 2 +- .../code/codepen-embedding/index.html | 2 +- public/patterns/code/index.html | 2 +- .../code/writing-inline-demos/index.html | 2 +- public/patterns/index.html | 2 +- public/patterns/installation/index.html | 2 +- public/patterns/library-setup/index.html | 2 +- public/patterns/serving/index.html | 2 +- .../writing/expandable-sections/index.html | 2 +- .../writing/including-images/index.html | 2 +- public/patterns/writing/index.html | 2 +- .../writing/library-structure/index.html | 2 +- .../writing/markdown-and-metadata/index.html | 2 +- .../writing/notes-and-warnings/index.html | 2 +- public/patterns/writing/references/index.html | 2 +- themes/infusion/layouts/_default/baseof.html | 8 +-- themes/infusion/static/css/styles.css | 55 ++++++++++++++++++- themes/infusion/static/js/dom-scripts.js | 30 ++++++---- 22 files changed, 107 insertions(+), 36 deletions(-) diff --git a/content/patterns/installation.md b/content/patterns/installation.md index 46e38ea..14da479 100644 --- a/content/patterns/installation.md +++ b/content/patterns/installation.md @@ -30,7 +30,7 @@ It is entirely likely you already have Node and NPM installed on your system. If **Infusion** is hosted on Github. To start using it, you'll need to get the files from there. If you are comfortable with the command line, just fork the [github.com/heydon/inclusive-pattern-library](https://github.com/heydon/inclusive-pattern-library) repository, then do a `git clone` to your local system. Replace `[your username]` in the following: -{{}}git clone https://github.com/[your username]/infusion-builder.git{{}} +{{}}git clone https://github.com/[your username]/infusion.git{{}} If the command line is not your thing, fork [github.com/heydon/inclusive-pattern-library](https://github.com/heydon/inclusive-pattern-library) and choose **Open in Desktop** from **Clone or download** (see figure 1, below). diff --git a/public/index.html b/public/index.html index 19e6bdf..12d0b64 100644 --- a/public/index.html +++ b/public/index.html @@ -62,7 +62,7 @@

Documentation for the Infusion pattern library builder. This documentation is constructed using the builder itself.

-