Skip to content

Commit

Permalink
docs: add webmention endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrobertlloyd committed Dec 25, 2024
1 parent 9ceb623 commit 08b6c75
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/.vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,10 @@ const sidebarPlugins = [
text: "Syndicate",
link: "/plugins/endpoints/syndicate",
},
{
text: "Webmention.io",
link: "/plugins/endpoints/webmention-io",
},
],
},
{
Expand Down
1 change: 1 addition & 0 deletions docs/plugins/endpoints/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ An [endpoint](../../concepts#endpoint) is a path on your Indiekit server that ap
## Official plug-ins

- [JSON Feed](json-feed.md) `@indiekit/endpoint-json-feed`
- [Webmention.io](webmention-io.md) `@indiekit/endpoint-webmention-io`
1 change: 1 addition & 0 deletions docs/plugins/endpoints/webmention-io.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!--@include: ../../../packages/endpoint-webmention-io/README.md-->

0 comments on commit 08b6c75

Please sign in to comment.