Jannik Buschke
Jannik Buschke
Can you set up a discord? For the typescript branch I dont really need help, its basically done and I also already merged stuff on master. There are also already...
@IcculusC can you link the blogpost?
this is probably related https://github.com/gatsbyjs/gatsby/issues/21866
@AnshulKanwar I tried for some time to resolve this issue, but without luck. Any help is appreciated. Trying different versions, libraries, configs.. Im just trying but have no real clue...
@vinhhungle I think the version on the demo is from some time ago: https://github.com/jannikbuschke/gatsby-antd-docs/tree/065003c03770785d38adf08939785b5ecff1fee1 packages that could be relevant: demo (working): ```json "katex": "0.11.0", "prismjs": "1.17.1", "gatsby-remark-katex": "3.1.7", "gatsby-remark-prismjs": "3.3.12",...
If anyone can play/check with different versions, that would be appreciated 🙏
Yes this feature I also need myself. I will probably have a bit of time in the upcoming weeks, but cannot promise anything yet. Feel free to open PRs. An...
Why not make the children part of the parent structure directly? Something like ``` navigation = [ { dir: 'parent', displayName: 'Introduction', children: [ ... ] ] ```
hi @jamesefhawkins , Currently I think the "menuItems.json" does not really do anything. The header links are defined in `/src/Header.tsx`. There you can just instantiate Menu.Items and links (`
My links also are rendered with default text color. Even when the text color is not specified in styles. Setting values for mailTo and link doesn't have any effect atm...