Replies: 1 comment
-
Happy to report that https://docs.servicestack.net now has Dark Mode thanks to migrating it to Razor SSG. You can find information about the migration at: https://servicestack.net/posts/new_razor_ssg_docs |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Optional dark mode as a theme for reading all the docs, changelogs, examples etc. Currently this is limited by Vitepress only having a general theme support (https://vitepress.vuejs.org/guide/theming.html) , and not an explicit dark mode as such. Maybe this will be extended though in some future versions. Alternatively, Tailwind could maybe be used to add a dark mode.
More context for this, here is an issue on Vitepress about dark mode (vuejs/vitepress#251) where someone actually found a solution that is already in use and working (vuejs/vitepress#251 (comment)).
Beta Was this translation helpful? Give feedback.
All reactions