Skip to content

Commit

Permalink
fix(docs): resolving broken links in new docs site #1192
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximilian Franzke committed May 2, 2020
1 parent 420e829 commit 571017f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/engine-handlebars/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ To install the Handlebars PatternEngine in your edition, `npm install --save @pa

* [x] [Includes](https://patternlab.io/docs/including-patterns/)
* [x] Lineage
* [x] [Hidden Patterns](http://patternlab.io/docs/pattern-hiding.html)
* [x] [Hidden Patterns](https://patternlab.io/docs/hiding-patterns-in-the-navigation/)
* [x] [Pseudo-Patterns](http://patternlab.io/docs/pattern-pseudo-patterns.html)
* [x] [Pattern States](http://patternlab.io/docs/pattern-states.html)
* [ ] [Pattern Parameters](http://patternlab.io/docs/pattern-parameters.html) (Accomplished instead using [native Handlebars partial arguments](http://handlebarsjs.com/partials.html))
Expand Down
2 changes: 1 addition & 1 deletion packages/engine-liquid/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This PatternEngine is in alpha and considered a work in progress.

**TBD**

* [ ] [Hidden Patterns](http://patternlab.io/docs/pattern-hiding.html)
* [ ] [Hidden Patterns](https://patternlab.io/docs/hiding-patterns-in-the-navigation/)
* [ ] [Pseudo-Patterns](http://patternlab.io/docs/pattern-pseudo-patterns.html)
* [ ] [Pattern States](http://patternlab.io/docs/pattern-states.html)
* [ ] [Pattern Parameters](http://patternlab.io/docs/pattern-parameters.html)
Expand Down
2 changes: 1 addition & 1 deletion packages/engine-nunjucks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ To install the Nunjucks PatternEngine in your edition, run `npm install @pattern
## Supported features
- [x] [Includes](https://patternlab.io/docs/including-patterns/)
- [x] Lineage
- [x] [Hidden Patterns](http://patternlab.io/docs/pattern-hiding.html)
- [x] [Hidden Patterns](https://patternlab.io/docs/hiding-patterns-in-the-navigation/)
- [x] [Pseudo-Patterns](http://patternlab.io/docs/pattern-pseudo-patterns.html)
- [x] [Pattern States](http://patternlab.io/docs/pattern-states.html)
- [ ] [Pattern Parameters](http://patternlab.io/docs/pattern-parameters.html) (Accomplished instead using native Nunjucks variables)
Expand Down
2 changes: 1 addition & 1 deletion packages/engine-react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ To install the React PatternEngine in your edition, `npm install @pattern-lab/en

* [x] [Includes](https://patternlab.io/docs/including-patterns/)
* [x] Data inheritance: This can be achieved by combining react `props` & `defaultProps`
* [x] [Hidden Patterns](http://patternlab.io/docs/pattern-hiding.html)
* [x] [Hidden Patterns](https://patternlab.io/docs/hiding-patterns-in-the-navigation/)
* [x] [Pseudo-Patterns](http://patternlab.io/docs/pattern-pseudo-patterns.html)
* [x] [Pattern States](http://patternlab.io/docs/pattern-states.html#node)
* [x] [Pattern Parameters](http://patternlab.io/docs/pattern-parameters.html): With react props
Expand Down
2 changes: 1 addition & 1 deletion packages/engine-underscore/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ To install the Underscore PatternEngine in your edition, `npm install @pattern-l

* [x] [Includes](https://patternlab.io/docs/including-patterns/) (Accomplished using the included [`_.renderNamedPartial()`](https://github.com/pattern-lab/patternlab-node/blob/master/packages/engine-underscore/lib/engine_underscore.js#L54-L60))
* [x] Lineage
* [x] [Hidden Patterns](http://patternlab.io/docs/pattern-hiding.html)
* [x] [Hidden Patterns](https://patternlab.io/docs/hiding-patterns-in-the-navigation/)
* [x] [Pseudo-Patterns](http://patternlab.io/docs/pattern-pseudo-patterns.html)
* [x] [Pattern States](http://patternlab.io/docs/pattern-states.html)
* [ ] [Pattern Parameters](http://patternlab.io/docs/pattern-parameters.html) (Accomplished instead using parameter object passed to the included [`_.renderNamedPartial()`](https://github.com/pattern-lab/patternlab-node/blob/master/packages/engine-underscore/lib/engine_underscore.js#L54-L60) mixin function)
Expand Down

0 comments on commit 571017f

Please sign in to comment.