Category "docusaurus"

Different versions of configuration files on remote github repositories (staging/production)

I am setting up a documentation website, using GitHub Pages + Docusaurus (static website generator). There are two github repositories involved: "DOCS" for the

Do I need to build the whole project every time if I wrote a blog or doc when using Docusaurus?

I think it's crazy to build and re-deploy the whole project when I just changed a word in my blog.

How to add a top alert banner on Docusaurus 1.x?

I want to show some global message on my Docusaurus site. Something like: https://codesandbox.io/s/duudl https://next.ant.design/components/alert/ Is this

Redirect to docs from landing page in docusaurus v2

Since I don't have a landing page, I would like to redirect to the main doc page docs/main I tried to follow the instructions: https://docusaurus.io/docs/en/si

Is it possible to detect if docusaurus is in light or dark mode?

I have an image with a white background, which looks off on docusaurus dark theme, so I want to detect when the user changes theme so I use a different image.