Browse Source

update docs

ruki 1 month ago
parent
commit
0f61ae3499

+ 9 - 3
docs/guide/extensions/ide-integration-plugins.md

@@ -124,7 +124,9 @@ The plugin supports rich configuration options that can be configured in VSCode
 }
 ```
 
-> **Tip**: For detailed explanation of these configuration options (such as auto-generation mode, generation path, etc.), please jump to the [Configure IntelliSense](#intellisense) section below.
+::: tip
+For detailed explanation of these configuration options (such as auto-generation mode, generation path, etc.), please jump to the [Configure IntelliSense](#intellisense) section below.
+:::
 
 #### Debug Configuration
 ```json
@@ -343,7 +345,9 @@ The Zed editor plugin provides seamless integration with xmake, offering feature
 - IntelliSense support through compile_commands.json generation
 - Quick access to common xmake commands
 
-> **Note**: The plugin is currently being submitted to the official Zed marketplace and is pending review ([PR #4565](https://github.com/zed-industries/extensions/pull/4565)). In the meantime, you can install it locally:
+::: note
+The plugin is currently being submitted to the official Zed marketplace and is pending review ([PR #4565](https://github.com/zed-industries/extensions/pull/4565)). In the meantime, you can install it locally:
+:::
 
 #### Local Installation
 
@@ -370,7 +374,9 @@ After installation, the plugin will automatically detect xmake projects and prov
 - **Project Templates**: 25+ project templates covering 15 programming languages
 - **Auto-installation**: Automatically downloads and installs xmake_ls language server
 
-> **Tip**: The plugin will automatically download and install the xmake_ls language server, no manual configuration required.
+::: tip
+The plugin will automatically download and install the xmake_ls language server, no manual configuration required.
+:::
 
 ### Configuration
 

+ 9 - 3
docs/zh/guide/extensions/ide-integration-plugins.md

@@ -124,7 +124,9 @@ xmake-vscode 插件会自动生成调试配置并传递给调试器,用户无
 }
 ```
 
-> **提示**: 关于这些配置选项的详细说明(如自动生成模式、生成路径等),请跳转到下面的 [配置 IntelliSense](#intellisense) 章节。
+::: tip
+关于这些配置选项的详细说明(如自动生成模式、生成路径等),请跳转到下面的 [配置 IntelliSense](#intellisense) 章节。
+:::
 
 #### 调试配置
 ```json
@@ -350,7 +352,9 @@ Zed 编辑器插件提供了与 xmake 的无缝集成,提供以下功能:
 - 通过 compile_commands.json 生成支持 IntelliSense
 - 快速访问常用 xmake 命令
 
-> **注意**: 插件正在提交到 Zed 官方市场,等待审核中 ([PR #4565](https://github.com/zed-industries/extensions/pull/4565))。在此期间,您可以通过本地安装方式使用:
+::: note
+插件正在提交到 Zed 官方市场,等待审核中 ([PR #4565](https://github.com/zed-industries/extensions/pull/4565))。在此期间,您可以通过本地安装方式使用:
+:::
 
 #### 本地安装
 
@@ -377,7 +381,9 @@ Zed 编辑器插件提供了与 xmake 的无缝集成,提供以下功能:
 - **项目模板**: 支持 25+ 项目模板,涵盖 15 种编程语言
 - **自动安装**: 自动下载和安装 xmake_ls 语言服务器
 
-> **提示**: 插件会自动下载和安装 xmake_ls 语言服务器,无需手动配置。
+::: tip
+插件会自动下载和安装 xmake_ls 语言服务器,无需手动配置。
+:::
 
 ### 配置 {#zed-configuration}