python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
style isolation in docusaurus
docusaurus is a very useful tool, I love it, we are creating our own component library, the demo of the component library, and eventually rendering in docusaurus, but I found a problem, some of the gl...
tobemaster
Votes: 0
Answers: 0
Docosaurus: How can you hide Copy button next to the code example?
I want to do the opposite from https://gist.github.com/yangshun/55db997ed0f8f4e6527571fc3bee4675.
Can I somehow hide the Copy button from individual Code block (https://docusaurus.io/docs/markdown-fea...

user17781575
Votes: 0
Answers: 2
How to get the color and background color in docusaurus programatically?
I'm using a Chart component from react-google-charts and I'd like to put it in a mdx page and adjust its colors to the page colors. What's the best way to get the color and backgroundColor?
Here is my...

seladb
Votes: 0
Answers: 0
How to proxy request in Docusaurus v2?
I'm trying to config my Docusaurus web app to proxy the request to my api endpoint. For example, if I make a fetch request in my app fetch(/api/test), it will proxy the request from localhost:3000/api...
Bad Son
Votes: 0
Answers: 1