-
Notifications
You must be signed in to change notification settings - Fork 3
feat: support dark mode and revamp docs visuals #91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: support dark mode and revamp docs visuals #91
Conversation
✅ Successfully deployed static |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All files in src/theme come from swizzling. It's a feature that lets you eject built-in docusaurus component to modify it. You can read more here: https://docusaurus.io/docs/swizzling
Code structure was mostly kept intact, but I modified some things like icons, visuals and styles to fit with the new docs style.
No description provided.