From 5fa82d816f8baefb99a68080cd5e53e58a9847fb Mon Sep 17 00:00:00 2001 From: Remco Haszing Date: Sun, 15 May 2022 16:46:22 +0200 Subject: [PATCH] Add `recma-nextjs-static-props` to list of plugins Reviewed-by: Christian Murphy Reviewed-by: Titus Wormer Closes GH-2033. --- docs/docs/extending-mdx.server.mdx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/docs/extending-mdx.server.mdx b/docs/docs/extending-mdx.server.mdx index 8b17aa4c3..911610675 100644 --- a/docs/docs/extending-mdx.server.mdx +++ b/docs/docs/extending-mdx.server.mdx @@ -68,6 +68,9 @@ You can use this template: See also the [list of remark plugins][remark-plugins] and [list of rehype plugins][rehype-plugins]. +* [`remcohaszing/recma-nextjs-static-props`](https://github.com/remcohaszing/recma-nextjs-static-props) + — generate [`getStaticProps`](https://nextjs.org/docs/basic-features/data-fetching/get-static-props) + exposing top level identifiers in Next.js * [`remcohaszing/rehype-mdx-title`](https://github.com/remcohaszing/rehype-mdx-title) — expose the page title as a string * [`remcohaszing/remark-mdx-code-meta`](https://github.com/remcohaszing/remark-mdx-code-meta)