` replacement in `FooLayout.vue`\r\n\r\nAre these possible currently?\r\nI'm curious about whether we have existing ability / plan to allow extending an existing *layout*, instead of the whole theme.\n\n### Describe the solution you'd like\n\nNew feature allowing / document about existing way to extend an existing layout.\n\n### Describe alternatives you've considered\n\n_No response_\n\n### Additional context\n\n_No response_\n\n### Validations\n\n- [X] Follow our [Code of Conduct](https://vuejs.org/about/coc.html)\n- [X] Read the [docs](https://vitepress.dev).\n- [X] Read the [Contributing Guidelines](https://github.com/vuejs/vitepress/blob/main/.github/contributing.md).\n- [X] Check that there isn't already an issue that asks for the same feature to avoid creating a duplicate.",[],2888,"Hide sidebar/nav/aside in custom layout","2023-09-08T00:04:12Z","https://github.com/vuejs/vitepress/issues/2888",0.7310901,{"description":3081,"labels":3082,"number":3083,"owner":3027,"repository":3028,"state":3049,"title":3084,"updated_at":3085,"url":3086,"score":3087},"### Is your feature request related to a problem? Please describe.\n\nmaybe its possible already but I cannot seem to find a way to change custom colours on the VPNavBar when it has a sidebar active.\r\nthe path I tried to see if it could work was something like VPNavBar .has-sidebar.content[data-v-cf6e7c5e] in the custom.css but its def just a hack and I don't see an option on how to customise the colours easily.\n\n### Describe the solution you'd like\n\nadd more options to vars.css regarding VPNavBar\n\n### Describe alternatives you've considered\n\n_No response_\n\n### Additional context\n\n_No response_\n\n### Validations\n\n- [X] Follow our [Code of Conduct](https://vuejs.org/about/coc.html)\n- [X] Read the [docs](https://vitepress.vuejs.org).\n- [X] Read the [Contributing Guidelines](https://github.com/vuejs/vitepress/blob/main/.github/contributing.md).\n- [X] Check that there isn't already an issue that asks for the same feature to avoid creating a duplicate.",[],1540,"VPNavBar colors setup","2023-01-27T00:04:11Z","https://github.com/vuejs/vitepress/issues/1540",0.7327305,{"description":3089,"labels":3090,"number":3091,"owner":3027,"repository":3028,"state":3049,"title":3092,"updated_at":3093,"url":3094,"score":3095},"\u003C!--\r\nNOTE:\r\nVitePress is still WIP, and it is not compatible with VuePress.\r\nPlease do not open issue about default theme missing features or something doesn't work like VuePress.\r\n-->\r\n\r\n**Describe the bug**\r\nThe NavBar is transparent and page content makes it difficult to read when scrolling.\r\n\r\n**To Reproduce**\r\nSteps to reproduce the behavior:\r\n\r\n- Scroll the page on https://vitepress.vuejs.org/ and look at the NavBar.\r\n\r\n**Expected behavior**\r\nThe NavBar should have an opaque background to make it easy to read even when scrolling the page.\r\n\r\n**System Info**\r\n- https://vitepress.vuejs.org/ instance\r\n\r\n**Additional context**\r\nPerhaps changing the `background-color` to a theme variable could do the trick.\r\nhttps://github.com/vuejs/vitepress/blob/cee0b400d95b610fa47ea79007e03221a140084f/src/client/theme-default/components/NavBar.vue#L39",[],268,"NavBar is transparent","2023-01-21T16:22:28Z","https://github.com/vuejs/vitepress/issues/268",0.7327778,{"description":3097,"labels":3098,"number":3100,"owner":3027,"repository":3028,"state":3049,"title":3101,"updated_at":3102,"url":3103,"score":3104},"### Describe the bug\n\nEven when you set theme.outline = false vitepress still adds class has-aside and therefore content is unnecessary constrained to narrow space\n\n### Reproduction\n\nSet theme.outline to false to hide aside. Even thou it's not displayed it still ocupies space and therefore width of .VPDoc container is the same as with theme.outline\n\n### Expected behavior\n\nWhen aside is hidden it should free up space\n\n### System Info\n\n```shell\nSystem:\r\n OS: Windows 10 10.0.19045\r\n CPU: (12) x64 Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz\r\n Memory: 5.57 GB / 15.80 GB\r\n Binaries:\r\n Node: 16.16.0 - C:\\Program Files\\nodejs\\node.EXE\r\n Yarn: 1.22.11 - ~\\AppData\\Roaming\\npm\\yarn.CMD\r\n npm: 9.2.0 - C:\\Program Files\\nodejs\\npm.CMD\r\n Browsers:\r\n Edge: Spartan (44.19041.1266.0), Chromium (109.0.1518.78)\r\n Internet Explorer: 11.0.19041.1566\n```\n\n\n### Additional context\n\n_No response_\n\n### Validations\n\n- [X] Follow our [Code of Conduct](https://vuejs.org/about/coc.html)\n- [X] Read the [docs](https://vitepress.vuejs.org).\n- [X] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.",[3099],{"name":3021,"color":3022},1915,"support disabling aside in themeConfig","2023-02-20T00:04:34Z","https://github.com/vuejs/vitepress/issues/1915",0.7374986,{"description":3106,"labels":3107,"number":3109,"owner":3027,"repository":3028,"state":3049,"title":3110,"updated_at":3111,"url":3112,"score":3113},"### Is your feature request related to a problem? Please describe.\n\nCurrently sidebar depth can be specified per page in the frontmatter section. It would be convenient to set a global default sidebar depth in themeConfig. In situations where pages are auto-generated, adding the frontmatter block may not be so easy. \n\n### Describe the solution you'd like\n\nAdd support for `sidebarDepth` in `themeConfig`.\r\n\r\nSidebar depth specified in the frontmatter block should take priority over what's defined in `themeConfig`. If `sidebarDepth` is not defined, either in the page or in `themeConfig`, `Infinity` should be used to avoid breaking changes.\r\n\n\n### Describe alternatives you've considered\n\nThe default theme in vuepress supports setting sidebarDepth in sidebar groups as well, which could be nice, but I guess the most important is to have a global default available.\n\n### Additional context\n\n_No response_\n\n### Validations\n\n- [X] Follow our [Code of Conduct](https://vuejs.org/coc)\n- [X] Read the [docs](https://vitepress.vuejs.org/).\n- [X] Read the [Contributing Guidelines](https://github.com/vuejs/vitepress/blob/master/.github/contributing.md).\n- [X] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.",[3108],{"name":3021,"color":3022},482,"Support setting sidebar depth in themeConfig for default theme","2023-01-21T14:32:50Z","https://github.com/vuejs/vitepress/issues/482",0.73850983,["Reactive",3115],{},["Set"],["ShallowReactive",3118],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$f69DGJrKSPX9n2j-2c6CxW54wdnEGVxBqMvV7O5Untq4":-1},"/vuejs/vitepress/1227"]