Skip to content

Commit 0df1e88

Browse files
committed
Merge branch 'docs' into dev
2 parents 7aab0a4 + c9f12dc commit 0df1e88

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,13 @@ patternlab.serve({
7171

7272
* Read more about [configuration](http://patternlab.io/docs/advanced-config-options.html#node) via `patternlab-config.json`.
7373

74-
* Read more about the rest of [Public API](https://github.com/pattern-lab/patternlab-node/wiki/Public-API), and already implemented for you within [Editions](#editions).
74+
* Read more about the rest of [Public API](./docs), and already implemented for you within [Editions](#editions).
7575

7676
* A full-featured [command line interface](https://github.com/pattern-lab/patternlab-node-cli) is also available courtesy of [@raphaelokon](https://github.com/raphaelokon).
7777

7878
### Events
7979

80-
Many [events](https://github.com/pattern-lab/patternlab-node/wiki/Creating-Plugins#events) are emitted during Pattern Lab operations, originally built to support plugins. Below is a sample, allowing users to be informed of asset or pattern changes.
80+
Many [events](./docs/events.md) are emitted during Pattern Lab operations, originally built to support plugins. Below is a sample, allowing users to be informed of asset or pattern changes.
8181

8282
```javascript
8383
patternlab.serve(...);

scripts/api.handlebars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const patternlab = require('patternlab-node')(config);
1515

1616
## Events
1717

18-
Pattern Lab emits numerous [events](https://github.com/pattern-lab/patternlab-node/tree/master/docs/events.md).
18+
Pattern Lab emits numerous [events](./events.md).
1919

2020

2121
## Functions

scripts/events.handlebars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Join the chat at Gitter](https://badges.gitter.im/pattern-lab/node.svg)](https://gitter.im/pattern-lab/node)
44

5-
Pattern Lab emits numerous events during the [build](https://github.com/pattern-lab/patternlab-node/tree/master/docs/) process. Some uses of events:
5+
Pattern Lab emits numerous events during the [build](./README.md) process. Some uses of events:
66

77
* Core uses `patternlab-pattern-change` events when watching for changes in order to trigger another build
88
* Plugins such as [plugin-node-tab](https://github.com/pattern-lab/plugin-node-tab) can use an event like `patternlab-pattern-write-end` to define additional code tabs to the pattern viewer / modal

0 commit comments

Comments
 (0)