From 1c11e587d961984aedaaca92763dbde0b3cbd0ae Mon Sep 17 00:00:00 2001 From: ge-yafang Date: Wed, 11 May 2022 17:47:35 +0800 Subject: [PATCH] update docs Signed-off-by: ge-yafang --- en/application-dev/Readme-EN.md | 3 ++- en/application-dev/website.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/en/application-dev/Readme-EN.md b/en/application-dev/Readme-EN.md index 6f7a4b44a6..6193ac5b4d 100644 --- a/en/application-dev/Readme-EN.md +++ b/en/application-dev/Readme-EN.md @@ -8,7 +8,8 @@ - Quick Start - Getting Started - [Preparations](start-overview.md) - - [Getting Started with eTS](start-with-ets.md) + - [Getting Started with eTS in the Traditional Coding Approach](quick-start/start-with-ets.md) + - [Getting Started with eTS in the Low-Code Approach](quick-start/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 diff --git a/en/application-dev/website.md b/en/application-dev/website.md index b2b122312b..da1e2c676f 100644 --- a/en/application-dev/website.md +++ b/en/application-dev/website.md @@ -4,7 +4,8 @@ - Quick Start - Getting Started - [Preparations](quick-start/start-overview.md) - - [Getting Started with eTS](quick-start/start-with-ets.md) + - [Getting Started with eTS in the Traditional Coding Approach](quick-start/start-with-ets.md) + - [Getting Started with eTS in the Low-Code Approach](quick-start/start-with-ets-low-code.md) - [Getting Started with JavaScript in the Traditional Coding Approach](quick-start/start-with-js.md) - [Getting Started with JavaScript in the Low-Code Approach](quick-start/start-with-js-low-code.md) - Development Fundamentals -- GitLab