diff --git a/README.md b/README.md index 67d8993..a679a90 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Infusion -**Infusion** is a pattern library builder for inclusive designers, and those who want to be inclusive designers. +**Infusion** is a documentation builder for inclusive designers, and those who want to be inclusive designers. Build accessible pattern libraries and all sorts of other docs. * [Documentation →](https://thepaciellogroup.github.io/infusion) * [Contributing →](https://github.com/ThePacielloGroup/infusion/blob/master/CONTRIBUTING.md) +* [Help forum](https://groups.google.com/forum/#!forum/infusion-pattern-library-builder) diff --git a/content/_index.md b/content/_index.md index aef2802..cfd1010 100644 --- a/content/_index.md +++ b/content/_index.md @@ -3,7 +3,7 @@ date = "2017-06-26T18:27:58+01:00" title = "The Infusion Pattern Library Builder" +++ -Welcome to **Infusion**: a pattern library builder for inclusive designers and those trying to be inclusive designers. These are **Infusion's** docs, but they are also an example of a pattern library built with **Infusion**. Here are some of its features: +Welcome to **Infusion**: a documentation builder for inclusive designers and those trying to be inclusive designers. These are **Infusion's** docs, but they are also an example of a site built with **Infusion**. Here are some of its features: {{% ticks %}} * Built with [Hugo](https://gohugo.io/), so easy to structure content and fast to compile it diff --git a/content/patterns/writing/library-structure.md b/content/patterns/writing/library-structure.md index d877d20..d9148fa 100644 --- a/content/patterns/writing/library-structure.md +++ b/content/patterns/writing/library-structure.md @@ -3,7 +3,7 @@ title = "Library structure" weight = 1 +++ -Before you can set about documenting patterns, you need to know where everything goes. The simplest folder structure looks like this: +Before you can set about making documentation, you need to know where everything goes. The simplest folder structure looks like this: {{% fileTree %}} * content @@ -17,7 +17,7 @@ Before you can set about documenting patterns, you need to know where everything * **/content** - This is where all of your content lives. You won't need to visit any other folders very frequently. * **_index.md** — This is the content file for your home page. * **print-version.md** — This is a placeholder for the single-page / print-friendly version of you library. Leave this file as it is. -* **/patterns** — This is the folder where individual pattern files are kept. +* **/patterns** — This is the folder where individual content files are kept. **Infusion** refers to each individual documentation file/page as a "pattern". ## Subsections diff --git a/content/patterns/writing/markdown-and-metadata.md b/content/patterns/writing/markdown-and-metadata.md index 3b6614b..28bffab 100644 --- a/content/patterns/writing/markdown-and-metadata.md +++ b/content/patterns/writing/markdown-and-metadata.md @@ -4,7 +4,7 @@ weight = 3 tags = ['metadata', 'markdown'] +++ -In **Infusion**, design patterns are documented using markdown. To create a new pattern file, just add a file with the `.md` extension to the `/patterns` folder. It's recommended you use "kebab case" to name the file ( words separated by hyphens). For example, a pattern with the title "Menu button" should probably have the filename `menu-button`. Then you get a nice clean URL: `username.github.io/your-library/patterns/menu-button`. +In **Infusion** everything is documented using markdown, as a "pattern". To create a new pattern file, just add a file with the `.md` extension to the `content/patterns` folder. It's recommended you use "kebab case" to name the file (words separated by hyphens). For example, a pattern with the title "Menu button" should probably have the filename `menu-button`. Then you get a nice clean URL: `username.github.io/your-library/patterns/menu-button`. If you're not familiar with writing markdown, there are a number of tutorials available. One of the best is [Mastering Markdown](https://guides.github.com/features/mastering-markdown/) offered by Github. There's also a [nice cheatsheet here](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet). @@ -19,7 +19,7 @@ title = "Menu button" ``` {{% note %}} -The title automatically becomes the page's main `

` heading. The highest heading level you should use in the body of your markdown file is `

`. +The title automatically becomes the page's main `

` heading. The highest heading level you should use in the body of your markdown file is therefore `

`. {{% /note %}} ### Tags diff --git a/content/patterns/writing/references.md b/content/patterns/writing/references.md index 5be23bd..2a90ac4 100644 --- a/content/patterns/writing/references.md +++ b/content/patterns/writing/references.md @@ -4,7 +4,7 @@ title = "References" ## Cross-references -**Infusion** provides an easy mechanism to cross-reference patterns, by title, using the `pattern` shortcode. For example, I can reference the {{% pattern "Notes & warnings" %}} pattern. Here's what the markdown looks like, including the shortcode: +**Infusion** identifies the main content files in your documentation as _patterns_, and they're kept in the **content → patterns** folder. It's easy to cross-reference patterns using the `pattern` shortcode. For example, I can reference the {{% pattern "Notes & warnings" %}} pattern. Here's what the markdown looks like, including the shortcode: {{}} I can reference the {{% pattern "Notes & warnings" %}} pattern here. diff --git a/docs/index.html b/docs/index.html index 522d21b..3568cb1 100644 --- a/docs/index.html +++ b/docs/index.html @@ -394,7 +394,7 @@

The Infusion Pattern Library Builder

-

Welcome to Infusion: a pattern library builder for inclusive designers and those trying to be inclusive designers. These are Infusion’s docs, but they are also an example of a pattern library built with Infusion. Here are some of its features:

+

Welcome to Infusion: a documentation builder for inclusive designers and those trying to be inclusive designers. These are Infusion’s docs, but they are also an example of a site built with Infusion. Here are some of its features:

    diff --git a/docs/index.xml b/docs/index.xml index cc2eb3c..45a6317 100644 --- a/docs/index.xml +++ b/docs/index.xml @@ -41,7 +41,7 @@ brew install hugo Alternatively, you can manually install Hugo from a package. Y Mon, 01 Jan 0001 00:00:00 +0000 https://thepaciellogroup.github.io/infusion/patterns/writing/library-structure/ - Before you can set about documenting patterns, you need to know where everything goes. The simplest folder structure looks like this: + Before you can set about making documentation, you need to know where everything goes. The simplest folder structure looks like this: content _index.md print-version.md patterns name-of-my-pattern.md name-of-my-other-pattern.md /content - This is where all of your content lives. You won’t need to visit any other folders very frequently. _index.md — This is the content file for your home page. print-version.md — This is a placeholder for the single-page / print-friendly version of you library. @@ -72,7 +72,7 @@ CodePen Infusion offers a couple of ways to do this. The first is by embedding C Mon, 01 Jan 0001 00:00:00 +0000 https://thepaciellogroup.github.io/infusion/patterns/writing/markdown-and-metadata/ - In Infusion, design patterns are documented using markdown. To create a new pattern file, just add a file with the .md extension to the /patterns folder. It’s recommended you use “kebab case” to name the file ( words separated by hyphens). For example, a pattern with the title “Menu button” should probably have the filename menu-button. Then you get a nice clean URL: username.github.io/your-library/patterns/menu-button. + In Infusion everything is documented using markdown, as a “pattern”. To create a new pattern file, just add a file with the .md extension to the content/patterns folder. It’s recommended you use “kebab case” to name the file (words separated by hyphens). For example, a pattern with the title “Menu button” should probably have the filename menu-button. Then you get a nice clean URL: username.github.io/your-library/patterns/menu-button. If you’re not familiar with writing markdown, there are a number of tutorials available. @@ -219,7 +219,7 @@ Notes You may wish to pick out some content in your pattern’s document Mon, 01 Jan 0001 00:00:00 +0000 https://thepaciellogroup.github.io/infusion/patterns/writing/references/ - Cross-references Infusion provides an easy mechanism to cross-reference patterns, by title, using the pattern shortcode. For example, I can reference the Notes & warnings pattern. Here’s what the markdown looks like, including the shortcode: + Cross-references Infusion identifies the main content files in your documentation as patterns, and they’re kept in the content → patterns folder. It’s easy to cross-reference patterns using the pattern shortcode. For example, I can reference the Notes & warnings pattern. Here’s what the markdown looks like, including the shortcode: I can reference the {{% pattern "Notes & warnings" %}} pattern here. This saves you having to worry about pathing and decorates the generated link with a bookmark icon, identifying the link as a pattern reference visually. diff --git a/docs/patterns/writing/index.xml b/docs/patterns/writing/index.xml index 0ad1c0f..8c3f2c3 100644 --- a/docs/patterns/writing/index.xml +++ b/docs/patterns/writing/index.xml @@ -16,7 +16,7 @@ Mon, 01 Jan 0001 00:00:00 +0000 https://thepaciellogroup.github.io/infusion/patterns/writing/library-structure/ - Before you can set about documenting patterns, you need to know where everything goes. The simplest folder structure looks like this: + Before you can set about making documentation, you need to know where everything goes. The simplest folder structure looks like this: content _index.md print-version.md patterns name-of-my-pattern.md name-of-my-other-pattern.md /content - This is where all of your content lives. You won’t need to visit any other folders very frequently. _index.md — This is the content file for your home page. print-version.md — This is a placeholder for the single-page / print-friendly version of you library. @@ -26,7 +26,7 @@ Mon, 01 Jan 0001 00:00:00 +0000 https://thepaciellogroup.github.io/infusion/patterns/writing/markdown-and-metadata/ - In Infusion, design patterns are documented using markdown. To create a new pattern file, just add a file with the .md extension to the /patterns folder. It’s recommended you use “kebab case” to name the file ( words separated by hyphens). For example, a pattern with the title “Menu button” should probably have the filename menu-button. Then you get a nice clean URL: username.github.io/your-library/patterns/menu-button. + In Infusion everything is documented using markdown, as a “pattern”. To create a new pattern file, just add a file with the .md extension to the content/patterns folder. It’s recommended you use “kebab case” to name the file (words separated by hyphens). For example, a pattern with the title “Menu button” should probably have the filename menu-button. Then you get a nice clean URL: username.github.io/your-library/patterns/menu-button. If you’re not familiar with writing markdown, there are a number of tutorials available. @@ -57,7 +57,7 @@ Notes You may wish to pick out some content in your pattern’s document Mon, 01 Jan 0001 00:00:00 +0000 https://thepaciellogroup.github.io/infusion/patterns/writing/references/ - Cross-references Infusion provides an easy mechanism to cross-reference patterns, by title, using the pattern shortcode. For example, I can reference the Notes & warnings pattern. Here’s what the markdown looks like, including the shortcode: + Cross-references Infusion identifies the main content files in your documentation as patterns, and they’re kept in the content → patterns folder. It’s easy to cross-reference patterns using the pattern shortcode. For example, I can reference the Notes & warnings pattern. Here’s what the markdown looks like, including the shortcode: I can reference the {{% pattern "Notes & warnings" %}} pattern here. This saves you having to worry about pathing and decorates the generated link with a bookmark icon, identifying the link as a pattern reference visually. diff --git a/docs/patterns/writing/library-structure/index.html b/docs/patterns/writing/library-structure/index.html index 74f0ff8..61938f6 100644 --- a/docs/patterns/writing/library-structure/index.html +++ b/docs/patterns/writing/library-structure/index.html @@ -404,7 +404,7 @@ -

    Before you can set about documenting patterns, you need to know where everything goes. The simplest folder structure looks like this:

    +

    Before you can set about making documentation, you need to know where everything goes. The simplest folder structure looks like this:

      @@ -429,7 +429,7 @@
    • /content - This is where all of your content lives. You won’t need to visit any other folders very frequently.
    • _index.md — This is the content file for your home page.
    • print-version.md — This is a placeholder for the single-page / print-friendly version of you library. Leave this file as it is.
    • -
    • /patterns — This is the folder where individual pattern files are kept.
    • +
    • /patterns — This is the folder where individual content files are kept. Infusion refers to each individual documentation file/page as a “pattern”.

    Subsections

    diff --git a/docs/patterns/writing/markdown-and-metadata/index.html b/docs/patterns/writing/markdown-and-metadata/index.html index 49d3834..b24e7da 100644 --- a/docs/patterns/writing/markdown-and-metadata/index.html +++ b/docs/patterns/writing/markdown-and-metadata/index.html @@ -433,7 +433,7 @@ -

    In Infusion, design patterns are documented using markdown. To create a new pattern file, just add a file with the .md extension to the /patterns folder. It’s recommended you use “kebab case” to name the file ( words separated by hyphens). For example, a pattern with the title “Menu button” should probably have the filename menu-button. Then you get a nice clean URL: username.github.io/your-library/patterns/menu-button.

    +

    In Infusion everything is documented using markdown, as a “pattern”. To create a new pattern file, just add a file with the .md extension to the content/patterns folder. It’s recommended you use “kebab case” to name the file (words separated by hyphens). For example, a pattern with the title “Menu button” should probably have the filename menu-button. Then you get a nice clean URL: username.github.io/your-library/patterns/menu-button.

    If you’re not familiar with writing markdown, there are a number of tutorials available. One of the best is Mastering Markdown offered by Github. There’s also a nice cheatsheet here.

    @@ -451,7 +451,7 @@ title = "Menu button" -

    The title automatically becomes the page’s main <h1> heading. The highest heading level you should use in the body of your markdown file is <h2>.

    +

    The title automatically becomes the page’s main <h1> heading. The highest heading level you should use in the body of your markdown file is therefore <h2>.

    diff --git a/docs/patterns/writing/references/index.html b/docs/patterns/writing/references/index.html index f54efc0..32005d5 100644 --- a/docs/patterns/writing/references/index.html +++ b/docs/patterns/writing/references/index.html @@ -431,7 +431,7 @@

    Cross-references

    -

    Infusion provides an easy mechanism to cross-reference patterns, by title, using the pattern shortcode. For example, I can reference the Notes & warnings pattern. Here’s what the markdown looks like, including the shortcode:

    +

    Infusion identifies the main content files in your documentation as patterns, and they’re kept in the content → patterns folder. It’s easy to cross-reference patterns using the pattern shortcode. For example, I can reference the Notes & warnings pattern. Here’s what the markdown looks like, including the shortcode:

    
     I can reference the {{% pattern "Notes & warnings" %}} pattern here.
    diff --git a/docs/print-version/index.html b/docs/print-version/index.html
    index 55e5db0..f141d70 100644
    --- a/docs/print-version/index.html
    +++ b/docs/print-version/index.html
    @@ -722,7 +722,7 @@ theme = "infusion"
                 

-

Before you can set about documenting patterns, you need to know where everything goes. The simplest folder structure looks like this:

+

Before you can set about making documentation, you need to know where everything goes. The simplest folder structure looks like this:

Subsections

@@ -812,7 +812,7 @@ title = "Popups" -

In Infusion, design patterns are documented using markdown. To create a new pattern file, just add a file with the .md extension to the /patterns folder. It’s recommended you use “kebab case” to name the file ( words separated by hyphens). For example, a pattern with the title “Menu button” should probably have the filename menu-button. Then you get a nice clean URL: username.github.io/your-library/patterns/menu-button.

+

In Infusion everything is documented using markdown, as a “pattern”. To create a new pattern file, just add a file with the .md extension to the content/patterns folder. It’s recommended you use “kebab case” to name the file (words separated by hyphens). For example, a pattern with the title “Menu button” should probably have the filename menu-button. Then you get a nice clean URL: username.github.io/your-library/patterns/menu-button.

If you’re not familiar with writing markdown, there are a number of tutorials available. One of the best is Mastering Markdown offered by Github. There’s also a nice cheatsheet here.

@@ -830,7 +830,7 @@ title = "Menu button" -

The title automatically becomes the page’s main <h1> heading. The highest heading level you should use in the body of your markdown file is <h2>.

+

The title automatically becomes the page’s main <h1> heading. The highest heading level you should use in the body of your markdown file is therefore <h2>.

@@ -1065,7 +1065,7 @@ This is a warning! It's about something the reader should be careful to do or to

Cross-references

-

Infusion provides an easy mechanism to cross-reference patterns, by title, using the pattern shortcode. For example, I can reference the Notes & warnings pattern. Here’s what the markdown looks like, including the shortcode:

+

Infusion identifies the main content files in your documentation as patterns, and they’re kept in the content → patterns folder. It’s easy to cross-reference patterns using the pattern shortcode. For example, I can reference the Notes & warnings pattern. Here’s what the markdown looks like, including the shortcode:


 I can reference the {{% pattern "Notes & warnings" %}} pattern here.
diff --git a/docs/service-worker.js b/docs/service-worker.js
index 8452edd..539c0c7 100644
--- a/docs/service-worker.js
+++ b/docs/service-worker.js
@@ -37,7 +37,7 @@
 /* eslint-disable indent, no-unused-vars, no-multiple-empty-lines, max-nested-callbacks, space-before-function-paren, quotes, comma-spacing */
 'use strict';
 
-var precacheConfig = [["404.html","760aca7b3d495062084a3dce132e1ecc"],["browserconfig.xml","67c3113b1574fecc6015d56d774e1d38"],["categories/index.xml","1c183b48cab635f689386c900b9dc4aa"],["css/fonts/miriamlibre-bold.woff","96496f6f06535d25b3bcba876917ca35"],["css/fonts/miriamlibre-bold.woff2","668defa44d9a74dd709ce0c826a5eb11"],["css/images/arrow_effect.svg","1434d178461f70c16b77acb4bdbc51e3"],["css/images/icon-tick.svg","35d4d4728ea80d254508b2bca4109d70"],["css/images/stripe.svg","fa3f32a026b6a1bb04ee98d963432e15"],["css/prism.css","004029c8c70ed2bbaa5d9debcf14f8c7"],["css/styles.css","688ffa010382d739bc16e75707ae1150"],["images/android-icon-144x144.png","43e1f47f182b13d0dee15f510213e928"],["images/android-icon-192x192.png","4c07782e52e0ab714074e6d3d69dc3ec"],["images/android-icon-36x36.png","3b2cd8c925a66bf84c89b68bb30e5f62"],["images/android-icon-48x48.png","45dc386eea1d8a46216a8b6de9b156c6"],["images/android-icon-512x512.png","42d6b28cc7eb41810a5392c81368340a"],["images/android-icon-72x72.png","b04c64637efed2b04fa900ddfcbfe75d"],["images/android-icon-96x96.png","bd9c126a4d6baf7ce442122ce0e89e11"],["images/apple-icon-114x114.png","72e127d6f01dfcd2ba2340141babc536"],["images/apple-icon-120x120.png","bc7cd9e36869e66aaca78412207bf723"],["images/apple-icon-144x144.png","43e1f47f182b13d0dee15f510213e928"],["images/apple-icon-152x152.png","567c64205576865b5e5d06c849613ca2"],["images/apple-icon-180x180.png","6b8734c446bf02ab50be598b4c01ec9c"],["images/apple-icon-57x57.png","f8c586086752c78870820b6190d6b42b"],["images/apple-icon-60x60.png","6e88df111e506bcd5501bed4ff10542e"],["images/apple-icon-72x72.png","b04c64637efed2b04fa900ddfcbfe75d"],["images/apple-icon-76x76.png","d8666e0ac256f39f8c5c628486bd71fb"],["images/apple-icon-precomposed.png","725f6cec25256abb1db10385e0724400"],["images/apple-icon.png","725f6cec25256abb1db10385e0724400"],["images/bad_design_system.png","9c0e87a34e7d842b0e2831dc947249aa"],["images/browser-chrome-android.svg","3100b2a9c5f0e34982c717fc2aa46d73"],["images/browser-chrome.svg","fa39b4be6727525330e928f582fbe80a"],["images/browser-edge.svg","9e8265ab8f6a701587a4271dd3aa6a73"],["images/browser-firefox-android.svg","452df7b9e83c70a07e8e03b4e8dab9c4"],["images/browser-firefox.svg","d3093eda664be3d0cc6d791e1386420f"],["images/browser-ie.svg","13e192cf2b3fe17e7049a49b7d085caa"],["images/browser-opera.svg","95d65630c9f7deef6a3098af8f5baf9f"],["images/browser-safari-ios.svg","f729e629ec998ec40d313495d7257741"],["images/browser-safari.svg","523ee9491f5a937b8975f4d23aa77f62"],["images/favicon-16x16.png","7a99c20d6c00babddd26d03607b8721d"],["images/favicon-32x32.png","129881474a1bf130027bff7a1e89febd"],["images/favicon-96x96.png","bd9c126a4d6baf7ce442122ce0e89e11"],["images/favicon.ico","81c46feedbfcc6c6dc9495e4fd5adfad"],["images/icon-info.svg","53a6c555ce41f818556c71ab0dfc533b"],["images/icon-tag.svg","f067bbbc072941b2a0335679300bfc6c"],["images/icon-warning.svg","2a4322abbee9aed694fadb50e98a1f61"],["images/logo.svg","50293a256b796b9a737f1969d511a98e"],["images/ms-icon-144x144.png","43e1f47f182b13d0dee15f510213e928"],["images/ms-icon-150x150.png","e73370837ab9060772a18d62aaacd0f0"],["images/ms-icon-310x310.png","8a7143516b929702e3309bb537a99c5c"],["images/ms-icon-70x70.png","d7c6e7368733d53b5f979546d5aa4fe9"],["images/open_in_desktop.png","e899d6679b011aa7b0e783683d90d99b"],["images/samsung_homescreen.png","5ef40e64a18f966ce5c9084a024256db"],["images/serve_from_docs.png","15ae9eac3737a21593ebe00a9312bf9e"],["index.html","1867685889b9c528dd640cc9aa9d4728"],["index.xml","e6b39354f2238f321886f7704c2c1439"],["js/dom-scripts.js","1d87ba44d730c37fae139d4ac47b118a"],["js/prism.js","0c1fb8d3a69ee7c91dbf0f361ded7763"],["js/service-worker-registration.js","d60f01dc1393cbaaf4f7435339074d5e"],["manifest.json","47399fd703e572a010a718a351c37b03"],["patterns/coding/code-blocks/index.html","bb0ee5f0d4cf0d6d43381ac699968018"],["patterns/coding/color-palettes/index.html","7368b9a0670365ba513712ed30b07227"],["patterns/coding/command-line/index.html","fb24f16759beb0ea5cf7ccae2ed9d259"],["patterns/coding/demo-embedding/index.html","84d7834df551a8afbeb1d941c7a90893"],["patterns/coding/file-trees/index.html","65c634b2b050a813da21a51c6f6774e3"],["patterns/coding/index.html","28925605552ca13d100171ca7e0915e7"],["patterns/coding/index.xml","9103e9b80e3ea47df0759c7646b4b174"],["patterns/coding/tested/index.html","1a93d5bdb567f8de0cf04132d1634ff9"],["patterns/coding/writing-inline-demos/index.html","7d479f7bb01db74c9da935133143c2cc"],["patterns/help/index.html","9f8fe9213b8e8d649143965b71d06f3e"],["patterns/index.html","b473b50f0aa448e6f7a2df012d2e0377"],["patterns/index.xml","990257266735ed554e84f234d9a7717c"],["patterns/installation/index.html","3b77976f821f55730b5cf4f4ade696ea"],["patterns/library-setup/index.html","bda3c8f0f3b2fae992c96c496ec49918"],["patterns/media/including-images/index.html","1a004f2bb7f3c826a25fec91b286a276"],["patterns/media/including-videos/index.html","27e295c8fac0e479beec35d4c998c2a7"],["patterns/media/index.html","dad0e7ea7e22b8095a600ae9f8fb7ce3"],["patterns/media/index.xml","69e133cec08e19eeb33cb005e90590e3"],["patterns/printing/index.html","137b757d8dfc55da8376f27c4e35724c"],["patterns/serving/index.html","c255951a5dfecc6644c73d65380d61ec"],["patterns/updating/index.html","c685f744b3708ed38a7d731c4ea7ea40"],["patterns/writing/expandable-sections/index.html","77f3d248e210330561247138d08210af"],["patterns/writing/index.html","e2a7b8c75721a2ac884b9795aa90aabc"],["patterns/writing/index.xml","691ef930c108f300ab46d63e88be2b55"],["patterns/writing/library-structure/index.html","7135952b8acf5828df4d06363d0e77d9"],["patterns/writing/markdown-and-metadata/index.html","32aaf5fba68e84181a4b84b01a1f48cb"],["patterns/writing/notes-and-warnings/index.html","f4ba30707ad0bb0f7d126d19c9015a9d"],["patterns/writing/references/index.html","cf31bfc936bf5d5e6205c46412b6274d"],["patterns/writing/snippets/index.html","4530414e26ec5132252b624643ddd1e7"],["patterns/writing/tables-of-contents/index.html","dbdb17efb645179d4adfb9f537897751"],["print-version/index.html","c86eb2300837a271c6259d484fb6079f"],["sitemap.xml","0bcf740c980021ac8d95c2665e88600b"],["tags/index.xml","7445f2e8ccc722d44e7533263233d2df"],["tags/markdown/index.html","015de50a011311ddb3d1567092e5b4e8"],["tags/markdown/index.xml","7df48ac337fc803de40eec42599a31cd"],["tags/metadata/index.html","af019215772a65bde280fb7cde9b778f"],["tags/metadata/index.xml","eca9cfe9cd6561660ff341d5ded73b06"]];
+var precacheConfig = [["404.html","760aca7b3d495062084a3dce132e1ecc"],["browserconfig.xml","67c3113b1574fecc6015d56d774e1d38"],["categories/index.xml","1c183b48cab635f689386c900b9dc4aa"],["css/fonts/miriamlibre-bold.woff","96496f6f06535d25b3bcba876917ca35"],["css/fonts/miriamlibre-bold.woff2","668defa44d9a74dd709ce0c826a5eb11"],["css/images/arrow_effect.svg","1434d178461f70c16b77acb4bdbc51e3"],["css/images/icon-tick.svg","35d4d4728ea80d254508b2bca4109d70"],["css/images/stripe.svg","fa3f32a026b6a1bb04ee98d963432e15"],["css/prism.css","004029c8c70ed2bbaa5d9debcf14f8c7"],["css/styles.css","688ffa010382d739bc16e75707ae1150"],["images/android-icon-144x144.png","43e1f47f182b13d0dee15f510213e928"],["images/android-icon-192x192.png","4c07782e52e0ab714074e6d3d69dc3ec"],["images/android-icon-36x36.png","3b2cd8c925a66bf84c89b68bb30e5f62"],["images/android-icon-48x48.png","45dc386eea1d8a46216a8b6de9b156c6"],["images/android-icon-512x512.png","42d6b28cc7eb41810a5392c81368340a"],["images/android-icon-72x72.png","b04c64637efed2b04fa900ddfcbfe75d"],["images/android-icon-96x96.png","bd9c126a4d6baf7ce442122ce0e89e11"],["images/apple-icon-114x114.png","72e127d6f01dfcd2ba2340141babc536"],["images/apple-icon-120x120.png","bc7cd9e36869e66aaca78412207bf723"],["images/apple-icon-144x144.png","43e1f47f182b13d0dee15f510213e928"],["images/apple-icon-152x152.png","567c64205576865b5e5d06c849613ca2"],["images/apple-icon-180x180.png","6b8734c446bf02ab50be598b4c01ec9c"],["images/apple-icon-57x57.png","f8c586086752c78870820b6190d6b42b"],["images/apple-icon-60x60.png","6e88df111e506bcd5501bed4ff10542e"],["images/apple-icon-72x72.png","b04c64637efed2b04fa900ddfcbfe75d"],["images/apple-icon-76x76.png","d8666e0ac256f39f8c5c628486bd71fb"],["images/apple-icon-precomposed.png","725f6cec25256abb1db10385e0724400"],["images/apple-icon.png","725f6cec25256abb1db10385e0724400"],["images/bad_design_system.png","9c0e87a34e7d842b0e2831dc947249aa"],["images/browser-chrome-android.svg","3100b2a9c5f0e34982c717fc2aa46d73"],["images/browser-chrome.svg","fa39b4be6727525330e928f582fbe80a"],["images/browser-edge.svg","9e8265ab8f6a701587a4271dd3aa6a73"],["images/browser-firefox-android.svg","452df7b9e83c70a07e8e03b4e8dab9c4"],["images/browser-firefox.svg","d3093eda664be3d0cc6d791e1386420f"],["images/browser-ie.svg","13e192cf2b3fe17e7049a49b7d085caa"],["images/browser-opera.svg","95d65630c9f7deef6a3098af8f5baf9f"],["images/browser-safari-ios.svg","f729e629ec998ec40d313495d7257741"],["images/browser-safari.svg","523ee9491f5a937b8975f4d23aa77f62"],["images/favicon-16x16.png","7a99c20d6c00babddd26d03607b8721d"],["images/favicon-32x32.png","129881474a1bf130027bff7a1e89febd"],["images/favicon-96x96.png","bd9c126a4d6baf7ce442122ce0e89e11"],["images/favicon.ico","81c46feedbfcc6c6dc9495e4fd5adfad"],["images/icon-info.svg","53a6c555ce41f818556c71ab0dfc533b"],["images/icon-tag.svg","f067bbbc072941b2a0335679300bfc6c"],["images/icon-warning.svg","2a4322abbee9aed694fadb50e98a1f61"],["images/logo.svg","50293a256b796b9a737f1969d511a98e"],["images/ms-icon-144x144.png","43e1f47f182b13d0dee15f510213e928"],["images/ms-icon-150x150.png","e73370837ab9060772a18d62aaacd0f0"],["images/ms-icon-310x310.png","8a7143516b929702e3309bb537a99c5c"],["images/ms-icon-70x70.png","d7c6e7368733d53b5f979546d5aa4fe9"],["images/open_in_desktop.png","e899d6679b011aa7b0e783683d90d99b"],["images/samsung_homescreen.png","5ef40e64a18f966ce5c9084a024256db"],["images/serve_from_docs.png","15ae9eac3737a21593ebe00a9312bf9e"],["index.html","67e6a604ae0eb2de3393648092a88675"],["index.xml","075cf6b97936fbfcd2c1aa95bc6856a6"],["js/dom-scripts.js","1d87ba44d730c37fae139d4ac47b118a"],["js/prism.js","0c1fb8d3a69ee7c91dbf0f361ded7763"],["js/service-worker-registration.js","d60f01dc1393cbaaf4f7435339074d5e"],["manifest.json","47399fd703e572a010a718a351c37b03"],["patterns/coding/code-blocks/index.html","bb0ee5f0d4cf0d6d43381ac699968018"],["patterns/coding/color-palettes/index.html","7368b9a0670365ba513712ed30b07227"],["patterns/coding/command-line/index.html","fb24f16759beb0ea5cf7ccae2ed9d259"],["patterns/coding/demo-embedding/index.html","84d7834df551a8afbeb1d941c7a90893"],["patterns/coding/file-trees/index.html","65c634b2b050a813da21a51c6f6774e3"],["patterns/coding/index.html","28925605552ca13d100171ca7e0915e7"],["patterns/coding/index.xml","9103e9b80e3ea47df0759c7646b4b174"],["patterns/coding/tested/index.html","1a93d5bdb567f8de0cf04132d1634ff9"],["patterns/coding/writing-inline-demos/index.html","7d479f7bb01db74c9da935133143c2cc"],["patterns/help/index.html","9f8fe9213b8e8d649143965b71d06f3e"],["patterns/index.html","b473b50f0aa448e6f7a2df012d2e0377"],["patterns/index.xml","990257266735ed554e84f234d9a7717c"],["patterns/installation/index.html","3b77976f821f55730b5cf4f4ade696ea"],["patterns/library-setup/index.html","bda3c8f0f3b2fae992c96c496ec49918"],["patterns/media/including-images/index.html","1a004f2bb7f3c826a25fec91b286a276"],["patterns/media/including-videos/index.html","27e295c8fac0e479beec35d4c998c2a7"],["patterns/media/index.html","dad0e7ea7e22b8095a600ae9f8fb7ce3"],["patterns/media/index.xml","69e133cec08e19eeb33cb005e90590e3"],["patterns/printing/index.html","137b757d8dfc55da8376f27c4e35724c"],["patterns/serving/index.html","c255951a5dfecc6644c73d65380d61ec"],["patterns/updating/index.html","c685f744b3708ed38a7d731c4ea7ea40"],["patterns/writing/expandable-sections/index.html","77f3d248e210330561247138d08210af"],["patterns/writing/index.html","e2a7b8c75721a2ac884b9795aa90aabc"],["patterns/writing/index.xml","7c4e32dbdbe84e94bffb4bcb65e80848"],["patterns/writing/library-structure/index.html","b7f330ab441353504a4c3f7774acd004"],["patterns/writing/markdown-and-metadata/index.html","3d4ae1225ce90c9d829ad152c9d1370d"],["patterns/writing/notes-and-warnings/index.html","f4ba30707ad0bb0f7d126d19c9015a9d"],["patterns/writing/references/index.html","aeade212a931b0cc1313467d73f9e0b3"],["patterns/writing/snippets/index.html","4530414e26ec5132252b624643ddd1e7"],["patterns/writing/tables-of-contents/index.html","dbdb17efb645179d4adfb9f537897751"],["print-version/index.html","5118f505356fd4af8a6b41803fc0e18f"],["sitemap.xml","0bcf740c980021ac8d95c2665e88600b"],["tags/index.xml","7445f2e8ccc722d44e7533263233d2df"],["tags/markdown/index.html","015de50a011311ddb3d1567092e5b4e8"],["tags/markdown/index.xml","5387a8d0317e6b6641e0803ac2f5af3c"],["tags/metadata/index.html","af019215772a65bde280fb7cde9b778f"],["tags/metadata/index.xml","098f151053be1a17654318a88433154b"]];
 var cacheName = 'sw-precache-v3-sw-precache-' + (self.registration ? self.registration.scope : '');
 
 
diff --git a/docs/tags/markdown/index.xml b/docs/tags/markdown/index.xml
index b1235f0..f1c5c5e 100644
--- a/docs/tags/markdown/index.xml
+++ b/docs/tags/markdown/index.xml
@@ -16,7 +16,7 @@
       Mon, 01 Jan 0001 00:00:00 +0000
       
       https://thepaciellogroup.github.io/infusion/patterns/writing/markdown-and-metadata/
-      In Infusion, design patterns are documented using markdown. To create a new pattern file, just add a file with the .md extension to the /patterns folder. It&rsquo;s recommended you use &ldquo;kebab case&rdquo; to name the file ( words separated by hyphens). For example, a pattern with the title &ldquo;Menu button&rdquo; should probably have the filename menu-button. Then you get a nice clean URL: username.github.io/your-library/patterns/menu-button.
+      In Infusion everything is documented using markdown, as a &ldquo;pattern&rdquo;. To create a new pattern file, just add a file with the .md extension to the content/patterns folder. It&rsquo;s recommended you use &ldquo;kebab case&rdquo; to name the file (words separated by hyphens). For example, a pattern with the title &ldquo;Menu button&rdquo; should probably have the filename menu-button. Then you get a nice clean URL: username.github.io/your-library/patterns/menu-button.
 If you&rsquo;re not familiar with writing markdown, there are a number of tutorials available.
     
     
diff --git a/docs/tags/metadata/index.xml b/docs/tags/metadata/index.xml
index 0be75b7..41d6283 100644
--- a/docs/tags/metadata/index.xml
+++ b/docs/tags/metadata/index.xml
@@ -16,7 +16,7 @@
       Mon, 01 Jan 0001 00:00:00 +0000
       
       https://thepaciellogroup.github.io/infusion/patterns/writing/markdown-and-metadata/
-      In Infusion, design patterns are documented using markdown. To create a new pattern file, just add a file with the .md extension to the /patterns folder. It&rsquo;s recommended you use &ldquo;kebab case&rdquo; to name the file ( words separated by hyphens). For example, a pattern with the title &ldquo;Menu button&rdquo; should probably have the filename menu-button. Then you get a nice clean URL: username.github.io/your-library/patterns/menu-button.
+      In Infusion everything is documented using markdown, as a &ldquo;pattern&rdquo;. To create a new pattern file, just add a file with the .md extension to the content/patterns folder. It&rsquo;s recommended you use &ldquo;kebab case&rdquo; to name the file (words separated by hyphens). For example, a pattern with the title &ldquo;Menu button&rdquo; should probably have the filename menu-button. Then you get a nice clean URL: username.github.io/your-library/patterns/menu-button.
 If you&rsquo;re not familiar with writing markdown, there are a number of tutorials available.