メΛM 𓆩𓆪
メΛM 𓆩𓆪
@livesimply use nextra/nextra-theme-docs v2 beta
@livesimply May be they are working on this issue #946
@shuding stable version still has this bug https://user-images.githubusercontent.com/97989643/205476474-8d8509d2-76e2-41c2-8259-88c13707cc88.mp4
@robbear Sir, does this work with yarn?
You can do something like this https://github.com/shuding/nextra/blob/e1fc506a0bdf73fe9fcf679e3de39918697aa352/docs/pages/_meta.json#L14-L21 Result : https://nextra.site/showcase ``` "theme": { "typesetting": "article" } ```
@luke-klein Depending on your preference, you can change it like this Make a custom CSS and change it globally (optional) ```css a { font-weight: bold; } ```
@C-EO `import { Card, Cards } from '@components/card'` https://github.com/shuding/nextra/blob/b43d775231ada9579e9322cb680936077e43e700/docs/pages/docs/index.mdx?plain=1#L11-L26 **Result:** https://nextra.site/docs#quick-start
@C-EO Create a custom component for the card and import them simply (``note:`` dependency "clsx": "^1.2.1") Folder Structure: ``components/card/`` ```Files``` ``index.tsx`` ```tsx import cn from 'clsx' import Link from 'next/link'...
Hey @C-EO! Would you be able to provide your production repository??
@TharinduX Yes ! The only solution to this issue is to set up custom CSS. I’m using Next.js, so by default, I get `globals.css`. By adding the line `#disqus_thread {...