docs: revamped endpoints, services, and entities (#4660)

* revamp create endpoint docs

* docs: revamped endpoints, services, and entities

* eslint fixes

* fix metadata

* fix missing closing tag

* fixes to create migration doc

* fixes to create endpoint doc

* small fix in create service doc
This commit is contained in:
Shahed Nasser
2023-08-01 19:36:56 +03:00
committed by GitHub
parent 6c885ac2d6
commit c90191eb7e
11 changed files with 2092 additions and 694 deletions
@@ -57,7 +57,7 @@ To apply a middleware on any endpoint, you can use the same router defined in `s
:::warning
The examples used here don't apply Cross-Origin Resource Origin (CORS) options for simplicity. Make sure to apply them, especially for core routes, as explained in the [Create Endpoint](./create.md#cors-configuration) documentation.
The examples used here don't apply Cross-Origin Resource Origin (CORS) options for simplicity. Make sure to apply them, especially for core routes, as explained in the [Create Endpoint](./create.mdx#cors-configuration) documentation.
:::