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/docs/installation.md
+13-7Lines changed: 13 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -31,20 +31,26 @@ This will bring up an installation menu that presents the following steps:
31
31
32
32
## Step 4: Choose templating language
33
33
34
-
**`What templating language do you want to use with Pattern Lab?`**Choose the Pattern Lab edition that you want to install. The options are:
34
+
**`What templating language do you want to use with Pattern Lab?`**This determines what templating engine you'll use to author components. The options are:
35
35
36
-

36
+
-`Handlebars` - uses the [Handlebars](https://handlebarsjs.com/) templating engine
37
+
-`Twig (PHP)*` - uses the [Twig](https://twig.symfony.com/) templating engine
37
38
38
-
-`edition-node (handlebars engine)`
39
-
-`edition-node-gulp (legacy)`
39
+
**\*A note on Twig:** while Pattern Lab is powered by Node, behind the scenes Twig files are compiled by Twig PHP, _not_ by twig.js (which isn't fully on par with Twig PHP).
40
40
41
41
## Step 5: Choose initial patterns
42
42
43
-
`What initial patterns do you want included in your project?` - Choose the <ahref="/docs/advanced-starterkits.html">Starterkit</a> you want to begin your project with. Starterkits define the initial components and assets that are included in the initial project. Start from scratch, start from a full demo, or a lightweight boilerplate.
43
+
**`What initial patterns do you want included in your project?`** - Choose the <ahref="/docs/advanced-starterkits.html">Starterkit</a> you want to begin your project with. The options are:
0 commit comments