@@ -12,6 +12,7 @@ The PHP version of Pattern Lab should be relatively easy for anyone to get up an
12
12
13
13
* [ Requirements] ( http://pattern-lab.info/docs/requirements.html )
14
14
* [ Installing the PHP Version of Pattern Lab] ( http://pattern-lab.info/docs/installation.html )
15
+ * [ Upgrading the PHP Version of Pattern Lab] ( http://pattern-lab.info/docs/ugprading.html )
15
16
* [ Generating the Pattern Lab Website for the First Time] ( http://pattern-lab.info/docs/first-run.html )
16
17
* [ Editing the Pattern Lab Website Source Files] ( http://pattern-lab.info/docs/editing-source-files.html )
17
18
* [ Using the Command-line Options] ( http://pattern-lab.info/docs/command-line.html )
@@ -24,12 +25,14 @@ Patterns are the core element of Pattern Lab. Understanding how they work is the
24
25
* [ How Patterns Are Organized] ( http://pattern-lab.info/docs/pattern-organization.html )
25
26
* [ Adding New Patterns] ( http://pattern-lab.info/docs/pattern-add-new.html )
26
27
* [ Reorganizing Patterns] ( http://pattern-lab.info/docs/pattern-reorganizing.html )
27
- * [ Converting Old Patterns] ( https://github.com/pattern-lab/patternlab-php/wiki/Converting-Old-Patterns )
28
- * [ "Hiding" Patterns in the Navigation] ( http://pattern-lab.info/docs/pattern-hiding.html )
29
28
* [ Including One Pattern Within Another via Partials] ( http://pattern-lab.info/docs/pattern-including.html )
30
- * [ Linking Directly to a Pattern] ( http://pattern-lab.info/docs/pattern-linking.html )
31
29
* [ Managing Assets for a Pattern: JavaScript, images, CSS, etc.] ( http://pattern-lab.info/docs/pattern-managing-assets.html )
30
+ * [ Modifying the Pattern Header and Footer] ( http://pattern-lab.info/docs/pattern-header-footer.html )
31
+ * [ Using Pseudo-Patterns] ( http://pattern-lab.info/docs/pattern-pseudo-patterns.html )
32
+ * [ Using Pattern Parameters] ( http://pattern-lab.info/docs/pattern-parameters.html )
33
+ * [ "Hiding" Patterns in the Navigation] ( http://pattern-lab.info/docs/pattern-hiding.html )
32
34
* [ Adding Annotations] ( http://pattern-lab.info/docs/pattern-adding-annotations.html )
35
+ * [ Viewing Patterns on a Mobile Device] ( http://pattern-lab.info/docs/pattern-mobile-view.html )
33
36
34
37
## Creating & Working With Dynamic Data for a Pattern
35
38
@@ -46,4 +49,8 @@ By default, the Pattern Lab assets can be manually generated and the Pattern Lab
46
49
47
50
* [ Watching for Changes and Auto-Regenerating Patterns] ( http://pattern-lab.info/docs/advanced-auto-regenerate.html )
48
51
* [ Auto-Reloading the Browser Window When Changes Are Made] ( http://pattern-lab.info/docs/advanced-reload-browser.html )
49
- * [ Multi-browser & Multi-device Testing with Page Follow] ( http://pattern-lab.info/docs/advanced-page-follow.html )
52
+ * [ Multi-browser & Multi-device Testing with Page Follow] ( http://pattern-lab.info/docs/advanced-page-follow.html )
53
+ * [ Special Pattern Lab-specific Query String Variables ] ( http://pattern-lab.info/docs/pattern-linking.html )
54
+ * [ Preventing the Cleaning of public/] ( http://pattern-lab.info/docs/advanced-clean-public.html )
55
+ * [ Generating CSS] ( http://pattern-lab.info/docs/advanced-generated-css.html )
56
+ * [ Integration with Compass] ( http://pattern-lab.info/docs/advanced-integration-with-compass.html )
0 commit comments