You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/docs/src/_includes/layouts/home.njk
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,7 @@
84
84
85
85
{%setstyleModifier='c-tile--orange'%}
86
86
{%settitle='Open source and community driven'%}
87
-
{%setlink='#'%}
87
+
{%setlink='/support'%}
88
88
{%setdescription="Pattern Lab is (and will always be) an open source project. Check out the project on <a href='https://github.com/pattern-lab/patternlab-node'>GitHub</a> and join the <a href='https://gitter.im/pattern-lab/home'>Pattern Lab Gitter community</a> for conversation and support."%}
Copy file name to clipboardExpand all lines: packages/docs/src/docs/advanced-config-options.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ Sets whether or not to delete `public.patterns/` upon each build of Pattern Lab.
29
29
30
30
### defaultPattern
31
31
32
-
Sets a specific pattern upon launch of the styleguide. This pattern will not be available in the navigation, or in view all pages. The only way to get to it will be via a refresh. Set it using the [short-hand pattern-include syntax](http://localhost:4000/docs/pattern-including.html):
32
+
Sets a specific pattern upon launch of the styleguide. This pattern will not be available in the navigation, or in view all pages. The only way to get to it will be via a refresh. Set it using the [short-hand pattern-include syntax](/docs/including-patterns/):
33
33
34
34
```javascript
35
35
"defaultPattern":"pages-welcome",
@@ -160,7 +160,7 @@ Sets the panel name and language for the code tab on the styleguide. Since this
160
160
161
161
### patternStateCascade
162
162
163
-
See the [Pattern State Documentation](http://patternlab.io/docs/pattern-states.html#node)
163
+
See the [Pattern State Documentation](/docs/using-pattern-states/)
164
164
165
165
**default**:
166
166
@@ -176,7 +176,7 @@ Sets the location that any export operations should output files to. This may be
176
176
177
177
### patternExportPatternPartials
178
178
179
-
Sets an array of patterns (using the [short-hand pattern-include syntax](http://localhost:4000/docs/pattern-including.html)) to be exported after a build.
179
+
Sets an array of patterns (using the [short-hand pattern-include syntax](/docs/including-patterns/)) to be exported after a build.
180
180
181
181
For example, to export the navigation, header, and footer, one might do:
182
182
@@ -200,7 +200,7 @@ Sets live-server options. See the [live-server documentation](https://github.com
200
200
201
201
### starterkitSubDir
202
202
203
-
[Starterkits](http://localhost:4000/docs/advanced-starterkits.html) by convention house their files within the `dist/` directory. Should someone ever wish to change this, this key is available.
203
+
[Starterkits](/docs/starterkits/) by convention house their files within the `dist/` directory. Should someone ever wish to change this, this key is available.
204
204
205
205
**default**:
206
206
@@ -251,7 +251,7 @@ See the [initial release notes](https://github.com/pattern-lab/styleguidekit-ass
251
251
252
252
### uikits
253
253
254
-
Introduced in Pattern Lab Node v3, UIKits are a new term in the Pattern Lab [Ecosystem](http://patternlab.io/docs/advanced-ecosystem-overview.html). They are an evolution of the original Styleguidekit pattern which separated front-end templates from front-end assets like stylesheets and code. The existing `styleguidekit-assets-default` and `styleguidekit-mustache-default` have merged into `uikit-workshop`.
254
+
Introduced in Pattern Lab Node v3, UIKits are a new term in the Pattern Lab [Ecosystem](/docs/overview-of-pattern-lab's-ecosystem/). They are an evolution of the original Styleguidekit pattern which separated front-end templates from front-end assets like stylesheets and code. The existing `styleguidekit-assets-default` and `styleguidekit-mustache-default` have merged into `uikit-workshop`.
255
255
256
256
`uikits` accepts an array of UIKit objects, shipping with the one above.
Copy file name to clipboardExpand all lines: packages/docs/src/docs/advanced-ecosystem-overview.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ Have a trusty set of boilerplate code that you start every project with? Perhaps
35
35
36
36
Importing a starterkit is only a few keystrokes away after installation.
37
37
38
-
[Learn more about Starterkits](/docs/advanced-starterkits.html#node)
38
+
[Learn more about Starterkits](/docs/starterkits/)
39
39
40
40
### StyleguideKits
41
41
@@ -55,4 +55,4 @@ The flexibility of the Pattern Lab ecosystem means that teams can develop tools
55
55
56
56
## Guidance and Help
57
57
58
-
If you have ideas or would like guidance before we have all of the documentation done please learn how you can [engage with the Pattern Lab community](/contribute.html).
58
+
If you have ideas or would like guidance before we have all of the documentation done please learn how you can [engage with the Pattern Lab community](/support/).
Copy file name to clipboardExpand all lines: packages/docs/src/docs/advanced-starterkits.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ eleventyNavigation:
9
9
order: 300
10
10
---
11
11
12
-
Starterkits are a potent way create or augment a Pattern Lab instance with a baseline set of patterns and assets. They are an important part of the [Pattern Lab Ecosystem](/docs/advanced-ecosystem-overview.html) An agency or team could use it for each new client or project. [Several starterkits](https://github.com/pattern-lab?utf8=%E2%9C%93&q=starterkit&type=&language=) already exist to kick your project off, whether you’re looking for a blank start, begin with a demo that showcases Pattern Lab’s features, or start with a popular framework like Bootstrap, Foundation, or Material Design.
12
+
Starterkits are a potent way create or augment a Pattern Lab instance with a baseline set of patterns and assets. They are an important part of the [Pattern Lab Ecosystem](/docs/overview-of-pattern-lab's-ecosystem/) An agency or team could use it for each new client or project. [Several starterkits](https://github.com/pattern-lab?utf8=%E2%9C%93&q=starterkit&type=&language=) already exist to kick your project off, whether you’re looking for a blank start, begin with a demo that showcases Pattern Lab’s features, or start with a popular framework like Bootstrap, Foundation, or Material Design.
13
13
14
14
## Structure
15
15
@@ -27,7 +27,7 @@ js/
27
27
favicon.ico
28
28
```
29
29
30
-
Teams constructing their own Starterkits should stick to this structure if they wish to publish it externally, else may alter the structure to their [configured `paths`](/docs/advanced-config-options.html#node).
30
+
Teams constructing their own Starterkits should stick to this structure if they wish to publish it externally, else may alter the structure to their [configured `paths`](/docs/editing-the-configuration-options/).
Copy file name to clipboardExpand all lines: packages/docs/src/docs/advanced-template-language-and-pattern-engines.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ eleventyNavigation:
9
9
order: 300
10
10
---
11
11
12
-
By default Pattern Lab uses the Mustache template language, extended with [pattern parameters](/docs/pattern-parameters.html). PatternEngines let you add support for a template language of your personal choice. Each PatternEngine has it's own set of features and caveats.
12
+
By default Pattern Lab uses the Mustache template language, extended with [pattern parameters](/docs/using-pattern-parameters/). PatternEngines let you add support for a template language of your personal choice. Each PatternEngine has it's own set of features and caveats.
13
13
14
14
Right now the most mature PatternEngines are Handlebars, Mustache and Twig.
Copy file name to clipboardExpand all lines: packages/docs/src/docs/data-link-variable.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,6 @@ eleventyNavigation:
7
7
order: 100
8
8
---
9
9
10
-
# Linking to Patterns with Pattern Lab's Default `link` Variable
11
-
12
10
You can build patterns that link to one another to help simulate using a real website. This is especially useful when working with the Pages and Templates pattern types. Rather than having to remember the actual path to a pattern you can use the same shorthand syntax you'd use to include one pattern within another. **Important:** Pattern links _do not_ support the same fuzzy matching of names as the shorthand partials syntax does. The basic format is:
Copy file name to clipboardExpand all lines: packages/docs/src/docs/data-overview.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,12 +20,12 @@ The Node version of Pattern Lab only supports JSON.
20
20
There are three places to store data in Pattern Lab:
21
21
22
22
- in `./source/_data`.
23
-
- in [pattern-specific](/docs/data-pattern-specific.html) files in `./source/_patterns`.
24
-
- in [pseudo-pattern](/docs/pattern-pseudo-patterns.html) files in `./source/_patterns`.
23
+
- in [pattern-specific](/docs/creating-pattern-specific-values/) files in `./source/_patterns`.
24
+
- in [pseudo-pattern](/docs/using-pseudo-patterns/) files in `./source/_patterns`.
25
25
26
26
### A Special Note About Pattern Parameters
27
27
28
-
[Pattern parameters](/docs/pattern-parameters.html) are a simple find and replace of variables in the included pattern. As such they do not affect the context stack of Mustache and we don't consider them true data. They have no impact on overall data inheritance and they cannot be used any deeper than the included pattern. They are a hack.
28
+
[Pattern parameters](/docs/using-pattern-parameters/) are a simple find and replace of variables in the included pattern. As such they do not affect the context stack of Mustache and we don't consider them true data. They have no impact on overall data inheritance and they cannot be used any deeper than the included pattern. They are a hack.
0 commit comments