From a3c66e84180897044da8e3a23c5df215d3a9e76f Mon Sep 17 00:00:00 2001 From: Phodal Huang Date: Fri, 26 Jan 2024 10:17:58 +0800 Subject: [PATCH] docs(docs): add new features to documentation #81 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - AutoCRUD mode (Java/Kotlin Language only).With DevTi Protocol (like `devti://story/github/1102`) will auto generate Model-Controller-Service-Repository code. - AutoSQL. Context-aware SQL generation. - AutoPage. Context-aware Page generation. - AutoTesting. create unit test intention, auto run unit test and try to fix test. - Auto Document. Auto generate document. --- README.md | 7 ++++--- docs/index.md | 11 ++++++----- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 562f7da0b1..d571d7d3bb 100644 --- a/README.md +++ b/README.md @@ -36,10 +36,11 @@ Features: - Languages support: Java, Kotlin, JavaScript/TypeScript, Rust, Python, Golang, or others... - Auto development mode. - - With DevTi Protocol (like `devti://story/github/1102`) will auto generate + - AutoCRUD mode (Java/Kotlin Language only). Auto generate CRUD code.With DevTi Protocol (like `devti://story/github/1102`) will auto generate Model-Controller-Service-Repository code. - - AutoCRUD mode (Java/Kotlin Language only). Auto generate CRUD code. - - Auto Testing. create unit test intention, auto run unit test and try to fix test. + - AutoSQL. Context-aware SQL generation. + - AutoPage. Context-aware Page generation. + - AutoTesting. create unit test intention, auto run unit test and try to fix test. - Auto Document. Auto generate document. - Copilot mode - Pattern specific.Based on your code context like (Controller, Service `import`), AutoDev will suggest you the best diff --git a/docs/index.md b/docs/index.md index 12bfeccac2..dd31998937 100644 --- a/docs/index.md +++ b/docs/index.md @@ -41,11 +41,12 @@ Features: - Languages support: Java, Kotlin, JavaScript/TypeScript, Rust, Python, Golang, or others... - Auto development mode. - - With DevTi Protocol (like `devti://story/github/1102`) will auto generate - Model-Controller-Service-Repository code. - - AutoCRUD mode (Java/Kotlin Language only). Auto generate CRUD code. - - Auto Testing. create unit test intention, auto run unit test and try to fix test. - - Auto Document. Auto generate document. + - AutoCRUD mode (Java/Kotlin Language only).With DevTi Protocol (like `devti://story/github/1102`) will auto generate + Model-Controller-Service-Repository code. + - AutoSQL. Context-aware SQL generation. + - AutoPage. Context-aware Page generation. + - AutoTesting. create unit test intention, auto run unit test and try to fix test. + - Auto Document. Auto generate document. - Copilot mode - Pattern specific.Based on your code context like (Controller, Service `import`), AutoDev will suggest you the best code.