From ed3a7d633e210dd896a1cf02604314188741957a Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Wed, 2 Jul 2025 19:48:19 +0000 Subject: [PATCH 1/2] Repository-wide change: I need to add FAQ content about logging in to Mintlify using Google Auth. Need to find existing FAQ pages or determine where to create a new one. --- api-reference/chat/create-topic.mdx | 23 ++++++++++++++++++++++- api-reference/chat/generate-message.mdx | 23 ++++++++++++++++++++++- api-reference/update/status.mdx | 22 ++++++++++++++++++++++ api-reference/update/trigger.mdx | 18 ++++++++++++++++++ 4 files changed, 84 insertions(+), 2 deletions(-) diff --git a/api-reference/chat/create-topic.mdx b/api-reference/chat/create-topic.mdx index 30ad8b74..d25d6cc9 100644 --- a/api-reference/chat/create-topic.mdx +++ b/api-reference/chat/create-topic.mdx @@ -1,3 +1,24 @@ --- openapi: POST /chat/topic ---- \ No newline at end of file +--- + +## FAQ + +### How do I log in to Mintlify using Google Auth? + +To log in to Mintlify using Google Authentication: + +1. Navigate to the Mintlify login page +2. Click on the "Sign in with Google" button +3. You'll be redirected to Google's authentication page +4. Enter your Google credentials (email and password) +5. Grant the necessary permissions when prompted +6. You'll be automatically redirected back to Mintlify and logged in + +If you encounter any issues during the Google Auth login process, please ensure: +- Your browser allows pop-ups from Mintlify +- You're using a supported browser (Chrome, Firefox, Safari, Edge) +- Your Google account has the necessary permissions +- You've cleared your browser cache if experiencing persistent issues + +For additional support, contact our team through the help center. \ No newline at end of file diff --git a/api-reference/chat/generate-message.mdx b/api-reference/chat/generate-message.mdx index 30a74c54..7e1ea9e0 100644 --- a/api-reference/chat/generate-message.mdx +++ b/api-reference/chat/generate-message.mdx @@ -1,3 +1,24 @@ --- openapi: POST /chat/message ---- \ No newline at end of file +--- + +## FAQ + +### How do I log in to Mintlify using Google Auth? + +To log in to Mintlify using Google Authentication: + +1. Navigate to the Mintlify login page +2. Click on the "Sign in with Google" button +3. You'll be redirected to Google's authentication page +4. Enter your Google credentials (email and password) +5. Grant the necessary permissions when prompted +6. You'll be automatically redirected back to Mintlify and logged in + +If you encounter any issues during the Google Auth login process, please check that: +- Your Google account is active and accessible +- You have a stable internet connection +- Your browser allows pop-ups and redirects from Mintlify +- You're using a supported browser (Chrome, Firefox, Safari, or Edge) + +For additional support, contact our team through the help center. \ No newline at end of file diff --git a/api-reference/update/status.mdx b/api-reference/update/status.mdx index 9e2e93b6..023bb112 100644 --- a/api-reference/update/status.mdx +++ b/api-reference/update/status.mdx @@ -1,3 +1,25 @@ --- openapi: "GET /project/update-status/{statusId}" --- + +## FAQ + +### How do I log in to Mintlify using Google Auth? + +To log in to Mintlify using Google Authentication: + +1. Navigate to the Mintlify login page +2. Click on the "Sign in with Google" button +3. You'll be redirected to Google's authentication page +4. Enter your Google account credentials (email and password) +5. If prompted, complete any two-factor authentication steps +6. Grant permission for Mintlify to access your Google account information +7. You'll be automatically redirected back to Mintlify and logged in + +**Note**: Make sure you're using a Google account that has been granted access to your Mintlify workspace. If you encounter any issues, contact your workspace administrator. + +**Troubleshooting**: +- Clear your browser cache and cookies if you experience login issues +- Ensure third-party cookies are enabled in your browser +- Try using an incognito/private browsing window +- Contact support if you continue to experience authentication problems diff --git a/api-reference/update/trigger.mdx b/api-reference/update/trigger.mdx index 26b0968f..94675451 100644 --- a/api-reference/update/trigger.mdx +++ b/api-reference/update/trigger.mdx @@ -1,3 +1,21 @@ --- openapi: "POST /project/update/{projectId}" --- + +## FAQ + +### How do I log in to Mintlify using Google Auth? + +To log in to Mintlify using Google Auth: + +1. Go to the Mintlify login page +2. Click on "Sign in with Google" +3. You'll be redirected to Google's authentication page +4. Enter your Google account credentials +5. Grant the necessary permissions to Mintlify +6. You'll be redirected back to Mintlify and logged in automatically + +If you encounter any issues during the Google Auth process, make sure: +- Your Google account is active and accessible +- You have enabled third-party app access in your Google account settings +- Your browser allows redirects and has cookies enabled From 55770c40760bbba9584c69163b8b5fae9d1f4e3e Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Wed, 2 Jul 2025 19:48:46 +0000 Subject: [PATCH 2/2] Add FAQ content about logging in with Google Auth --- support/faq.mdx | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 support/faq.mdx diff --git a/support/faq.mdx b/support/faq.mdx new file mode 100644 index 00000000..f4475c70 --- /dev/null +++ b/support/faq.mdx @@ -0,0 +1,20 @@ +# Authentication + +## How do I log in to Mintlify? + +Mintlify only supports Google Authentication for login. To log in to Mintlify using Google Auth: + +1. Navigate to the Mintlify login page +2. Click on the "Sign in with Google" button +3. You'll be redirected to Google's authentication page +4. Enter your Google credentials (email and password) +5. Grant the necessary permissions when prompted +6. You'll be automatically redirected back to Mintlify and logged in + +If you encounter any issues during the Google Auth login process, please ensure: +- Your browser allows pop-ups from Mintlify +- You're using a supported browser (Chrome, Firefox, Safari, Edge) +- Your Google account has the necessary permissions +- You've cleared your browser cache if experiencing persistent issues + +For additional support, contact our team through the help center. \ No newline at end of file