Skip to content

Commit c1d72f5

Browse files
bradfrostbmuenzenmeyer
authored andcommitted
Installation updates
1 parent 029acd8 commit c1d72f5

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

packages/docs/src/docs/installation.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,20 +31,26 @@ This will bring up an installation menu that presents the following steps:
3131

3232
## Step 4: Choose templating language
3333

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:
3535

36-
!["choose edition"](/images/3chooseedition.png)
36+
- `Handlebars` - uses the [Handlebars](https://handlebarsjs.com/) templating engine
37+
- `Twig (PHP)*` - uses the [Twig](https://twig.symfony.com/) templating engine
3738

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).
4040

4141
## Step 5: Choose initial patterns
4242

43-
`What initial patterns do you want included in your project?` - Choose the <a href="/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 <a href="/docs/advanced-starterkits.html">Starterkit</a> you want to begin your project with. The options are:
4444

45-
!["choose edition"](/images/4choosestarterkit.png)
45+
- **`Handlebars base patterns`** `(some basic patterns to get started with)` - TODO: include demo link
46+
- **`Handlebars demo patterns`** `(full demo website and patterns)` - TODO: include demo link
47+
- **`Twig (PHP) demo patterns`** `(full demo website and patterns)` - TODO: include demo link
48+
- **`Custom starterkit`** - point to a custom Pattern Lab starterkit TODO: include instructions on including custom starterkits
49+
- **`Blank project (no patterns)`** - This won't include any initial patterns in your project so you can start completely from scratch
4650

47-
4. `Are you happy with your choices? (Hit enter for YES)?` - Confirm your choices, and when done the Pattern Lab installation will begin.
51+
## Step 6: Confirm your choices
52+
53+
**`Are you happy with your choices? (Hit enter for YES)?`** - Confirm your choices, and when done the Pattern Lab installation will begin.
4854

4955
!["are you happy yes or no"](/images/5areyouhappy.png)
5056

0 commit comments

Comments
 (0)