Skip to content
This repository has been archived by the owner on May 1, 2020. It is now read-only.

Commit

Permalink
fix(links): adjust links to account for patternlab-node monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
bmuenzenmeyer committed Mar 16, 2018
1 parent 997b37d commit cc0d8a6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions _includes/download-node.html
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
<p>Pick the Node version of Pattern Lab you'd like based on your environment or task runner preference:</p>
<ul class="link-desc-list">
<li class="link-desc-list__item">
<a class="link-desc-list__link" href="https://github.com/pattern-lab/edition-node ">Vanilla Edition</a>
<p class="link-desc-list__desc">The pure Node wrapper around <a href="https://github.com/pattern-lab/patternlab-node">Pattern Lab Node Core</a></p>
<a class="link-desc-list__link" href="https://github.com/pattern-lab/patternlab-node/tree/master/packages/edition-node">Vanilla Edition</a>
<p class="link-desc-list__desc">The pure Node wrapper around <a href="https://github.com/pattern-lab/patternlab-node/tree/master/packages/core">Pattern Lab Node Core</a></p>
</li>
<li class="link-desc-list__item">
<a class="link-desc-list__link" href="https://github.com/pattern-lab/edition-node-gulp ">Gulp Edition</a>
<p class="link-desc-list__desc">The Gulp wrapper around <a href="https://github.com/pattern-lab/patternlab-node">Pattern Lab Node Core</a></p>
<a class="link-desc-list__link" href="https://github.com/pattern-lab/patternlab-node/tree/master/packages/edition-node-gulp">Gulp Edition</a>
<p class="link-desc-list__desc">The Gulp wrapper around <a href="https://github.com/pattern-lab/patternlab-node/tree/master/packages/core">Pattern Lab Node Core</a></p>
</li>
<li class="link-desc-list__item">
<a class="link-desc-list__link" href="https://github.com/pattern-lab/edition-node-grunt">Grunt Edition</a>
<p class="link-desc-list__desc">The Grunt wrapper around <a href="https://github.com/pattern-lab/patternlab-node">Pattern Lab Node Core</a></p>
<p class="link-desc-list__desc">The Grunt wrapper around <a href="https://github.com/pattern-lab/patternlab-node/tree/master/packages/core">Pattern Lab Node Core</a></p>
</li>
<li class="link-desc-list__item">
<a class="link-desc-list__link" href="https://github.com/Comcast/patternlab-edition-node-webpack">Webpack Edition</a>
<p class="link-desc-list__desc">The Webpack wrapper around <a href="https://github.com/pattern-lab/patternlab-node">Pattern Lab Node Core</a> Thanks to the team at Comcast for <a href="https://comcast.github.io">open-sourcing</a> this stellar work!</p>
<p class="link-desc-list__desc">The Webpack wrapper around <a href="https://github.com/pattern-lab/patternlab-node/tree/master/packages/core">Pattern Lab Node Core</a> Thanks to the team at Comcast for <a href="https://comcast.github.io">open-sourcing</a> this stellar work!</p>
</li>
</ul>
2 changes: 1 addition & 1 deletion docs/advanced-config-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ languages:

{% capture m %}

Pattern Lab Node comes with a configuration file [(`patternlab-config.json`)](https://github.com/pattern-lab/patternlab-node/blob/master/patternlab-config.json) that allows you to modify certain aspects of the system. The latest default values are included within This file is shipped within [the editions](https://github.com/pattern-lab?utf8=%E2%9C%93&query=edition-node) or can be supplied from core and the command line interface. Below is a description of each configuration option and how it affects Pattern Lab Node
Pattern Lab Node comes with a configuration file [(`patternlab-config.json`)](https://github.com/pattern-lab/patternlab-node/blob/master/packages/core/patternlab-config.json) that allows you to modify certain aspects of the system. The latest default values are included within This file is shipped within [the editions](https://github.com/pattern-lab?utf8=%E2%9C%93&query=edition-node) or can be supplied from core and the command line interface. Below is a description of each configuration option and how it affects Pattern Lab Node

### cacheBust
Instructs Pattern Lab to append a unique query string to Javascript and CSS assets throughout the frontend.
Expand Down
2 changes: 1 addition & 1 deletion docs/advanced-starterkits.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ npm install @pattern-lab/starterkit-mustache-demo
gulp patternlab:loadstarterkit --kit=@pattern-lab/starterkit-mustache-demo
```

The [Pattern Lab Node CLI](https://github.com/pattern-lab/patternlab-node-cli) will also support installation of Starterkits should you not be using gulp.
The [Pattern Lab Node CLI](https://github.com/pattern-lab/patternlab-node/tree/master/packages/cli) will also support installation of Starterkits should you not be using gulp.

## PSA

Expand Down

0 comments on commit cc0d8a6

Please sign in to comment.