Skip to content

Commit 374c103

Browse files
author
Maximilian Franzke
committed
fix(docs): resolving broken links in new docs site #1192
those don't have an eqivalent any more in the new docs space, so we're linking to their deprecation ticket.
1 parent cb0fcdb commit 374c103

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
@@ -10,7 +10,7 @@ To install the Handlebars PatternEngine in your edition, `npm install --save @pa
1010
* [x] [Pseudo-Patterns](https://patternlab.io/docs/using-pseudo-patterns/)
1111
* [x] [Pattern States](https://patternlab.io/docs/using-pattern-states/)
1212
* [ ] [Pattern Parameters](https://patternlab.io/docs/using-pattern-parameters/) (Accomplished instead using [native Handlebars partial arguments](http://handlebarsjs.com/partials.html))
13-
* [ ] [Style Modifiers](http://patternlab.io/docs/pattern-stylemodifier.html) (Accomplished instead using [native Handlebars partial arguments](http://handlebarsjs.com/partials.html))
13+
* [ ] [Style Modifiers](https://github.com/pattern-lab/patternlab-node/issues/1177) (Accomplished instead using [native Handlebars partial arguments](http://handlebarsjs.com/partials.html))
1414

1515
## Helpers
1616

packages/engine-liquid/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ This PatternEngine is in alpha and considered a work in progress.
1919
* [ ] [Pseudo-Patterns](https://patternlab.io/docs/using-pseudo-patterns/)
2020
* [ ] [Pattern States](https://patternlab.io/docs/using-pattern-states/)
2121
* [ ] [Pattern Parameters](https://patternlab.io/docs/using-pattern-parameters/)
22-
* [ ] [Style Modifiers](http://patternlab.io/docs/pattern-stylemodifier.html)
22+
* [ ] [Style Modifiers](https://github.com/pattern-lab/patternlab-node/issues/1177)

packages/engine-nunjucks/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ To install the Nunjucks PatternEngine in your edition, run `npm install @pattern
1111
- [x] [Pseudo-Patterns](https://patternlab.io/docs/using-pseudo-patterns/)
1212
- [x] [Pattern States](https://patternlab.io/docs/using-pattern-states/)
1313
- [ ] [Pattern Parameters](https://patternlab.io/docs/using-pattern-parameters/) (Accomplished instead using native Nunjucks variables)
14-
- [ ] [Style Modifiers](http://patternlab.io/docs/pattern-stylemodifier.html) (Accomplished instead using native Nunjucks variables)
14+
- [ ] [Style Modifiers](https://github.com/pattern-lab/patternlab-node/issues/1177) (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.
1717

packages/engine-react/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ To install the React PatternEngine in your edition, `npm install @pattern-lab/en
2020
* [x] [Pseudo-Patterns](https://patternlab.io/docs/using-pseudo-patterns/)
2121
* [x] [Pattern States](https://patternlab.io/docs/using-pattern-states/)
2222
* [x] [Pattern Parameters](https://patternlab.io/docs/using-pattern-parameters/): With react props
23-
* [x] [Style Modifiers](http://patternlab.io/docs/pattern-stylemodifier.html): With react props
23+
* [x] [Style Modifiers](https://github.com/pattern-lab/patternlab-node/issues/1177): With react props
2424
* [x] Lineage
2525
* [x] Incremental builds
2626

packages/engine-underscore/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ To install the Underscore PatternEngine in your edition, `npm install @pattern-l
1212
* [x] [Pseudo-Patterns](https://patternlab.io/docs/using-pseudo-patterns/)
1313
* [x] [Pattern States](https://patternlab.io/docs/using-pattern-states/)
1414
* [ ] [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)
15-
* [ ] [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)
15+
* [ ] [Style Modifiers](https://github.com/pattern-lab/patternlab-node/issues/1177) (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
1818

0 commit comments

Comments
 (0)