tinalabs / tinacms-doc-toolkit

A toolkit for creating isolated documentation sites for Tina plugins, utilities, and packages.
https://tinalabs.github.io/tinacms-doc-toolkit/
0 stars 0 forks source link

WIP: Cleanup Architecture #16

Closed chrisdmacrae closed 4 years ago

chrisdmacrae commented 4 years ago

Closes #1 Closes #3 Closes #6 Closes #9 Closes #10 Closes #12

logan-anderson commented 4 years ago

Unable to run example-next-site I get

TypeError: Cannot read property 'Link' of undefined

Also unable to build

lerna ERR! npm run build stderr:
Failed to compile.

./tina-demo.config.tsx:9:47
Type error: Cannot find module './docs/CmsObject.mdx' or its corresponding type declarations.

   7 |       label: "Intro",
   8 |       slug: "/",
>  9 |       loadComponent: async () => await import("./docs/CmsObject.mdx"),

Other then those things its looking good