feat(config, i18n): add integration guide documentation page with multi-language support
Added new integration guide page accessible from config hub, providing SSO and wallet integration documentation for client engineering teams. Includes translations in English, Nepali, and Chinese. Refactored percentage conversion utilities across agent management modules to use consistent `percentValueToUi` function, removing deprecated `ratioToPercentUi` and `percentUiToRatio` helpers.
This commit is contained in:
@@ -22,6 +22,7 @@ const EXACT_ROUTES: Record<string, PageTitleSpec> = {
|
||||
"/admin/settlement-center": { ns: "settlementCenter", key: "title" },
|
||||
"/admin/agents/settlement-bills": { ns: "settlementCenter", key: "title" },
|
||||
"/admin/config/integration-sites": { ns: "config", key: "integrationSites.title" },
|
||||
"/admin/docs/integration-guide": { ns: "config", key: "integrationGuide.title" },
|
||||
"/admin/wallet": { ns: "wallet", key: "title" },
|
||||
"/admin/wallet/transactions": { ns: "wallet", key: "walletTransactions" },
|
||||
"/admin/wallet/transfer-orders": { ns: "wallet", key: "transferOrders" },
|
||||
|
||||
Reference in New Issue
Block a user