From f9841f0533bbbb2d7aebaa3219f48cc631f41b58 Mon Sep 17 00:00:00 2001 From: zengyawen Date: Wed, 1 Jun 2022 10:37:00 +0800 Subject: [PATCH] update docs Signed-off-by: zengyawen --- en/application-dev/website.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/en/application-dev/website.md b/en/application-dev/website.md index c01cb5cf36..d3ffe0e61c 100644 --- a/en/application-dev/website.md +++ b/en/application-dev/website.md @@ -225,10 +225,19 @@ - [Access Control Overview](security/accesstoken-overview.md) - [Access Control Development](security/accesstoken-guidelines.md) - Connectivity + - Network Management + - [Network Management Overview](connectivity/net-mgmt-overview.md) + - [HTTP Data Request](connectivity/http-request.md) + - [WebSocket Connection](connectivity/websocket-connection.md) + - [Socket Connection](connectivity/socket-connection.md) - IPC & RPC - [IPC & RPC Overview](connectivity/ipc-rpc-overview.md) - [IPC & RPC Development Guidelines](connectivity/ipc-rpc-development-guideline.md) - [Subscribing to State Changes of a Remote Object](connectivity/subscribe-remote-state.md) + - Telephony + - [Telephony Service Overview](telephony/telephony-overview.md) + - [Redirecting to the Dial Screen](telephony/jumping-to-the-dial-screen.md) + - [Obtaining Current Cellular Network Signal Information](telephony/cellular-network-signal-info.md) - Data Management - Distributed Data Service - [Distributed Data Service Overview](database/database-mdds-overview.md) -- GitLab