\r\n```\r\nI think this is pretty reasonable to have.\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.",[],3068,"Use Iconify icons in inline markdown","2023-10-20T00:04:33Z","https://github.com/vuejs/vitepress/issues/3068",0.75026304,{"description":2951,"labels":2952,"number":2953,"owner":2869,"repository":2870,"state":2883,"title":2954,"updated_at":2955,"url":2956,"score":2957},"@kiaking when working on https://github.com/vuejs/vitepress/pull/152, I assumed that it was the title that appeared in the sidebar links:\r\n```\r\n$title = $page.title || $site.title\r\n```\r\n\r\nBut reviewing [the code in Vuepress](https://github.com/vuejs/vuepress/blob/fbf5e5d99b40e3842a0a2566f9eb35e05863eab5/packages/%40vuepress/core/lib/node/ClientComputedMixin.js#L78), it looks like it is actually the title of the document:\r\n```\r\n$title = ( $page.title ? $page.title + ' | ' + $site.title ) : $site.title\r\n```\r\n\r\nI think it is more useful as we have it (and maybe add a $documentTitle), but maybe we need to align it to vuepress and have:\r\n```\r\n$title \u003C- same as in vuepress\r\n$sidebarTitle \u003C- current one (or we do not expose this one at all)\r\n```\r\n\r\nIt will be an interesting walk to keep as much of compat with vuepress but take the opportunity to break what could be improved. I am fine with both options here.\r\n\r\nThoughts?",[],158,"$title compat with vuepress","2023-01-21T16:24:12Z","https://github.com/vuejs/vitepress/issues/158",0.752578,["Reactive",2959],{},["Set"],["ShallowReactive",2962],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$ftcbcnvqJ-bEfvX1ppb3Z8v00Yjm2HZTuVn5VedAyK5A":-1},"/vuejs/vitepress/4307"]