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
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@ Apollo 2.5.0
* [Fix: Operate the AccessKey multiple times within one second](https://github.com/apolloconfig/apollo/pull/5490)
* [Bugfix: Prevent accidental cache deletion when recreating AppNamespace with the same name and appid](https://github.com/apolloconfig/apollo/issues/5502)
* [Feature: Support ordinary users to modify personal information](https://github.com/apolloconfig/apollo/pull/5511)
* [doc: Add rust apollo client link](https://github.com/apolloconfig/apollo/pull/5514)
------------------
All issues and pull requests are [here](https://github.com/apolloconfig/apollo/milestone/16?closed=1)
6 changes: 6 additions & 0 deletions docs/en/client/rust-sdks-user-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,9 @@ A client for Apollo that supports both Rust and WASM.
Project address:[apollo-rust-client](https://github.com/qqiao/apollo-rust-client)

> Thanks to [@qqiao](https://github.com/qqiao) for providing support for the Rust Apollo client

### Apollo Rust client 3

Project address: [apollo-client](https://github.com/jmjoy/apollo-client)

> Thanks [@jmjoy](https://github.com/jmjoy) for providing support for the Rust Apollo client
Comment on lines +14 to +19
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Minor punctuation inconsistency in the English documentation.

The new section uses a regular colon (Project address:) on line 17, but the existing sections above it use full-width colons (Project address:) on lines 3 and 11. For consistency within this document, please align the punctuation style.

Apply this diff to standardize the punctuation:

-Project address: [apollo-client](https://github.com/jmjoy/apollo-client)
+Project address: [apollo-client](https://github.com/jmjoy/apollo-client)
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
### Apollo Rust client 3
Project address: [apollo-client](https://github.com/jmjoy/apollo-client)
> Thanks [@jmjoy](https://github.com/jmjoy) for providing support for the Rust Apollo client
### Apollo Rust client 3
Project address [apollo-client](https://github.com/jmjoy/apollo-client)
> Thanks [@jmjoy](https://github.com/jmjoy) for providing support for the Rust Apollo client
🤖 Prompt for AI Agents
In docs/en/client/rust-sdks-user-guide.md around lines 14 to 19, the "Project
address:" label uses a regular colon while other entries use a full-width colon;
change the regular colon to a full-width colon (:) so the punctuation matches
the other sections and maintain document consistency.

6 changes: 6 additions & 0 deletions docs/zh/client/rust-sdks-user-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,9 @@
项目地址:[apollo-rust-client](https://github.com/qqiao/apollo-rust-client)

> 非常感谢[@qqiao](https://github.com/qqiao)提供Rust Apollo客户端的支持

### Apollo Rust 客户端 3

项目地址:[apollo-client](https://github.com/jmjoy/apollo-client)

> 非常感谢[@jmjoy](https://github.com/jmjoy)提供Rust Apollo客户端的支持