Can Mingir
Can Mingir
👍 Sounds good, honestly, I couldn't find a good ToC library for React. BTW, HTML is generated thru markdown [here](https://github.com/NucleoidJS/nucleoid.com/blob/203f093be6cb5a9780d97ad284d294c05e2688eb/src/pages/Learn.js#L49)
Yes, you are right, the question mark is causing an issue in [here](https://github.com/NucleoidJS/nucleoid.com/blob/04e8dc48ffbc0a3afb2d5f5b0e399da86453fc92/src/pages/Learn.js#L89-L95). Instead of deleting an question mark from the content, let's see there is a workaround in `react-markdown-heading`,...
Fantastic, [docusaurus](https://docusaurus.io/) is looking really cool, we can switch into that, instead of trying to maintain our markdown generator
I would say yes, let's switch, do you want to give a shot?
I've been looking at it, looks like it won't be easy switch over, but I think this gives better handling on our docs, I will be working on it, but...
There is a conversation going on, docusaurus may not be possible with MUI https://github.com/facebook/docusaurus/issues/7505
Working on a hybrid solution, I am trying to keep the main page with MUI, but rebuilding rest of pages with docusaurus (They are already in markdown anyway). Let see,...
Finally, docusaurus version: https://nucleoid.com/docs/get-started/
Definitely, I am still vetting couple options, but the best way that I can come with extending the class like this ```javascript import nucleoid, { Prototype } from "nucleoidjs"; const...
> The way I understand this is that when I register a class I get static helper methods on the class in runtime but these do not exist in the...