From 74ea58cb386c4f8cd6c7c0e6f99c36083098f6cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halil=20=C4=B0brahim=20Kalkan?= Date: Tue, 11 Jun 2019 19:20:08 +0300 Subject: [PATCH] Created empty docs. --- docs/en/AspNetCore/Auto-API-Controllers.md | 2 +- docs/en/JavaScript/Dynamic-JavaScript-API-Clients.md | 3 +++ docs/en/Value-Objects.md | 3 +++ docs/en/Value-Types.md | 3 --- 4 files changed, 7 insertions(+), 4 deletions(-) create mode 100644 docs/en/JavaScript/Dynamic-JavaScript-API-Clients.md create mode 100644 docs/en/Value-Objects.md delete mode 100644 docs/en/Value-Types.md diff --git a/docs/en/AspNetCore/Auto-API-Controllers.md b/docs/en/AspNetCore/Auto-API-Controllers.md index d08f13003e..77819c48c9 100644 --- a/docs/en/AspNetCore/Auto-API-Controllers.md +++ b/docs/en/AspNetCore/Auto-API-Controllers.md @@ -2,7 +2,7 @@ Once you create an [application service](../Application-Services.md), you generally want to create an API controller to expose this service as an HTTP (REST) API endpoint. A typical API controller does nothing but redirects method calls to the application service and configures the REST API using attributes like [HttpGet], [HttpPost], [Route]... etc. -ABP can **automagically** configures your application services as MVC API Controllers by convention. Most of time you don't care about its detailed configuration, but it's possible fully customize it. +ABP can **automagically** configure your application services as API Controllers by convention. Most of time you don't care about its detailed configuration, but it's possible to fully customize it. ## Configuration diff --git a/docs/en/JavaScript/Dynamic-JavaScript-API-Clients.md b/docs/en/JavaScript/Dynamic-JavaScript-API-Clients.md new file mode 100644 index 0000000000..539d3ac15a --- /dev/null +++ b/docs/en/JavaScript/Dynamic-JavaScript-API-Clients.md @@ -0,0 +1,3 @@ +## Dynamic JavaScript API Clients + +TODO \ No newline at end of file diff --git a/docs/en/Value-Objects.md b/docs/en/Value-Objects.md new file mode 100644 index 0000000000..0c6c8d4424 --- /dev/null +++ b/docs/en/Value-Objects.md @@ -0,0 +1,3 @@ +## Value Objects + +TODO \ No newline at end of file diff --git a/docs/en/Value-Types.md b/docs/en/Value-Types.md deleted file mode 100644 index a0e340063c..0000000000 --- a/docs/en/Value-Types.md +++ /dev/null @@ -1,3 +0,0 @@ -## Value Types - -TODO \ No newline at end of file