diff --git a/modus/ai-enabled-apps.mdx b/modus/ai-enabled-apps.mdx
index 887239f5..13af417c 100644
--- a/modus/ai-enabled-apps.mdx
+++ b/modus/ai-enabled-apps.mdx
@@ -1,6 +1,7 @@
---
title: AI-Enabled Apps
description: "Add intelligence to your app with AI models"
+"og:title": "AI-Enabled Apps - Modus"
---
Modus makes it easy to incrementally add intelligence to your apps. Whether
diff --git a/modus/api-generation.mdx b/modus/api-generation.mdx
index bde62b95..5c372ee3 100644
--- a/modus/api-generation.mdx
+++ b/modus/api-generation.mdx
@@ -1,6 +1,7 @@
---
title: API Generation
description: "Create the signature for your API"
+"og:title": "API Generation - Modus"
---
Modus automatically creates an external API based on the endpoints defined in
diff --git a/modus/app-manifest.mdx b/modus/app-manifest.mdx
index 4e7db1d6..32e73c5a 100644
--- a/modus/app-manifest.mdx
+++ b/modus/app-manifest.mdx
@@ -1,6 +1,7 @@
---
title: App Manifest
description: "Define the resources for your app"
+"og:title": "App Manifest - Modus"
---
The manifest for your Modus app allows you to configure the exposure and
diff --git a/modus/architecture.mdx b/modus/architecture.mdx
index 3e5d9905..3029f1b0 100644
--- a/modus/architecture.mdx
+++ b/modus/architecture.mdx
@@ -1,6 +1,7 @@
---
title: Architecture
description: ""
+"og:title": "Architecture - Modus"
---
name the pieces and projects we’re built on
diff --git a/modus/authentication.mdx b/modus/authentication.mdx
index 7f54c0fe..05dea2fd 100644
--- a/modus/authentication.mdx
+++ b/modus/authentication.mdx
@@ -1,6 +1,7 @@
---
title: Authentication
description: "Protect your API"
+"og:title": "Authentication - Modus"
---
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
When deploying your Modus app on Hypermode, the bearer token authentication is
- automatically setup.
+ automatically set up.
### Verifying tokens
diff --git a/modus/basic-functions.mdx b/modus/basic-functions.mdx
index e98fe7e1..9472241f 100644
--- a/modus/basic-functions.mdx
+++ b/modus/basic-functions.mdx
@@ -1,6 +1,7 @@
---
title: Basic Functions
description: "Implement simple functions with Modus"
+"og:title": "Basic Functions - Modus"
---
We built Hypermode first to make the easy things easy. Here you'll find a
diff --git a/modus/changelog.mdx b/modus/changelog.mdx
index 084f0508..78e85592 100644
--- a/modus/changelog.mdx
+++ b/modus/changelog.mdx
@@ -1,6 +1,7 @@
---
title: Changelog
description: "The latest changes and improvements in Modus"
+"og:title": "Changelog - Modus"
---
Welcome to the Modus changelog! Here you'll find the latest updates,
diff --git a/modus/contributing.mdx b/modus/contributing.mdx
index c2798d27..97834b3c 100644
--- a/modus/contributing.mdx
+++ b/modus/contributing.mdx
@@ -1,6 +1,7 @@
---
title: Contributing
description: ""
+"og:title": "Contributing - Modus"
---
- why contribute? - guidelines and process for contributing
diff --git a/modus/data-fetching.mdx b/modus/data-fetching.mdx
index 51f9cfc9..0409d747 100644
--- a/modus/data-fetching.mdx
+++ b/modus/data-fetching.mdx
@@ -1,6 +1,7 @@
---
title: Data Fetching
description: "Pull data into your app"
+"og:title": "Data Fetching - Modus"
---
Modus makes it simple to fetch data from external sources. The specific data
diff --git a/modus/deploying.mdx b/modus/deploying.mdx
index 02dd8664..47ce9f6b 100644
--- a/modus/deploying.mdx
+++ b/modus/deploying.mdx
@@ -1,6 +1,7 @@
---
title: Deploying
description: ""
+"og:title": "Deploying - Modus"
---
- CI/CD integration - how to deploy to Hypermode
diff --git a/modus/error-handling.mdx b/modus/error-handling.mdx
index 46167bc0..bf1ce8ca 100644
--- a/modus/error-handling.mdx
+++ b/modus/error-handling.mdx
@@ -1,6 +1,7 @@
---
title: Error Handling
description: "Easily debug and handle errors"
+"og:title": "Error Handling - Modus"
---
Error handling in Modus makes it simple to have both a clear debugging process
diff --git a/modus/model-invoking.mdx b/modus/model-invoking.mdx
index 8e947248..dee85c64 100644
--- a/modus/model-invoking.mdx
+++ b/modus/model-invoking.mdx
@@ -1,6 +1,7 @@
---
title: Model Invoking
description: "Invoke your models with the Modus Models API"
+"og:title": "Model Invoking - Modus"
---
Modus enables you to easily integrate AI models into your app. In just a few
diff --git a/modus/modus-cli.mdx b/modus/modus-cli.mdx
index fcfc8f4a..890f109c 100644
--- a/modus/modus-cli.mdx
+++ b/modus/modus-cli.mdx
@@ -1,6 +1,7 @@
---
title: Modus CLI
description: "Comprehensive reference for the Modus CLI commands and usage"
+"og:title": "Modus CLI - Modus"
---
The Modus CLI is a command-line tool for interacting with your Modus app and
diff --git a/modus/overview.mdx b/modus/overview.mdx
index c3f970be..5c3e04c0 100644
--- a/modus/overview.mdx
+++ b/modus/overview.mdx
@@ -2,6 +2,7 @@
title: Overview
description: "Welcome to the Modus docs!"
mode: "wide"
+"og:title": "Overview - Modus"
---
---
diff --git a/modus/project-structure.mdx b/modus/project-structure.mdx
index 3917f90e..d6ee89d8 100644
--- a/modus/project-structure.mdx
+++ b/modus/project-structure.mdx
@@ -1,6 +1,7 @@
---
title: Project Structure
description: "Understand the structure of a Modus app"
+"og:title": "Project Structure - Modus"
---
{/* */}
diff --git a/modus/quickstart.mdx b/modus/quickstart.mdx
index 933046c3..7963507c 100644
--- a/modus/quickstart.mdx
+++ b/modus/quickstart.mdx
@@ -2,6 +2,7 @@
title: Quickstart
description: "Run your first Modus app in a few minutes"
mode: "wide"
+"og:title": "Quickstart - Modus"
---
In this quickstart we'll show you how to get set up with Modus and its CLI and
@@ -35,7 +36,7 @@ learn how to use the basic components of a Modus app and how to run it locally.
```
This command prompts you to choose between Go and AssemblyScript as the language for your app. It
- then creates a new directory with the necessary files and folders for your app.
+ then creates a new directory with the necessary files and folders for your app. You will also be asked if you would like to initialize a Git repository.
@@ -45,7 +46,7 @@ learn how to use the basic components of a Modus app and how to run it locally.
modus dev
```
- This command runs your app locally in a development mode and provides you with a URL to access your
+ This command runs your app locally in development mode and provides you with a URL to access your
app's generated API.
diff --git a/modus/roadmap.mdx b/modus/roadmap.mdx
index 4de79a1c..ab92d8a4 100644
--- a/modus/roadmap.mdx
+++ b/modus/roadmap.mdx
@@ -1,6 +1,7 @@
---
title: Roadmap
description: "Upcoming features and improvements for Modus."
+"og:title": "Roadmap - Modus"
---
upcoming features and improvements
diff --git a/modus/search.mdx b/modus/search.mdx
index 8640b27a..d3bb2160 100644
--- a/modus/search.mdx
+++ b/modus/search.mdx
@@ -1,6 +1,7 @@
---
title: Search
description: "Add natural language search to your app using AI embeddings"
+"og:title": "Search - Modus"
---
The Modus Collections API provides a robust way to store, retrieve, and search
@@ -408,7 +409,7 @@ using [Docker](https://www.docker.com/products/docker-desktop/) to start and
configure a PostgreSQL instance for local development with Collections.
To start and configure a local PostgreSQL instance for working with Collections
-locally using [Docker Compose](https://docs.docker.com/compose/) follow these
+locally using [Docker Compose](https://docs.docker.com/compose/), follow these
steps:
diff --git a/modus/testing.mdx b/modus/testing.mdx
index 8bb162ab..92b2424f 100644
--- a/modus/testing.mdx
+++ b/modus/testing.mdx
@@ -1,6 +1,7 @@
---
title: Testing
description: ""
+"og:title": "Testing - Modus"
---
diff --git a/modus/troubleshooting.mdx b/modus/troubleshooting.mdx
index 701a157e..799671ea 100644
--- a/modus/troubleshooting.mdx
+++ b/modus/troubleshooting.mdx
@@ -2,6 +2,7 @@
title: Troubleshooting
description:
"Common issues, resolutions, and best practices for triaging issues in Modus."
+ "og:title": "Troubleshooting - Modus"
---
common issues, resolutions, and best practices
diff --git a/modus/upgrading.mdx b/modus/upgrading.mdx
index d34fa0d1..b99e7035 100644
--- a/modus/upgrading.mdx
+++ b/modus/upgrading.mdx
@@ -1,4 +1,5 @@
---
title: Upgrading
description: ""
+"og:title": "Upgrading - Modus"
---