Timeless0911

Results 54 issues of Timeless0911

## Summary ## Related Issue ## Checklist - [ ] Tests updated (or not required). - [ ] Documentation updated (or not required).

change: fix

### Version ```sh - ``` ### Details https://github.com/web-infra-dev/rspress/blob/main/packages/theme-default/src/components/HomeHero/index.tsx#L66 ![image](https://github.com/web-infra-dev/rspress/assets/50201324/d3cf50e7-7a3c-46d2-a2e4-d940b13ef21c) 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 -...

🐞 bug
👏 PR welcome

## Summary ## Related Issue ## Checklist - [ ] Tests updated (or not required). - [ ] Documentation updated (or not required).

change: feat

### 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...

💡 feature

```mdx [https://example.com](https://example.com) ``` see https://github.com/web-infra-dev/rspress/issues/875 After mdx-rs compile: https://example.com

![image](https://github.com/web-infra-dev/mdx-rs/assets/50201324/01e48eea-f0fb-413c-8390-812a6aedfed0) 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 是什么样子的? -

documentation
👏 PR welcome

> 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...

👏 PR welcome

### 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...

💡 feature

### 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...

documentation