Skip to content

Commit 08b6c75

Browse files
docs: add webmention endpoint
1 parent 9ceb623 commit 08b6c75

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

docs/.vitepress/config.js

+4
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,10 @@ const sidebarPlugins = [
147147
text: "Syndicate",
148148
link: "/plugins/endpoints/syndicate",
149149
},
150+
{
151+
text: "Webmention.io",
152+
link: "/plugins/endpoints/webmention-io",
153+
},
150154
],
151155
},
152156
{

docs/plugins/endpoints/index.md

+1
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ An [endpoint](../../concepts#endpoint) is a path on your Indiekit server that ap
1616
## Official plug-ins
1717

1818
- [JSON Feed](json-feed.md) `@indiekit/endpoint-json-feed`
19+
- [Webmention.io](webmention-io.md) `@indiekit/endpoint-webmention-io`
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<!--@include: ../../../packages/endpoint-webmention-io/README.md-->

0 commit comments

Comments
 (0)