From 663b40b98350bd4e316d1fd0b9d58bd2f6966cc3 Mon Sep 17 00:00:00 2001 From: Marcus Reinhardt Date: Wed, 13 Dec 2023 14:01:20 +0100 Subject: [PATCH] add missing source --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0f8e1de..5ad5982 100644 --- a/README.md +++ b/README.md @@ -26,3 +26,4 @@ pnpm i * Heading component ( `packages/markdoc-heading`) : https://github.com/dylanmeivis/nextjs13-starter-markdoc * Table of contents ( `packages/ui`) : https://github.com/shadcn/ui/blob/main/apps/www/components/toc.tsx * Search ( `packages/search`) : https://github.com/oramasearch/orama/tree/main/packages/plugin-nextra +* Markdoc NextJS Setup: https://github.com/dylanmeivis/nextjs13-starter-markdoc/tree/main