|
@@ -62,33 +62,31 @@
|
|
|
<p class="library-desc">Documentation for the <strong>Infusion</strong> pattern library builder. This documentation is constructed using the builder itself.</p>
|
|
|
</div>
|
|
|
<nav id="patterns-nav" class="patterns" role="navigation">
|
|
|
+ <button id="menu-button" aria-expanded="false">Menu</button>
|
|
|
|
|
|
|
|
|
- <ul>
|
|
|
+ <ul id="patterns-list">
|
|
|
|
|
|
<li class="pattern">
|
|
|
<a href="https://heydon.github.io/infusion/patterns/installation/" aria-current="page">
|
|
|
<svg class="bookmark" aria-hidden="true" height="50" width="40" viewBox="0 0 40 50"><use xlink:href="#bookmark"></use></svg>
|
|
|
- <span>Installation</span>
|
|
|
+ <span class="text">Installation</span>
|
|
|
</a>
|
|
|
</li>
|
|
|
- </li>
|
|
|
|
|
|
<li class="pattern">
|
|
|
<a href="https://heydon.github.io/infusion/patterns/library-setup/" >
|
|
|
<svg class="bookmark" aria-hidden="true" height="50" width="40" viewBox="0 0 40 50"><use xlink:href="#bookmark"></use></svg>
|
|
|
- <span>Library setup</span>
|
|
|
+ <span class="text">Library setup</span>
|
|
|
</a>
|
|
|
</li>
|
|
|
- </li>
|
|
|
|
|
|
<li class="pattern">
|
|
|
<a href="https://heydon.github.io/infusion/patterns/serving/" >
|
|
|
<svg class="bookmark" aria-hidden="true" height="50" width="40" viewBox="0 0 40 50"><use xlink:href="#bookmark"></use></svg>
|
|
|
- <span>Serving</span>
|
|
|
+ <span class="text">Serving</span>
|
|
|
</a>
|
|
|
</li>
|
|
|
- </li>
|
|
|
|
|
|
|
|
|
<li>
|
|
@@ -98,42 +96,42 @@
|
|
|
<li class="pattern">
|
|
|
<a href="https://heydon.github.io/infusion/patterns/writing/library-structure/" >
|
|
|
<svg class="bookmark" aria-hidden="true" height="50" width="40" viewBox="0 0 40 50"><use xlink:href="#bookmark"></use></svg>
|
|
|
- <span>Library structure</span>
|
|
|
+ <span class="text">Library structure</span>
|
|
|
</a>
|
|
|
</li>
|
|
|
|
|
|
<li class="pattern">
|
|
|
<a href="https://heydon.github.io/infusion/patterns/writing/markdown-and-metadata/" >
|
|
|
<svg class="bookmark" aria-hidden="true" height="50" width="40" viewBox="0 0 40 50"><use xlink:href="#bookmark"></use></svg>
|
|
|
- <span>Markdown & metadata</span>
|
|
|
+ <span class="text">Markdown & metadata</span>
|
|
|
</a>
|
|
|
</li>
|
|
|
|
|
|
<li class="pattern">
|
|
|
<a href="https://heydon.github.io/infusion/patterns/writing/expandable-sections/" >
|
|
|
<svg class="bookmark" aria-hidden="true" height="50" width="40" viewBox="0 0 40 50"><use xlink:href="#bookmark"></use></svg>
|
|
|
- <span>Expandable sections</span>
|
|
|
+ <span class="text">Expandable sections</span>
|
|
|
</a>
|
|
|
</li>
|
|
|
|
|
|
<li class="pattern">
|
|
|
<a href="https://heydon.github.io/infusion/patterns/writing/including-images/" >
|
|
|
<svg class="bookmark" aria-hidden="true" height="50" width="40" viewBox="0 0 40 50"><use xlink:href="#bookmark"></use></svg>
|
|
|
- <span>Including images</span>
|
|
|
+ <span class="text">Including images</span>
|
|
|
</a>
|
|
|
</li>
|
|
|
|
|
|
<li class="pattern">
|
|
|
<a href="https://heydon.github.io/infusion/patterns/writing/notes-and-warnings/" >
|
|
|
<svg class="bookmark" aria-hidden="true" height="50" width="40" viewBox="0 0 40 50"><use xlink:href="#bookmark"></use></svg>
|
|
|
- <span>Notes & warnings</span>
|
|
|
+ <span class="text">Notes & warnings</span>
|
|
|
</a>
|
|
|
</li>
|
|
|
|
|
|
<li class="pattern">
|
|
|
<a href="https://heydon.github.io/infusion/patterns/writing/references/" >
|
|
|
<svg class="bookmark" aria-hidden="true" height="50" width="40" viewBox="0 0 40 50"><use xlink:href="#bookmark"></use></svg>
|
|
|
- <span>References</span>
|
|
|
+ <span class="text">References</span>
|
|
|
</a>
|
|
|
</li>
|
|
|
|
|
@@ -147,21 +145,21 @@
|
|
|
<li class="pattern">
|
|
|
<a href="https://heydon.github.io/infusion/patterns/code/code-blocks/" >
|
|
|
<svg class="bookmark" aria-hidden="true" height="50" width="40" viewBox="0 0 40 50"><use xlink:href="#bookmark"></use></svg>
|
|
|
- <span>Code blocks</span>
|
|
|
+ <span class="text">Code blocks</span>
|
|
|
</a>
|
|
|
</li>
|
|
|
|
|
|
<li class="pattern">
|
|
|
<a href="https://heydon.github.io/infusion/patterns/code/codepen-embedding/" >
|
|
|
<svg class="bookmark" aria-hidden="true" height="50" width="40" viewBox="0 0 40 50"><use xlink:href="#bookmark"></use></svg>
|
|
|
- <span>CodePen embedding</span>
|
|
|
+ <span class="text">CodePen embedding</span>
|
|
|
</a>
|
|
|
</li>
|
|
|
|
|
|
<li class="pattern">
|
|
|
<a href="https://heydon.github.io/infusion/patterns/code/writing-inline-demos/" >
|
|
|
<svg class="bookmark" aria-hidden="true" height="50" width="40" viewBox="0 0 40 50"><use xlink:href="#bookmark"></use></svg>
|
|
|
- <span>Writing inline demos</span>
|
|
|
+ <span class="text">Writing inline demos</span>
|
|
|
</a>
|
|
|
</li>
|
|
|
|
|
@@ -211,7 +209,7 @@
|
|
|
|
|
|
<p><strong>Infusion</strong> 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 <a href="https://github.com/heydon/inclusive-pattern-library">github.com/heydon/inclusive-pattern-library</a> repository, then do a <code>git clone</code> to your local system. Replace <code>[your username]</code> in the following:</p>
|
|
|
|
|
|
-<pre class="cmd"><code>git clone https://github.com/[your username]/infusion-builder.git</code></pre>
|
|
|
+<pre class="cmd"><code>git clone https://github.com/[your username]/infusion.git</code></pre>
|
|
|
|
|
|
|
|
|
<p>If the command line is not your thing, fork <a href="https://github.com/heydon/inclusive-pattern-library">github.com/heydon/inclusive-pattern-library</a> and choose <strong>Open in Desktop</strong> from <strong>Clone or download</strong> (see figure 1, below).</p>
|