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
those don't have an eqivalent any more in the new docs space, so we're linking to their deprecation ticket.
  • Loading branch information
Maximilian Franzke committed May 2, 2020
1 parent cb0fcdb commit 374c103
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 @@ -10,7 +10,7 @@ To install the Handlebars PatternEngine in your edition, `npm install --save @pa
* [x] [Pseudo-Patterns](https://patternlab.io/docs/using-pseudo-patterns/)
* [x] [Pattern States](https://patternlab.io/docs/using-pattern-states/)
* [ ] [Pattern Parameters](https://patternlab.io/docs/using-pattern-parameters/) (Accomplished instead using [native Handlebars partial arguments](http://handlebarsjs.com/partials.html))
* [ ] [Style Modifiers](http://patternlab.io/docs/pattern-stylemodifier.html) (Accomplished instead using [native Handlebars partial arguments](http://handlebarsjs.com/partials.html))
* [ ] [Style Modifiers](https://github.com/pattern-lab/patternlab-node/issues/1177) (Accomplished instead using [native Handlebars partial arguments](http://handlebarsjs.com/partials.html))

## Helpers

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 @@ -19,4 +19,4 @@ This PatternEngine is in alpha and considered a work in progress.
* [ ] [Pseudo-Patterns](https://patternlab.io/docs/using-pseudo-patterns/)
* [ ] [Pattern States](https://patternlab.io/docs/using-pattern-states/)
* [ ] [Pattern Parameters](https://patternlab.io/docs/using-pattern-parameters/)
* [ ] [Style Modifiers](http://patternlab.io/docs/pattern-stylemodifier.html)
* [ ] [Style Modifiers](https://github.com/pattern-lab/patternlab-node/issues/1177)
2 changes: 1 addition & 1 deletion packages/engine-nunjucks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ To install the Nunjucks PatternEngine in your edition, run `npm install @pattern
- [x] [Pseudo-Patterns](https://patternlab.io/docs/using-pseudo-patterns/)
- [x] [Pattern States](https://patternlab.io/docs/using-pattern-states/)
- [ ] [Pattern Parameters](https://patternlab.io/docs/using-pattern-parameters/) (Accomplished instead using native Nunjucks variables)
- [ ] [Style Modifiers](http://patternlab.io/docs/pattern-stylemodifier.html) (Accomplished instead using native Nunjucks variables)
- [ ] [Style Modifiers](https://github.com/pattern-lab/patternlab-node/issues/1177) (Accomplished instead using native Nunjucks variables)

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.

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 @@ -20,7 +20,7 @@ To install the React PatternEngine in your edition, `npm install @pattern-lab/en
* [x] [Pseudo-Patterns](https://patternlab.io/docs/using-pseudo-patterns/)
* [x] [Pattern States](https://patternlab.io/docs/using-pattern-states/)
* [x] [Pattern Parameters](https://patternlab.io/docs/using-pattern-parameters/): With react props
* [x] [Style Modifiers](http://patternlab.io/docs/pattern-stylemodifier.html): With react props
* [x] [Style Modifiers](https://github.com/pattern-lab/patternlab-node/issues/1177): With react props
* [x] Lineage
* [x] Incremental builds

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 @@ -12,7 +12,7 @@ To install the Underscore PatternEngine in your edition, `npm install @pattern-l
* [x] [Pseudo-Patterns](https://patternlab.io/docs/using-pseudo-patterns/)
* [x] [Pattern States](https://patternlab.io/docs/using-pattern-states/)
* [ ] [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)
* [ ] [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)
* [ ] [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)

## Extensions to basic Underscore functionality

Expand Down

0 comments on commit 374c103

Please sign in to comment.