` and even pass frontmatter to it or props to it, but I am unable to take that component and say - ok - I want you to appear in the Aside slot. Using the methods described in the documentation do not work when it is instantiated within markdown.md. What I am trying to do here is set up `Local Layout Slots` - that are only for that specific page or categories of pages. Using `layout: LayoutSlot` does not work as a workaround.\r\n\r\n**For Method 2** - I would also like to actually know how to create Custom Layouts with more detail, for example adding `\u003Ccontent />` to a template, disabled the sidebar and navigation information, and I have not figured out how to add the \u003Csidebar /> or navigation, or other built-in theme components - back in the same way I was able to do `\u003Ccontent />` . I don't understand how to style the CSS in the content section only of my local markdown.md files*(fully) or why when following the same structure as the documentation by `layout: CustomLayout` in Yaml Markdown will not activate the same way it does when I register it globally - even when nothing has changed about the code itself. I understand there is documentation for these things, but the documentation is not clear enough or makes some basic assumptions about knowledge that extend beyond what the documentation explains.\r\n\r\n\r\n**For Method 3** - Lets say I have a `markdown.md` and I have set up some `$frontmatter`. I have also set up a `Layout Slot`, that appends Globally (even though my goal is Local application only) - I am unable to get the Global Components to read the `$frontmatter` from the local markdown pages, and workarounds to pass the `$frontmatter` as props to the global component do not work - it only ever passes to local instances of the component. Is what I want to do possible (I know it is because of `outline.js` but upon inspection of outline.js the code it uses is awfully complicated for my brain - and with $frontmatter so easy, I would think why wouldn't it be able to pass to the global component for that page). I am sure there is something I am missing, but when reading documentation on how to access frontmatter, it didn't cover this topic.\r\n\r\nI have no idea if these are bugs or user errors, or a combination. But I do know 4-5 days in now and I need some help. Thank you.\r\n\r\n",[2926],{"name":2927,"color":2928},"question","5D5FAE",2757,"Unable to assign local Component to Layout Slot ","2023-08-18T00:04:12Z","https://github.com/vuejs/vitepress/issues/2757",0.70771086,{"description":2935,"labels":2936,"number":2937,"owner":2874,"repository":2875,"state":2918,"title":2938,"updated_at":2939,"url":2940,"score":2941},"### Describe the bug\n\nA markdown file with several dots `.` such as `software-1.2.3.md` is not properly routed and leads to a 404 error.\r\nI guess that the router assumes that there is a file named `/software-1.2.3` with the `.3` extension when using cleanUrls.\n\n### Reproduction\n\n1. Create a new VitePress project\r\n2. Create a new markdown file named `software-1.2.3.md` with some content.\r\n3. Create links the `/software-1.2.3` page in the `index.md` file. \r\n```md\r\n[/software-1.2.3](/software-1.2.3)\r\n[/software-1.2.3.md](/software-1.2.3.md)\r\n``` \r\n5. Enable `cleanUrls`.\r\n6. Click the links on the index page.\n\n### Expected behavior\n\nThe router should load the page `/software-1.2.3` when cleanUrls are active.\n\n### System Info\n\n```Text\nSystem:\r\n OS: macOS 11.7.10\r\n CPU: (4) x64 Intel(R) Core(TM) i5-4258U CPU @ 2.40GHz\r\n Memory: 85.34 MB / 8.00 GB\r\n Shell: 3.2.57 - /bin/bash\r\n Binaries:\r\n Node: 18.13.0 - /usr/local/bin/node\r\n npm: 9.8.1 - /usr/local/bin/npm\r\n pnpm: 8.9.1 - /usr/local/bin/pnpm\r\n Browsers:\r\n Chrome: 118.0.5993.117\r\n Safari: 16.6.1\r\n npmPackages:\r\n vitepress: ^1.0.0-rc.25 => 1.0.0-rc.25\n```\n\n\n### Additional context\n\n_No response_\n\n### Validations\n\n- [X] Check if you're on the [latest VitePress version](https://github.com/vuejs/vitepress/releases/latest).\n- [X] Follow our [Code of Conduct](https://vuejs.org/about/coc.html)\n- [X] Read the [docs](https://vitepress.dev).\n- [X] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.",[],3191,"Markdown files with several dots `.` in name are not routed","2023-11-26T00:04:52Z","https://github.com/vuejs/vitepress/issues/3191",0.70853937,{"description":2943,"labels":2944,"number":2945,"owner":2874,"repository":2875,"state":2918,"title":2946,"updated_at":2947,"url":2948,"score":2949},"### Describe the bug\r\n\r\n\r\n\r\n\r\n### Reproduction\r\n\r\n直接打开控制台修改官方sidebar里的文字,插入\u003CT>即可复现\r\n\r\n### Expected behavior\r\n\r\n文字对齐\r\n\r\n### System Info\r\n\r\n```Text\r\nSystem:\r\n OS: macOS 14.4.1\r\n CPU: (8) arm64 Apple M2\r\n Memory: 141.77 MB / 16.00 GB\r\n Shell: 5.9 - /bin/zsh\r\n Binaries:\r\n Node: 18.14.0 - ~/.nvm/versions/node/v18.14.0/bin/node\r\n Yarn: 1.18.0 - ~/.nvm/versions/node/v18.14.0/bin/yarn\r\n npm: 9.3.1 - ~/.nvm/versions/node/v18.14.0/bin/npm\r\n pnpm: 8.15.4 - ~/Library/pnpm/pnpm\r\n Browsers:\r\n Chrome: 131.0.6778.86\r\n Safari: 17.4.1\r\n npmPackages:\r\n vitepress: ^1.5.0 => 1.5.0\r\n```\r\n\r\n\r\n### Additional context\r\n\r\n_No response_\r\n\r\n### Validations\r\n\r\n- [X] Check if you're on the [latest VitePress version](https://github.com/vuejs/vitepress/releases/latest).\r\n- [X] Follow our [Code of Conduct](https://vuejs.org/about/coc.html)\r\n- [X] Read the [docs](https://vitepress.dev).\r\n- [X] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.",[],4399,"导航中插入的\u003CT>,两个尖括号没有对齐","2024-12-10T04:44:48Z","https://github.com/vuejs/vitepress/issues/4399",0.7105553,{"description":2951,"labels":2952,"number":2953,"owner":2874,"repository":2875,"state":2918,"title":2954,"updated_at":2955,"url":2956,"score":2957},"https://github.com/vuejs/vitepress/blob/e6f9dd33c73411ded5461670f68ed4fe8c5923fa/src/node/plugin.ts#L405-L408\r\n\r\nthis doesn't consider rewrites",[],4172,"watchers not being triggered on data updates in pages with rewrites","2024-09-09T04:43:00Z","https://github.com/vuejs/vitepress/issues/4172",0.71275944,{"description":2959,"labels":2960,"number":2962,"owner":2874,"repository":2875,"state":2918,"title":2963,"updated_at":2964,"url":2965,"score":2966},"### Describe the bug\n\nJust follow the document, add workflow and push docs to repo.\r\nVitepress works well locally with `pnpm docs:dev`, but after deploy to github pages, it losts the index.md content, or in another word, useful part of them, as you can see, it does have the notes part\r\n[](https://imgse.com/i/xniiA1)\r\nI have checked the local build file, it contains the correct content.\r\nSince i used the exact workflow and already set the `base` config, i can't figure out why it leads to this.\n\n### Reproduction\n\nclone this repo [Youbei](https://github.com/Hellager/Youbei) and deploy its docs to the github pages\n\n### Expected behavior\n\nGithub pages show normally like docs in local\r\n[](https://imgse.com/i/xniuBd)\n\n### System Info\n\n```shell\nSystem:\r\n OS: Windows 10 10.0.19044\r\n CPU: (8) x64 Intel(R) Core(TM) i7-9700 CPU @ 3.00GHz\r\n Memory: 2.11 GB / 7.78 GB\r\n Binaries:\r\n Node: 16.13.1 - C:\\Program Files\\nodejs\\node.EXE\r\n Yarn: 1.22.19 - ~\\AppData\\Local\\pnpm\\yarn.CMD\r\n npm: 8.1.2 - C:\\Program Files\\nodejs\\npm.CMD\r\n Browsers:\r\n Edge: Spartan (44.19041.1266.0), Chromium (105.0.1343.50)\r\n Internet Explorer: 11.0.19041.1566\r\n npmPackages:\r\n vitepress: 1.0.0-alpha.17 => 1.0.0-alpha.17\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.",[2961],{"name":2915,"color":2916},1413,"Deploying to github pages and lost both router and content ","2023-01-21T14:25:20Z","https://github.com/vuejs/vitepress/issues/1413",0.72342604,["Reactive",2968],{},["Set"],["ShallowReactive",2971],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$faaZ_HdjUnoYbkRRGKAcbJaW7rfUsRwzYPTRG6oSj_H8":-1},"/vuejs/vitepress/3362"]