Skip to content
This repository was archived by the owner on Feb 7, 2023. It is now read-only.

Commit 3f468c9

Browse files
committed
link to extra docs
1 parent 45aef02 commit 3f468c9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ The PHP version of Pattern Lab should be relatively easy for anyone to get up an
1515
* [Generating the Pattern Lab Website for the First Time](http://pattern-lab.info/docs/first-run.html)
1616
* [Editing the Pattern Lab Website Source Files](http://pattern-lab.info/docs/editing-source-files.html)
1717
* [Using the Command-line Options](http://pattern-lab.info/docs/command-line.html)
18+
* [Command Prompt on Windows](http://pattern-lab.info/docs/command-prompt-windows.html)
1819

1920
## Working with Patterns
2021

@@ -28,13 +29,14 @@ Patterns are the core element of Pattern Lab. Understanding how they work is the
2829
* [Including One Pattern Within Another via Partials](http://pattern-lab.info/docs/pattern-including.html)
2930
* [Linking Directly to a Pattern](http://pattern-lab.info/docs/pattern-linking.html)
3031
* [Managing Assets for a Pattern: JavaScript, images, CSS, etc.](http://pattern-lab.info/docs/pattern-managing-assets.html)
32+
* [Adding Annotations](http://pattern-lab.info/docs/pattern-adding-annotations.html)
3133

3234
## Creating & Working With Dynamic Data for a Pattern
3335

3436
The PHP version of Pattern Lab utilizes Mustache as the template language for patterns. In addition to allowing for the [inclusion of one pattern within another](https://github.com/pattern-lab/patternlab-php/wiki/Including-One-Pattern-Within-Another) it also gives pattern developers the ability to include variables. This means that attributes like image sources can be centralized in one file for easy modification across one or more patterns. The PHP version of Pattern Lab uses a JSON file, `source/_data/data.json`, to centralize many of these attributes.
3537

3638
* [Introduction to JSON & Mustache Variables](http://pattern-lab.info/docs/data-json-mustache.html)
37-
* [Overriding the Central `data.json` Values with Pattern-specific Values](https://github.com/pattern-lab/patternlab-php/wiki/Overriding-the-Central-%60data.json%60-Values-with-Pattern-specific-Values)
39+
* [Overriding the Central `data.json` Values with Pattern-specific Values](http://pattern-lab.info/docs/data-pattern-specific.html)
3840
* [Linking to Patterns with Pattern Lab's Default `link` Variable](http://pattern-lab.info/docs/data-link-variable.html)
3941
* [Creating Lists with Pattern Lab's Default `listItems` Variable](http://pattern-lab.info/docs/data-listitems.html)
4042

0 commit comments

Comments
 (0)