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
+10 -10
View File
@@ -136,16 +136,6 @@ sidebar:
url: /plugins-directory/
- title: Plugin Recipes
url: /plugin-recipes/
- title: Slots and Plugins
url: /slots-and-plugins/
- title: Plugins API
url: /plugins-api/
- title: Tutorials
children:
- title: Creating a Basic Plugin
url: /building-basic-plugin/
- title: Customizing Plugins with Coral UI
url: /customizing-plugins-coral-ui/
- title: API
children:
- title: GraphQL Overview
@@ -154,6 +144,16 @@ sidebar:
url: /api/graphql/
- title: Server Plugin API
url: /api/server/
- title: Client Plugin API
url: /api/client/
- title: Plugin Slots API
url: /api/slots/
- title: Tutorials
children:
- title: Creating a Basic Plugin
url: /building-basic-plugin/
- title: Customizing Plugins with Coral UI
url: /customizing-plugins-coral-ui/
- title: Migrating
children:
- title: Migrating to v4.0.0
@@ -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.