mirror of
https://github.com/wassname/talk.git
synced 2026-07-20 12:40:47 +08:00
Move Plugin Client and Slots docs to API section
This commit is contained in:
+10
-10
@@ -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`.
|
||||
|
||||
@@ -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.
|
||||
Reference in New Issue
Block a user