Skip to content

Commit

Permalink
Update website/docs/api/plugins/plugin-sitemap.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber authored Apr 30, 2024
1 parent fb069b1 commit 1830cf2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/docs/api/plugins/plugin-sitemap.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ Accepted fields:
type CreateSitemapItemsFn = (params: {
siteConfig: DocusaurusConfig;
routes: RouteConfig[];
defaultCreateSitemapItems: CreateSitemapItemsFn;
}) => Promise<SitemapItem[]>;
```

Expand Down

0 comments on commit 1830cf2

Please sign in to comment.