From 374c103a59504ba239b16680f86a89b4d95e304f Mon Sep 17 00:00:00 2001 From: Maximilian Franzke Date: Sat, 2 May 2020 15:26:40 +0200 Subject: [PATCH] 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. --- packages/engine-handlebars/README.md | 2 +- packages/engine-liquid/README.md | 2 +- packages/engine-nunjucks/README.md | 2 +- packages/engine-react/README.md | 2 +- packages/engine-underscore/README.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/engine-handlebars/README.md b/packages/engine-handlebars/README.md index ec9321e25..af783da0a 100644 --- a/packages/engine-handlebars/README.md +++ b/packages/engine-handlebars/README.md @@ -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 diff --git a/packages/engine-liquid/README.md b/packages/engine-liquid/README.md index 7aef47146..a61555604 100644 --- a/packages/engine-liquid/README.md +++ b/packages/engine-liquid/README.md @@ -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) diff --git a/packages/engine-nunjucks/README.md b/packages/engine-nunjucks/README.md index 9ec4e0d5b..383567428 100644 --- a/packages/engine-nunjucks/README.md +++ b/packages/engine-nunjucks/README.md @@ -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. diff --git a/packages/engine-react/README.md b/packages/engine-react/README.md index b4a83a448..f1fb383a1 100644 --- a/packages/engine-react/README.md +++ b/packages/engine-react/README.md @@ -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 diff --git a/packages/engine-underscore/README.md b/packages/engine-underscore/README.md index fcf2eb683..d5b06a600 100644 --- a/packages/engine-underscore/README.md +++ b/packages/engine-underscore/README.md @@ -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