From 0f81116480715c9b4c472c1738e52b95f20bfad0 Mon Sep 17 00:00:00 2001 From: "ester.zhou" Date: Mon, 9 May 2022 18:07:29 +0800 Subject: [PATCH] update docs Signed-off-by: ester.zhou --- .../Readme-EN.md | 6 ++--- ...ckground-agent-scheduled-reminder-guide.md | 2 +- ...round-agent-scheduled-reminder-overview.md | 2 +- en/application-dev/notification/Readme-EN.md | 22 ++++++---------- en/application-dev/quick-start/Readme-EN.md | 25 +++++++++---------- .../work-scheduler/Readme-EN.md | 5 ++-- 6 files changed, 26 insertions(+), 36 deletions(-) diff --git a/en/application-dev/background-agent-scheduled-reminder/Readme-EN.md b/en/application-dev/background-agent-scheduled-reminder/Readme-EN.md index 7f4083e641..45eba39ce6 100644 --- a/en/application-dev/background-agent-scheduled-reminder/Readme-EN.md +++ b/en/application-dev/background-agent-scheduled-reminder/Readme-EN.md @@ -1,4 +1,4 @@ -# Agent-Powered Scheduled Reminders +# Agent-Powered Scheduled Reminder -- [Overview](background-agent-scheduled-reminder-overview.md) -- [Development Guidelines](background-agent-scheduled-reminder-guide.md) +- [Agent-Powered Scheduled Reminder Overview](background-agent-scheduled-reminder-overview.md) +- [Agent-Powered Scheduled Reminder Development](background-agent-scheduled-reminder-guide.md) diff --git a/en/application-dev/background-agent-scheduled-reminder/background-agent-scheduled-reminder-guide.md b/en/application-dev/background-agent-scheduled-reminder/background-agent-scheduled-reminder-guide.md index 5b5961b409..d61ce4bab7 100644 --- a/en/application-dev/background-agent-scheduled-reminder/background-agent-scheduled-reminder-guide.md +++ b/en/application-dev/background-agent-scheduled-reminder/background-agent-scheduled-reminder-guide.md @@ -1,4 +1,4 @@ -# Development Guidelines +# Agent-Powered Scheduled Reminder Development ## When to Use diff --git a/en/application-dev/background-agent-scheduled-reminder/background-agent-scheduled-reminder-overview.md b/en/application-dev/background-agent-scheduled-reminder/background-agent-scheduled-reminder-overview.md index 32f0b858f3..b44656a232 100644 --- a/en/application-dev/background-agent-scheduled-reminder/background-agent-scheduled-reminder-overview.md +++ b/en/application-dev/background-agent-scheduled-reminder/background-agent-scheduled-reminder-overview.md @@ -1,4 +1,4 @@ -# Overview +# Agent-Powered Scheduled Reminder Overview Your application can call the **ReminderRequest** class to create scheduled reminders for countdown timers, calendar events, and alarm clocks. When the created reminders are published, the timing and pop-up notification functions of your application will be taken over by the reminder agent in the background, even when your application is frozen or exits. diff --git a/en/application-dev/notification/Readme-EN.md b/en/application-dev/notification/Readme-EN.md index 2a0df0e3a4..3207b121ae 100644 --- a/en/application-dev/notification/Readme-EN.md +++ b/en/application-dev/notification/Readme-EN.md @@ -1,17 +1,9 @@ # Common Event and Notification -[Common Event and Notification Overview](notification-brief.md) - -### Common Event - -* [Common Event Development](common-event.md) - -### Notification - -* [Notification Development](notification.md) - - - -### Debugging Tools - -* [Debugging Assistant Usage](assistant-guidelines.md) +- [Common Event and Notification Overview](notification-brief.md) +- Common Event + - [Common Event Development](common-event.md) +- Notification + - [Notification Development](notification.md) +- Debugging Tools + - [Debugging Assistant Usage](assistant-guidelines.md) diff --git a/en/application-dev/quick-start/Readme-EN.md b/en/application-dev/quick-start/Readme-EN.md index 8535200ec9..e101158532 100644 --- a/en/application-dev/quick-start/Readme-EN.md +++ b/en/application-dev/quick-start/Readme-EN.md @@ -1,15 +1,14 @@ # Quick Start -- Getting Started - - [Preparations](start-overview.md) - - [Getting Started with eTS in the Traditional Coding Approach](start-with-ets.md) - - [Getting Started with eTS in the Low-Code Approach](start-with-ets-low-code.md) - - [Getting Started with JavaScript in the Traditional Coding Approach](start-with-js.md) - - [Getting Started with JavaScript in the Low-Code Approach](start-with-js-low-code.md) - -- Development Fundamentals - - [Application Development Package Structure (FA Model)](package-structure.md) - - [Application Development Package Structure (Stage Model)](module-structure.md) - - [Resource File Categories](basic-resource-file-categories.md) - - [SysCap](syscap.md) - +- Getting Started + - [Preparations](start-overview.md) + - [Getting Started with eTS in the Traditional Coding Approach](start-with-ets.md) + - [Getting Started with eTS in the Low-Code Approach](start-with-ets-low-code.md) + - [Getting Started with JavaScript in the Traditional Coding Approach](start-with-js.md) + - [Getting Started with JavaScript in the Low-Code Approach](start-with-js-low-code.md) + +- Development Fundamentals + - [Application Development Package Structure (FA Model)](package-structure.md) + - [Application Development Package Structure (Stage Model)](module-structure.md) + - [Resource File Categories](basic-resource-file-categories.md) + - [SysCap](syscap.md) diff --git a/en/application-dev/work-scheduler/Readme-EN.md b/en/application-dev/work-scheduler/Readme-EN.md index 13c70babfe..cf4c284e2a 100644 --- a/en/application-dev/work-scheduler/Readme-EN.md +++ b/en/application-dev/work-scheduler/Readme-EN.md @@ -1,5 +1,4 @@ # Work Scheduler + - [Work Scheduler Overview](work-scheduler-overview.md) + - [Work Scheduler Development](work-scheduler-dev-guide.md) -- Background Tasks - - [Work Scheduler Overview](work-scheduler-overview.md) - - [Work Scheduler Development](work-scheduler-dev-guide.md) -- GitLab