Skip to content

Commit 4c1b967

Browse files
committed
modus changes
1 parent bbc3ec3 commit 4c1b967

21 files changed

+25
-4
lines changed

modus/ai-enabled-apps.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: AI-Enabled Apps
33
description: "Add intelligence to your app with AI models"
4+
"og:title": "AI-Enabled Apps - Modus"
45
---
56

67
Modus makes it easy to incrementally add intelligence to your apps. Whether

modus/api-generation.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: API Generation
33
description: "Create the signature for your API"
4+
"og:title": "API Generation - Modus"
45
---
56

67
Modus automatically creates an external API based on the endpoints defined in

modus/app-manifest.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: App Manifest
33
description: "Define the resources for your app"
4+
"og:title": "App Manifest - Modus"
45
---
56

67
The manifest for your Modus app allows you to configure the exposure and

modus/architecture.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Architecture
33
description: ""
4+
"og:title": "Architecture - Modus"
45
---
56

67
<Warning>name the pieces and projects we’re built on</Warning>

modus/authentication.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Authentication
33
description: "Protect your API"
4+
"og:title": "Authentication - Modus"
45
---
56

67
It's easy to secure your Modus app with authentication. Modus currently supports
@@ -33,7 +34,7 @@ export MODUS_PEMS='{\"key1\":\"-----BEGIN PUBLIC KEY-----\\nMIIBIjANBgkqhkiG9w0B
3334

3435
<Tip>
3536
When deploying your Modus app on Hypermode, the bearer token authentication is
36-
automatically setup.
37+
automatically set up.
3738
</Tip>
3839

3940
### Verifying tokens

modus/basic-functions.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Basic Functions
33
description: "Implement simple functions with Modus"
4+
"og:title": "Basic Functions - Modus"
45
---
56

67
We built Hypermode first to make the easy things easy. Here you'll find a

modus/changelog.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Changelog
33
description: "The latest changes and improvements in Modus"
4+
"og:title": "Changelog - Modus"
45
---
56

67
Welcome to the Modus changelog! Here you'll find the latest updates,

modus/contributing.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Contributing
33
description: ""
4+
"og:title": "Contributing - Modus"
45
---
56

67
<Warning>- why contribute? - guidelines and process for contributing</Warning>

modus/data-fetching.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Data Fetching
33
description: "Pull data into your app"
4+
"og:title": "Data Fetching - Modus"
45
---
56

67
Modus makes it simple to fetch data from external sources. The specific data

modus/deploying.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Deploying
33
description: ""
4+
"og:title": "Deploying - Modus"
45
---
56

67
<Warning>- CI/CD integration - how to deploy to Hypermode</Warning>

0 commit comments

Comments
 (0)