From 4c1b9679de134d9a28018100fdb71a4f4e90cc8b Mon Sep 17 00:00:00 2001 From: Jacklyn Date: Fri, 22 Nov 2024 14:17:21 -0600 Subject: [PATCH] modus changes --- modus/ai-enabled-apps.mdx | 1 + modus/api-generation.mdx | 1 + modus/app-manifest.mdx | 1 + modus/architecture.mdx | 1 + modus/authentication.mdx | 3 ++- modus/basic-functions.mdx | 1 + modus/changelog.mdx | 1 + modus/contributing.mdx | 1 + modus/data-fetching.mdx | 1 + modus/deploying.mdx | 1 + modus/error-handling.mdx | 1 + modus/model-invoking.mdx | 1 + modus/modus-cli.mdx | 1 + modus/overview.mdx | 1 + modus/project-structure.mdx | 1 + modus/quickstart.mdx | 5 +++-- modus/roadmap.mdx | 1 + modus/search.mdx | 3 ++- modus/testing.mdx | 1 + modus/troubleshooting.mdx | 1 + modus/upgrading.mdx | 1 + 21 files changed, 25 insertions(+), 4 deletions(-) diff --git a/modus/ai-enabled-apps.mdx b/modus/ai-enabled-apps.mdx index 887239f..13af417 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 bde62b9..5c372ee 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 4e7db1d..32e73c5 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 3e5d990..3029f1b 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 7f54c0f..05dea2f 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 e98fe7e..9472241 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 084f050..78e8559 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 c2798d2..97834b3 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 51f9cfc..0409d74 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 02dd866..47ce9f6 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 46167bc..bf1ce8c 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 8e94724..dee85c6 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 fcfc8f4..890f109 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 c3f970b..5c3e04c 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 3917f90..d6ee89d 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 933046c..7963507 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 4de79a1..ab92d8a 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 8640b27..d3bb216 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 8bb162a..92b2424 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 701a157..799671e 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 d34fa0d..b99e703 100644 --- a/modus/upgrading.mdx +++ b/modus/upgrading.mdx @@ -1,4 +1,5 @@ --- title: Upgrading description: "" +"og:title": "Upgrading - Modus" ---