We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86b2bcc commit 23e8f89Copy full SHA for 23e8f89
1 file changed
docs/spec/index.md
@@ -6,8 +6,6 @@ This section contains the technical specifications for the ObjectQL platform. It
6
* [**Objects & Fields**](./object.md) - Defining data models, field types, and validation rules.
7
* [**Actions (RPC)**](./action.md) - Defining custom server-side functions and APIs.
8
* [**Hooks (Triggers)**](./hook.md) - Attaching logic to database events.
9
-* [**App Definition**](./app.md) - Configuring menus and UI layout.
10
11
## Data & Transport
12
* [**Query Language (JSON)**](./query-language.md) - Specification of the Unified Query JSON format used by drivers and APIs.
13
-* [**HTTP Protocol**](./http-protocol.md) - Standard REST API endpoints and payload formats.
0 commit comments