Skip to content

Remove TODO in live doc on installation guide #1274

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 19, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/docs/src/demos/handlebars-base-starterkit.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Handlebars Base Starter Kit
title: Handlebars Base Starter Kit Preview
description: The StarterKit for Handlebars is meant to be used as a demonstration of a Handlebars-based project in Pattern Lab.
url: https://patternlab-handlebars-preview.netlify.com/?p=all
category: starterkit
Expand Down
8 changes: 5 additions & 3 deletions packages/docs/src/docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,14 @@ This will bring up an installation menu that presents the following steps:

**`What initial patterns do you want included in your project?`** - Choose the <a href="/docs/starterkits/">Starterkit</a> you want to begin your project with. The options are:

- **`Handlebars base patterns`** `(some basic patterns to get started with)` - TODO: include demo link
- **`Handlebars demo patterns`** `(full demo website and patterns)` - TODO: include demo link
- **`Twig (PHP) demo patterns`** `(full demo website and patterns)` - TODO: include demo link
- **`Handlebars base patterns`** `(some basic patterns to get started with)`
- **`Handlebars demo patterns`** `(full demo website and patterns)`
- **`Twig (PHP) demo patterns`** `(full demo website and patterns)`
- **`Custom starterkit`** - point to a custom Pattern Lab starterkit TODO: include instructions on including custom starterkits
- **`Blank project (no patterns)`** - This won't include any initial patterns in your project so you can start completely from scratch

You can find all starter kits on our [demos page](/demos/)

## Step 6: Confirm your choices

**`Are you happy with your choices? (Hit enter for YES)?`** - Confirm your choices, and when done the Pattern Lab installation will begin.
Expand Down