Skip to content

Commit 48de8c2

Browse files
author
Maximilian Franzke
committed
fix(docs): resolving broken links in new docs site #1192
1 parent 363f22c commit 48de8c2

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

packages/engine-handlebars/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ To install the Handlebars PatternEngine in your edition, `npm install --save @pa
88
* [x] Lineage
99
* [x] [Hidden Patterns](https://patternlab.io/docs/hiding-patterns-in-the-navigation/)
1010
* [x] [Pseudo-Patterns](https://patternlab.io/docs/using-pseudo-patterns/)
11-
* [ ] [Pattern Parameters](http://patternlab.io/docs/pattern-parameters.html) (Accomplished instead using [native Handlebars partial arguments](http://handlebarsjs.com/partials.html))
1211
* [x] [Pattern States](https://patternlab.io/docs/using-pattern-states/)
12+
* [ ] [Pattern Parameters](https://patternlab.io/docs/using-pattern-parameters/) (Accomplished instead using [native Handlebars partial arguments](http://handlebarsjs.com/partials.html))
1313
* [ ] [Style Modifiers](http://patternlab.io/docs/pattern-stylemodifier.html) (Accomplished instead using [native Handlebars partial arguments](http://handlebarsjs.com/partials.html))
1414

1515
## Helpers

packages/engine-liquid/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ This PatternEngine is in alpha and considered a work in progress.
1717

1818
* [ ] [Hidden Patterns](https://patternlab.io/docs/hiding-patterns-in-the-navigation/)
1919
* [ ] [Pseudo-Patterns](https://patternlab.io/docs/using-pseudo-patterns/)
20-
* [ ] [Pattern Parameters](http://patternlab.io/docs/pattern-parameters.html)
2120
* [ ] [Pattern States](https://patternlab.io/docs/using-pattern-states/)
21+
* [ ] [Pattern Parameters](https://patternlab.io/docs/using-pattern-parameters/)
2222
* [ ] [Style Modifiers](http://patternlab.io/docs/pattern-stylemodifier.html)

packages/engine-nunjucks/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ To install the Nunjucks PatternEngine in your edition, run `npm install @pattern
99
- [x] Lineage
1010
- [x] [Hidden Patterns](https://patternlab.io/docs/hiding-patterns-in-the-navigation/)
1111
- [x] [Pseudo-Patterns](https://patternlab.io/docs/using-pseudo-patterns/)
12-
- [ ] [Pattern Parameters](http://patternlab.io/docs/pattern-parameters.html) (Accomplished instead using native Nunjucks variables)
1312
- [x] [Pattern States](https://patternlab.io/docs/using-pattern-states/)
13+
- [ ] [Pattern Parameters](https://patternlab.io/docs/using-pattern-parameters/) (Accomplished instead using native Nunjucks variables)
1414
- [ ] [Style Modifiers](http://patternlab.io/docs/pattern-stylemodifier.html) (Accomplished instead using native Nunjucks variables)
1515

1616
Level of Support is more or less full. Partial calls and lineage hunting are supported. Nunjucks does not support the mustache-specific syntax extensions, style modifiers and pattern parameters, because their use cases are addressed by the core Nunjucks feature set. Pattern Lab's listitems feature is still written in the mustache syntax.

packages/engine-react/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ To install the React PatternEngine in your edition, `npm install @pattern-lab/en
1818
* [x] Data inheritance: This can be achieved by combining react `props` & `defaultProps`
1919
* [x] [Hidden Patterns](https://patternlab.io/docs/hiding-patterns-in-the-navigation/)
2020
* [x] [Pseudo-Patterns](https://patternlab.io/docs/using-pseudo-patterns/)
21-
* [x] [Pattern Parameters](http://patternlab.io/docs/pattern-parameters.html): With react props
2221
* [x] [Pattern States](https://patternlab.io/docs/using-pattern-states/)
22+
* [x] [Pattern Parameters](https://patternlab.io/docs/using-pattern-parameters/): With react props
2323
* [x] [Style Modifiers](http://patternlab.io/docs/pattern-stylemodifier.html): With react props
2424
* [x] Lineage
2525
* [x] Incremental builds

packages/engine-underscore/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ To install the Underscore PatternEngine in your edition, `npm install @pattern-l
1010
* [x] Lineage
1111
* [x] [Hidden Patterns](https://patternlab.io/docs/hiding-patterns-in-the-navigation/)
1212
* [x] [Pseudo-Patterns](https://patternlab.io/docs/using-pseudo-patterns/)
13-
* [ ] [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)
1413
* [x] [Pattern States](https://patternlab.io/docs/using-pattern-states/)
14+
* [ ] [Pattern Parameters](https://patternlab.io/docs/using-pattern-parameters/) (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)
1515
* [ ] [Style Modifiers](http://patternlab.io/docs/pattern-stylemodifier.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)
1616

1717
## Extensions to basic Underscore functionality

0 commit comments

Comments
 (0)