notch/bnotch snippets now come from plugin-notches, not plugin-theme.
This commit is contained in:
parent
3487947e83
commit
197420db28
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ title: bnotch
|
||||||
The `bnotch` snippet is intended for notches at the back, or when you
|
The `bnotch` snippet is intended for notches at the back, or when you
|
||||||
need an alternative to the default `notch`.
|
need an alternative to the default `notch`.
|
||||||
|
|
||||||
It is provided by [plugin-theme](/reference/plugins/theme/).
|
It is provided by [plugin-notches](/reference/plugins/notches/).
|
||||||
|
|
||||||
```js
|
```js
|
||||||
snippets.demo = new Snippet('bnotch', points.anchor)
|
snippets.demo = new Snippet('bnotch', points.anchor)
|
||||||
|
|
|
@ -3,7 +3,7 @@ title: notch
|
||||||
---
|
---
|
||||||
|
|
||||||
The `notch` snippet is intended for notches and is
|
The `notch` snippet is intended for notches and is
|
||||||
provided by [plugin-theme](/reference/plugins/theme/).
|
provided by [plugin-notches](/reference/plugins/notches/).
|
||||||
|
|
||||||
```js
|
```js
|
||||||
snippets.demo = new Snippet('bnotch', points.anchor)
|
snippets.demo = new Snippet('bnotch', points.anchor)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue