Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion website/docs/en/guide/start/ai.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ You can choose the file that best fits your use case:

## Markdown docs

Every Rslib documentation page has a corresponding `.md` plain-text version that can be provided directly to AI. On any doc page, you can click “Copy Markdown” or “Copy Markdown Link” under the title to get the Markdown content or link.
Every Rslib documentation page has a corresponding `.md` plain-text version that can be provided directly to AI. On any doc page, you can click “Copy Markdown” or “Copy Markdown Link” in the page outline to get the Markdown content or link.

```
https://rslib.rs/guide/start/index.md
Expand Down
2 changes: 1 addition & 1 deletion website/docs/zh/guide/start/ai.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ https://rslib.rs/llms-full.txt

## Markdown 文档

Rslib 文档的每个页面都提供对应的 `.md` 纯文本版本,可直接作为上下文提供给 AI。你可以在文档任意页面的标题下方点击「复制 Markdown」或 「复制 Markdown 链接」按钮,获取该页面对应的 Markdown 文件内容或链接。
Rslib 文档的每个页面都提供对应的 `.md` 纯文本版本,可直接作为上下文提供给 AI。你可以在任意文档页面的大纲中点击「复制 Markdown」或 「复制 Markdown 链接」按钮,获取该页面对应的 Markdown 文件内容或链接。

```
https://rslib.rs/guide/start/index.md
Expand Down
3 changes: 3 additions & 0 deletions website/rspress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ export default defineConfig({
},
],
themeConfig: {
llmsUI: {
placement: 'outline',
},
socialLinks: [
{
icon: 'github',
Expand Down