You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vitepress nextjs are the same theme, support dark mode, want to customize the theme of vite-pages, but found that it is not as easy as the documentation says, too much logic associated with the request can use the theme by default
The text was updated successfully, but these errors were encountered:
too much logic associated with the request can use the theme by default
Do you mean some of the vite-pages feature can only used by the official theme? That is not true because vite-pages core doesn't provide any feature that is "official-theme-only". vite-plugin-react-pages doesn't know anything about vite-pages-theme-doc, it just provide some features and the official theme use them. You can checkout how the official theme render MDX and providing Demo and TsInfo features:
Nevertheless, I admit that it is difficult to build another complex theme like the default theme. Because it means building a fully extensible website framwork!
Currently I am focusing on making the official theme (and core use cases) better. Could you tell me what kind of feature do you want from vitepress? For example, dark mode? We can bring that to the official theme too :)
vitepress nextjs are the same theme, support dark mode, want to customize the theme of vite-pages, but found that it is not as easy as the documentation says, too much logic associated with the request can use the theme by default
The text was updated successfully, but these errors were encountered: