Timeless0911
Timeless0911
## Summary ## Related Issue ## Checklist - [ ] Tests updated (or not required). - [ ] Documentation updated (or not required).
### Version ```sh - ``` ### Details https://github.com/web-infra-dev/rspress/blob/main/packages/theme-default/src/components/HomeHero/index.tsx#L66  we need to manually add zh prefix to config link in zh docs ### Reproduce link https://github.com/web-infra-dev/rspress/blob/main/packages/document/docs/zh/index.md?plain=1#L17 ### Reproduce Steps -...
## Summary ## Related Issue ## Checklist - [ ] Tests updated (or not required). - [ ] Documentation updated (or not required).
### What problem does this feature solve? The current search may result in text search matching but irrelevant content. We can support the setting of `keywords` for documents to affect...
```mdx [https://example.com](https://example.com) ``` see https://github.com/web-infra-dev/rspress/issues/875 After mdx-rs compile: https://example.com
 same issue when mdxRs is false.
### 这个功能解决了什么问题? The rspress version is too old now, and we can bump it and use _meta.json to manage sidebar. ### 你期望的 API 是什么样子的? -
> You should put your static resouces in `public` folder and use absolute path `/rspress.png` to import. > > Or you can use `_meta.json` to define sidebar https://rspress.dev/guide/basic/auto-nav-sidebar 这样确实可以实现。但是绝大部分知识库(如Notion)批量导出文档的时候,文档内引用的图片等资源都会放在相对路径下,如果这样一个个修改工作量会非常大。如果这个bug得以修复,那么就可以实现知识库无缝迁移到RsPress,这不是非常棒吗? _Originally...
### What problem does this feature solve? In huge scale doc site project, the `virtual-site-data.mjs` will be 100, 000+ lines, which may be 3M+. This results in the startup time...
### What problem does this feature solve? Add a separate section to describe how to use shared mdx as components in other mdx files. like https://rspress.dev/guide/basic/use-mdx#use-component ### What does the...