We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ceb623 commit 08b6c75Copy full SHA for 08b6c75
docs/.vitepress/config.js
@@ -147,6 +147,10 @@ const sidebarPlugins = [
147
text: "Syndicate",
148
link: "/plugins/endpoints/syndicate",
149
},
150
+ {
151
+ text: "Webmention.io",
152
+ link: "/plugins/endpoints/webmention-io",
153
+ },
154
],
155
156
{
docs/plugins/endpoints/index.md
@@ -16,3 +16,4 @@ An [endpoint](../../concepts#endpoint) is a path on your Indiekit server that ap
16
## Official plug-ins
17
18
- [JSON Feed](json-feed.md) `@indiekit/endpoint-json-feed`
19
+- [Webmention.io](webmention-io.md) `@indiekit/endpoint-webmention-io`
docs/plugins/endpoints/webmention-io.md
@@ -0,0 +1 @@
1
+<!--@include: ../../../packages/endpoint-webmention-io/README.md-->
0 commit comments