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 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