From 2a10520473cb1336cceca2da250013b21f1a2a51 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Wed, 21 Oct 2020 15:54:58 -0400 Subject: add readme to cpp docs and update plugin documentation to refer to the new menu --- docs/guide/plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/guide/plugins.md') diff --git a/docs/guide/plugins.md b/docs/guide/plugins.md index 4602ca02..452802d3 100644 --- a/docs/guide/plugins.md +++ b/docs/guide/plugins.md @@ -115,7 +115,7 @@ Additionally, running a python plugin with an environment variable of `BN_DISABL ## Writing Plugins -First, take a look at some of the [example] plugins, or some of the [community] plugins to get a feel for different APIs you might be interested in. Of course, the full [API] docs are online and available offline via the `Help`/`Open API Reference...`. +First, take a look at some of the [example] plugins, or some of the [community] plugins to get a feel for different APIs you might be interested in. Of course, the full [API] docs are online and available offline via the `Help`/`Open Python Reference...`. To start, we suggest you download the [sample plugin] as a template since it contains all of the elements you're likely to need. -- cgit v1.3.1