fix(api): update TON Center v2 repository references to the C++ implementation#2162
fix(api): update TON Center v2 repository references to the C++ implementation#2162ATrump wants to merge 3 commits into
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThis pull request migrates TON Center API v2 documentation from references to the Python implementation (ton-http-api) to the newer C++ implementation (ton-http-api-cpp). Two documentation files are updated: the main API overview and the self-hosted setup guide. ChangesTON Center API v2 Documentation Migration to C++
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Warning Review ran into problems🔥 ProblemsGit: Failed to clone repository. Please run the Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
| - [TON Center landing page](https://toncenter.com) | ||
| - [TON Center v2 (Python, older) source and deploy instructions][etc-v2-src] | ||
| - [TON Center v2 (C++, newer) source and deploy instructions](https://github.com/toncenter/ton-http-api-cpp) | ||
| - [TON Center v2 (C++, newer, recommended) source and deploy instructions][etc-v2-src] |
There was a problem hiding this comment.
[HIGH] Subjective “recommended” label in reference entry
The reference list entry for TON Center v2 currently reads “TON Center v2 (C++, newer, recommended) …”, which introduces a subjective recommendation and marketing-style phrasing without explicit, measurable criteria. The extended style guide bans promotional or vague evaluative adjectives such as “recommended” in technical content, requiring strictly factual, task-focused language. This wording appears directly in the changed line, so the issue is fully within the PR diff. Keeping the entry factual avoids implying endorsement or preference beyond what the documentation can justify objectively.
| - [TON Center v2 (C++, newer, recommended) source and deploy instructions][etc-v2-src] |
Please leave a reaction 👍/👎 to this suggestion to improve future reviews for everyone!
closes #2156
Update all references for API/v2 in the documentation from the Python implementation to the C++ implementation.
From: https://github.com/toncenter/ton-http-api
To: https://github.com/toncenter/ton-http-api-cpp
UPD: keep the old link(for Python) as an alternative(for CPP) for a while. It will be deprecated later.
Summary by CodeRabbit
Documentation