Skip to content

Commit bf8558c

Browse files
committed
docs: Document WordPress sharer
It requires an extra option so let’s warn about that. And also do the same for wallabag.
1 parent 5913941 commit bf8558c

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/content/docs/administration/options.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,8 @@ Set to `1` to allow public access for `/update` (anybody can access and start th
209209
<dt><code>t</code></dt><dd>Twitter</dd>
210210
<dt><code>p</code></dt><dd>Pocket</dd>
211211
<dt><code>d</code></dt><dd>Diaspora</dd>
212-
<dt><code>w</code></dt><dd>Wallabag</dd>
212+
<dt><code>w</code></dt><dd>Wallabag (requires <a href="#wallabag"><code>wallabag</code></a> option to be set)</dd>
213+
<dt><code>s</code></dt><dd>Wordpress (requires <a href="#wordpress"><code>wordpress</code></a> option to be set)</dd>
213214
<dt><code>e</code></dt><dd>E-mail</dd>
214215
<dt><code>c</code></dt><dd>Copy to clipboard</dd>
215216
</dl>
@@ -231,6 +232,12 @@ URL of your [Wallabag](https://www.wallabag.org/) instance.
231232
Set to `1` or `2` depending on your wallabag version (`1` for version 1.x or `2` for version 2.x).
232233
</div>
233234

235+
### `wordpress`
236+
<div class="config-option">
237+
238+
URL of your WordPress blog for sharing links.
239+
</div>
240+
234241
### `unread_order`
235242
<div class="config-option">
236243

0 commit comments

Comments
 (0)