Skip to content

Commit 198c3fe

Browse files
authored
Merge branch 'modus-docs' into raphael/modus-search
2 parents c164d47 + 4b8a360 commit 198c3fe

File tree

14 files changed

+46
-22
lines changed

14 files changed

+46
-22
lines changed

deploy.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ All templates include a GitHub Action to build your project's functions. On succ
1717

1818
On successful build of your project or a change to your manifest in your connected GitHub repository, Hypermode automatically deploys your project changes.
1919

20-
For auto-deployed models](/modus/app-manifest#auto-deployed-models), Hypermode deploys a dedicated instance of the model.
20+
For [auto-deployed models](/modus/app-manifest#auto-deployed-models), Hypermode deploys a dedicated instance of the model.
2121

2222
## Query
2323

getting-started-with-hyper-commerce.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ You can get started with Hypermode’s [Instant Vector Search](https://github.co
4242
<img
4343
className="block"
4444
src="/images/getting-started-guide/sample-data-select.png"
45-
alt="Selecting to use sample data when creating the new hypermode project."
45+
alt="Selecting to use sample data when creating the new Hypermode project."
4646
/>
4747
</Frame>
4848

@@ -80,7 +80,7 @@ In the Hypermode console, you’ll see several key components of your project:
8080
<img
8181
className="block"
8282
src="/images/getting-started-guide/project-dash.png"
83-
alt="The hypermode project dashboard."
83+
alt="The Hypermode project dashboard."
8484
/>
8585
</Frame>
8686

images/logical-layout.png

-249 KB
Loading

introduction.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ mode: "wide"
55
---
66

77
<Warning>
8-
- what is Hypermode? - key features and benefits - primary concepts (project,
8+
- what's Hypermode? - key features and benefits - primary concepts (project,
99
deployment, API, hosting, storage "everything you need to run your AI APIs")
1010
</Warning>
1111

12-
Hypermode is a platform for building and hosting AI features and assistants for your applications. It aims to include or integrate with everything you need to ship real-time APIs that combine AI and your application logic. We've created an open source framework to make that even easier: [Modus](github.com/hypermodeinc/modus).
12+
Hypermode is a platform for building and hosting AI features and assistants for your applications. It aims to include or integrate with everything you need to ship real-time APIs that combine AI and your application logic. We've created an open source framework to make that even easier: [Modus](github.com/hypermodeinc/modus).
1313

1414
The Hypermode API is organized around [GraphQL](https://graphql.org/learn/). Our platform automatically generates a managed GraphQL endpoint for the functions you write. Hypermode can securely connect to models via HTTPS as well as host models for you.
1515

modus/architecture.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@
22
title: Architecture
33
description: ""
44
---
5+
6+
<Warning>name the pieces and projects we’re built on</Warning>

modus/changelog.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@
22
title: Changelog
33
description: ""
44
---
5+
6+
<Warning>release notes and version history</Warning>

modus/contributing.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@
22
title: Contributing
33
description: ""
44
---
5+
6+
<Warning>- why contribute? - guidelines and process for contributing</Warning>

modus/deploying.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@
22
title: Deploying
33
description: ""
44
---
5+
6+
<Warning>- CI/CD integration - how to deploy to Hypermode</Warning>

modus/modus-cli.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@
22
title: Modus CLI
33
description: ""
44
---
5+
6+
<Warning>- setup - `new`, `dev`</Warning>

modus/overview.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ description: ""
44
mode: "wide"
55
---
66

7+
<Warning>
8+
- overview of the framework - use cases and benefits for developers
9+
</Warning>
10+
711
The SDK provides:
812

913
- A project structure to organize your functions

0 commit comments

Comments
 (0)