Move Plugin Client and Slots docs to API section

This commit is contained in:
Kim Gardner
2018-03-22 18:35:14 -04:00
parent 64094c40db
commit 752c16f513
4 changed files with 20 additions and 15 deletions
@@ -1,7 +1,10 @@
---
title: Plugins API
permalink: /plugins-api/
title: Client Plugin API
permalink: /api/client/
toc: true
class: configuration
---
We created a set of utilities to make it easier to create and add functionality to plugins.
Feel free to check all the utilities here: `talk/plugin-api`.
+1 -1
View File
@@ -524,4 +524,4 @@ module.exports = {
}
};
```
```
@@ -1,6 +1,8 @@
---
title: Slots and Plugins
permalink: /slots-and-plugins/
title: Plugin Slots API
permalink: /api/slots/
toc: true
class: configuration
---
Plugins make use of **"slots"** in order to change Talk's interface.