diff --git a/deploy/authentication-setup.mdx b/deploy/authentication-setup.mdx index 4072b8f4c..980c1fa9e 100644 --- a/deploy/authentication-setup.mdx +++ b/deploy/authentication-setup.mdx @@ -36,7 +36,7 @@ Select the handshake method that you want to configure. 2. Enable authentication. 3. In the **Password Protection** section, enter a secure password - After you enter a password, your site redploys. When it finishes deploying, anyone who visits your site must enter the password to access your content. + After you enter a password, your site redeploys. When it finishes deploying, anyone who visits your site must enter the password to access your content. Securely share the password and documentation URL with authorized users. @@ -45,7 +45,7 @@ Select the handshake method that you want to configure. ### Example -Your host your documentation at `docs.foo.com` and you need basic access control without tracking individual users. You want to prevent public access while keeping setup simple. +You host your documentation at `docs.foo.com` and you need basic access control without tracking individual users. You want to prevent public access while keeping setup simple. **Create a strong password** in your dashboard. **Share credentials** with authorized users. That's it! @@ -74,7 +74,7 @@ Your host your documentation at `docs.foo.com` and you need basic access control ### Example -Your host your documentation at `docs.foo.com` and your entire team has access to your dashboard. You want to restrict access to team members only. +You host your documentation at `docs.foo.com` and your entire team has access to your dashboard. You want to restrict access to team members only. **Enable Mintlify authentication** in your dashboard settings. @@ -125,7 +125,7 @@ Your host your documentation at `docs.foo.com` and your entire team has access t ### Example -Your host your documentation at `foo.com/docs` and you have an existing OAuth server at `auth.foo.com` that supports the Authorization Code Flow. +You host your documentation at `foo.com/docs` and you have an existing OAuth server at `auth.foo.com` that supports the Authorization Code Flow. **Configure your OAuth server details** in your dashboard: - **Authorization URL**: `https://auth.foo.com/authorization` @@ -186,7 +186,7 @@ Your host your documentation at `foo.com/docs` and you have an existing OAuth se ### Example -Your host your documentation at `docs.foo.com` with an existing authentication system at `foo.com`. You want to extend your login flow to grant access to the docs while keeping your docs separate from your dashboard (or you don't have a dashboard). +You host your documentation at `docs.foo.com` with an existing authentication system at `foo.com`. You want to extend your login flow to grant access to the docs while keeping your docs separate from your dashboard (or you don't have a dashboard). Create a login endpoint at `https://foo.com/docs-login` that extends your existing authentication. diff --git a/deploy/ghes.mdx b/deploy/ghes.mdx index 3ebfa0c9b..a5e13c7fb 100644 --- a/deploy/ghes.mdx +++ b/deploy/ghes.mdx @@ -36,7 +36,7 @@ See [Registering a GitHub App](https://docs.github.com/en/enterprise-server@3.18 1. In the upper-right corner of any page on GitHub, click your profile picture. -2.Click **Your organizations**. +2. Click **Your organizations**. 3. Click **Settings** next to the organization that you want to create the app for. @@ -123,7 +123,7 @@ Select either: - **Only select repositories** (choose specific repositories) -We reccomend selecting "Only select repositories" and limiting the app to only the repositories where your documentation is located. +We recommend selecting "Only select repositories" and limiting the app to only the repositories where your documentation is located. diff --git a/deploy/route53-cloudfront.mdx b/deploy/route53-cloudfront.mdx index 5a3468bda..d31c73c3c 100644 --- a/deploy/route53-cloudfront.mdx +++ b/deploy/route53-cloudfront.mdx @@ -21,7 +21,7 @@ Route traffic to these paths with a Cache Policy of **CachingDisabled**: Route traffic to this path with a Cache Policy of **CachingEnabled**: - `/mintlify-assets/_next/static/*` -- `Default (*)` - Your websites landing page +- `Default (*)` - Your website's landing page All Behaviors must have the an **origin request policy** of `AllViewerExceptHostHeader`.