-
Notifications
You must be signed in to change notification settings - Fork 401
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added missing redirects & links to relevant content (#1322)
- Loading branch information
Showing
2 changed files
with
11 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,18 @@ | ||
--- | ||
title: Server SDK reference | ||
heading: "Mattermost Server SDK reference" | ||
title: Server plugin SDK reference | ||
heading: "Mattermost Server plugin SDK reference" | ||
description: "The plugin package is used by Mattermost Server plugins written in Go and enables you to manage and interact with the plugin environment." | ||
date: 2018-07-10T00:00:00-05:00 | ||
weight: 10 | ||
aliases: | ||
- /extend/plugins/server/reference/ | ||
- /integrate/plugins/server/reference/ | ||
- /integrate/plugins/components/server/reference/ | ||
--- | ||
|
||
This is the documentation for the Go <code>github.com/mattermost/mattermost/server/public/plugin</code> package. It can also be found on {{< newtabref href="https://godoc.org/github.com/mattermost/mattermost/server/public/plugin" title="GoDoc" >}}. | ||
|
||
Visit the [Plugins]({{< ref "/integrate/plugins" >}}) section to learn more about [developing Mattermost plugins]({{< ref "/integrate/plugins/developer-setup" >}}) and our recommended [developer workflow]({{< ref "/integrate/plugins/developer-workflow" >}}) for Mattermost plugins. | ||
|
||
*** | ||
|
||
{{<plugingodocs>}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters