MikeCZ23
MikeCZ23
I don't understand how to do the Multiple Sidebars
how do you install the program?
### Discussed in https://github.com/orgs/giscus/discussions/1359 Originally posted by **MikeCZ23** April 17, 2024 Hello, is dynamic theme changing available? Because, I want this to change the theme automatically, according to the website....
### Is your feature request related to a problem? Please describe. yes ### Describe the solution you'd like ```ts { "text":"level1", "collapsible":true, "collapsed":false, "items":[ { "text":"level1-1", "collapsible":true, "collapsed":false, "items":[ {...
error: too many arguments given outside repository  theme/index.ts ```ts import type { Theme } from "vitepress"; import DefaultTheme from "vitepress/theme" import './custom.css'; import PBlogFigure from "./components/PBlogFigure.vue";...
### Existing Component Yes ### Description how can I add more variants? (primary, danger, warning, info, CUSTOM, CUSTOM1,...) adding a new color palette I can handle it no problem, I...