mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-24 10:27:10 +02:00
Doc: Set Data API link position
This commit is contained in:
parent
703fe35121
commit
13b09aa9a4
@ -57,6 +57,10 @@ class Command extends BaseCommand {
|
|||||||
|
|
||||||
const lines = [];
|
const lines = [];
|
||||||
|
|
||||||
|
lines.push('---');
|
||||||
|
lines.push('sidebar_position: 2');
|
||||||
|
lines.push('---');
|
||||||
|
lines.push('');
|
||||||
lines.push('# Joplin Data API');
|
lines.push('# Joplin Data API');
|
||||||
lines.push('');
|
lines.push('');
|
||||||
lines.push('This API is available when the clipper server is running. It provides access to the notes, notebooks, tags and other Joplin object via a REST API. Plugins can also access this API even when the clipper server is not running.');
|
lines.push('This API is available when the clipper server is running. It provides access to the notes, notebooks, tags and other Joplin object via a REST API. Plugins can also access this API even when the clipper server is not running.');
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
---
|
||||||
|
sidebar_position: 2
|
||||||
|
---
|
||||||
|
|
||||||
# Joplin Data API
|
# Joplin Data API
|
||||||
|
|
||||||
This API is available when the clipper server is running. It provides access to the notes, notebooks, tags and other Joplin object via a REST API. Plugins can also access this API even when the clipper server is not running.
|
This API is available when the clipper server is running. It provides access to the notes, notebooks, tags and other Joplin object via a REST API. Plugins can also access this API even when the clipper server is not running.
|
||||||
|
Loading…
Reference in New Issue
Block a user