From 43da9ff91dd5d18586344e81ba76e2beb7db1602 Mon Sep 17 00:00:00 2001 From: Novus Nota <68142933+novusnota@users.noreply.github.com> Date: Fri, 10 Jul 2026 12:51:52 +0200 Subject: [PATCH] chore: ensure proper API naming on the overview page --- content/api/overview.mdx | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/content/api/overview.mdx b/content/api/overview.mdx index b0008c1b5..a70fc2697 100644 --- a/content/api/overview.mdx +++ b/content/api/overview.mdx @@ -1,20 +1,16 @@ --- title: "APIs" sidebarTitle: "Overview" -description: "Available options for reading TON data and interacting with it from the off-chain world" +description: "Options for reading TON data and interacting with it from the off-chain world" --- -Access TON data via public liteservers, hosted APIs ([TON Center](#ton-center) v2/v3), or self-hosted options. - - - For available SDKs that rely on some of these APIs, see the [SDK overview](/applications/sdks) in the Applications section. - +Access TON data via public liteservers, hosted APIs such as [TON Center APIs](#ton-center), or self-hosted options. For available SDKs that rely on some of these APIs, see the [SDK overview](/applications/sdks). ## Comparison table ### Requests -| Feature | Public liteservers | TON Center v2 | TON Center v3 | +| Feature | Public liteservers | TON Center API v2 | TON Center API v3 | | ------------------------- | --------------------------------- | ------------------------ | --------------------- | | **Can be self-hosted?** | ✅ | ✅ | ✅ | | **Open-source** | ✅ | ✅ | ✅ |