Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deploy.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Hypermode leverages a native GitHub integration for the deployment of Hypermode

## Build

The [template project](https://github.com/hypermodeAI/template-project) includes a GitHub Action to build your project's functions. On success, the action deploys your functions to Hypermode when committing or merging to the branch defined in the Hypermode Console.
All templates include a GitHub Action to build your project's functions. On success, the action deploys your functions to Hypermode when committing or merging to the branch defined in the Hypermode Console.

## Deploy

Expand Down
4 changes: 2 additions & 2 deletions quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ mode: "wide"
---

<Steps>
<Step title="Clone the Template Project">
Use the [template](https://github.com/hypermodeAI/template-project) to set up your Hypermode project.
<Step title="Clone the Base Template">
Use the [template](https://github.com/hypermodeAI/base-template) to set up your Hypermode project.
</Step>
<Step title="Set Up Your Manifest">
Define your [AI models](/define-models) in your [project manifest](/manifest). You'll reference these model definitions in your functions.
Expand Down
2 changes: 1 addition & 1 deletion sdk/functions-sdk.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ The following APIs are available in the Functions SDK:

## Installation

The easiest way to start with Hypermode is using the [template project](https://github.com/hypermodeAI/template-project).
The easiest way to start with Hypermode is using the [template project](https://github.com/hypermodeAI/base-template).