summaryrefslogtreecommitdiffstats
path: root/docs/source/devguide/how-to/index.md
blob: e63c7713b74d9ba12fdfb86991929c700ee15cb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# How-to guides

A collection of guides for specific issues or to cover more detail than the tutorials.

## Web JSON-RPC

```{toctree}
:titlesonly:

Connect to JSON-RPC using curl <curl-jsonrpc>
```

## Plugins

<!--
- [Create a plugin](create-plugin.md)
-->

```{toctree}
:titlesonly:

Update 1.3 plugin for 2.0 <update-1.3-plugin>
```