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

Commit 7c84e83

Browse files
committed
updating the README to match the new docs
1 parent ec1bde3 commit 7c84e83

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ The PHP version of Pattern Lab should be relatively easy for anyone to get up an
1212

1313
* [Requirements](http://pattern-lab.info/docs/requirements.html)
1414
* [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)
1516
* [Generating the Pattern Lab Website for the First Time](http://pattern-lab.info/docs/first-run.html)
1617
* [Editing the Pattern Lab Website Source Files](http://pattern-lab.info/docs/editing-source-files.html)
1718
* [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
2425
* [How Patterns Are Organized](http://pattern-lab.info/docs/pattern-organization.html)
2526
* [Adding New Patterns](http://pattern-lab.info/docs/pattern-add-new.html)
2627
* [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)
2928
* [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)
3129
* [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)
3234
* [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)
3336

3437
## Creating & Working With Dynamic Data for a Pattern
3538

@@ -46,4 +49,8 @@ By default, the Pattern Lab assets can be manually generated and the Pattern Lab
4649

4750
* [Watching for Changes and Auto-Regenerating Patterns](http://pattern-lab.info/docs/advanced-auto-regenerate.html)
4851
* [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

Comments
 (0)