Tyler Pfledderer
Tyler Pfledderer
@nikolovlazar Firstly, is it normal for the `TableOfContent` component to not render in localhost? (It looks like `contentlayer` does not generate frontmatter headings to supply) It looks like the solution...
@nikolovlazar just my luck with contentlayer and me using Windows! 😅 I think the issue is in [contentlayer-utils.ts line 37](https://github.com/chakra-ui/chakra-ui-docs/blob/main/src/utils/contentlayer-utils.ts#L37) I propose the following should be added in the object...
@nikolovlazar to the issue with no headings to render `TableOfContent`: turns out the `headings` variable in the [getTableOfContents](https://github.com/chakra-ui/chakra-ui-docs/blob/594ced9a26afc17f54499b038098d9220685b805/src/utils/get-table-of-contents.ts#L5) script is not receiving any results from the regex check, because the...
Hey @nikolovlazar ! Following up on this. In addition to the proposal I made above, would then alter the areas of [PageContainer](https://github.com/chakra-ui/chakra-ui-docs/blob/main/src/components/page-container.tsx) ```ts const { title, description, editUrl, version, headings...
@segunadebayo I'll get a draft PR up, but here is a working solution. ## Closed:  ## Open 
Unless I can find something dynamic to extract component names from the markdown codeblock string (at the moment... unlikely and very challenging), the component imports still have to be declared...
Hey @ilindaniel! That might be a good idea, because they are front-facing consumers of the product, since users of their sites can see what it looks like to use Chakra....
This is coming from the imported static font assets in [_document.tsx](https://github.com/chakra-ui/chakra-ui-docs/blob/main/pages/_document.tsx#L20-L26). The `link` element gets handled correctly on render, but indeed emotion is adding a JS bundle style inside the...
Agreed. What's missing is the inclusion of the server and css packages. @nikolovlazar and/or @segunadebayo has this been addressed previously?
Not stale