Doc: Set Data API link position

This commit is contained in:
Laurent Cozic
2023-10-31 20:39:52 +00:00
parent 703fe35121
commit 13b09aa9a4
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -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.');
+4
View File
@@ -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.