Skip to content

Commit c0e2dca

Browse files
authored
Merge branch 'main' into update-modus-overview
2 parents 054a8c6 + 074eb31 commit c0e2dca

File tree

16 files changed

+702
-1988
lines changed

16 files changed

+702
-1988
lines changed

.github/workflows/trunk.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name: Trunk Code Quality
22
on:
3-
workflow_dispatch:
43
pull_request:
54
branches: main
65

dgraph/changelog.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ To learn about the latest releases and other important announcements, watch the
2222

2323
| Release | First Release Date | End of Life |
2424
| --------------------- | ------------------ | -------------- |
25-
| [v25.0 Preview][] | TBD | TBD |
25+
| [v25.0 Preview][] | May 2025 | TBD |
2626
| [v24.1][] | March 2025 | September 2026 |
2727
| [v24.0][] | June 2024 | December 2025 |
2828
| [v23.1][] | October 2023 | April 2025 |

docs.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@
5959
"graphs/connect",
6060
"graphs/manage-schema",
6161
"graphs/manage-data",
62-
"graphs/manage-graph"
62+
"graphs/manage-graph",
63+
"graphs/graph-mcp"
6364
]
6465
},
6566
{
@@ -93,7 +94,6 @@
9394
"modus/app-manifest",
9495
"modus/data-fetching",
9596
"modus/model-invoking",
96-
"modus/search",
9797
"modus/api-generation",
9898
"modus/authentication",
9999
"modus/error-handling",
@@ -111,7 +111,6 @@
111111
"group": "AssemblyScript SDK",
112112
"pages": [
113113
"modus/sdk/assemblyscript/overview",
114-
"modus/sdk/assemblyscript/collections",
115114
"modus/sdk/assemblyscript/console",
116115
"modus/sdk/assemblyscript/dgraph",
117116
"modus/sdk/assemblyscript/graphql",
@@ -127,7 +126,6 @@
127126
"group": "Go SDK",
128127
"pages": [
129128
"modus/sdk/go/overview",
130-
"modus/sdk/go/collections",
131129
"modus/sdk/go/console",
132130
"modus/sdk/go/dgraph",
133131
"modus/sdk/go/graphql",
@@ -507,10 +505,6 @@
507505
"destination": "/introduction",
508506
"permanent": true
509507
},
510-
{
511-
"source": "/modus/sdk/collections",
512-
"destination": "/modus/sdk/assemblyscript/collections"
513-
},
514508
{
515509
"source": "/modus/sdk/console",
516510
"destination": "/modus/sdk/assemblyscript/console"

getting-started-with-hyper-commerce.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,6 @@ In the Hypermode console, you’ll see several key components of your project:
120120
- **[Functions](/modus/overview):** These are serverless functions written in
121121
AssemblyScript (a TypeScript-like language) that are automatically exposed as
122122
GraphQL APIs. Once deployed, you can query these functions within your app.
123-
- **[Collections](/modus/sdk/assemblyscript/collections):** Hypermode offers
124-
built-in key-value storage, known as collections, with support for vector
125-
embeddings. This allows you to store and retrieve data efficiently, without
126-
requiring a database for basic use cases.
127123
- **[Models](/modus/sdk/assemblyscript/models):** This section represents the AI
128124
models defined for your project. These models handle tasks like embedding text
129125
into vectors for search. Hypermode provides open source shared and dedicated

0 commit comments

Comments
 (0)