Skip to content

Add mintlify-docs as submodule#149

Open
sweta1308 wants to merge 4 commits intomainfrom
add_submodule
Open

Add mintlify-docs as submodule#149
sweta1308 wants to merge 4 commits intomainfrom
add_submodule

Conversation

@sweta1308
Copy link
Collaborator

No description provided.

@ayush-shah ayush-shah marked this pull request as ready for review February 6, 2026 05:02
Copilot AI review requested due to automatic review settings February 6, 2026 05:02
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds the mintlify-docs repository as a Git submodule and updates documentation to improve bot token guidance and fix broken internal links.

Changes:

  • Added mintlify-docs as a Git submodule pointing to the open-metadata/mintlify-docs repository
  • Enhanced bot token documentation with categorized bot descriptions and clearer usage instructions
  • Fixed broken documentation links to point to the unified SDK authentication guide

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 3 comments.

File Description
.gitmodules Configures the mintlify-docs submodule with repository URL and path
mintlify-docs Adds the submodule reference at a specific commit
sdk/index.mdx Expands bot token documentation with categorized bot types and improved instructions
collate-ai/mcp/cursor.mdx Updates authentication links to reference the SDK guide instead of deprecated paths

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

### Bot Token

1. Go to the settings page from the navbar and then scroll down to the Integrations Section. Click on the Bots and you will see the list of bots, then click on the ingestion-bot. <img src="/public/images/apis/bots/bots.png" alt="bot-list" />
Bot tokens are ideal for automated processes, integrations, and programmatic access. Choose the appropriate bot based on your use case:
Copy link

Copilot AI Feb 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Consider adding a period at the end of the sentence for consistency with other documentation sentences.

Suggested change
Bot tokens are ideal for automated processes, integrations, and programmatic access. Choose the appropriate bot based on your use case:
Bot tokens are ideal for automated processes, integrations, and programmatic access. Choose the appropriate bot based on your use case.

Copilot uses AI. Check for mistakes.

3. Optionally, You can create your own bot for specific use case.
#### AI & Automation
- **McpApplicationBot**: For Model Context Protocol (MCP) integrations with AI assistants (Cursor, Claude, etc.)
Copy link

Copilot AI Feb 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The acronym 'MCP' is defined here but also appears in the category header 'AI & Automation' without context. Consider moving the MCP definition to the category header or the introductory text for better clarity when users first encounter the term.

Suggested change
- **McpApplicationBot**: For Model Context Protocol (MCP) integrations with AI assistants (Cursor, Claude, etc.)
Use the **Model Context Protocol (MCP)** standard for integrating AI assistants such as Cursor, Claude, and others.
- **McpApplicationBot**: For MCP-based integrations with AI assistants

Copilot uses AI. Check for mistakes.
- Navigate to `<YOUR-Collate-SERVER>/marketplace/apps/`
- Install **McpApplication** if not already installed
3. **[MCP Application and Personal Access Token](../authentication/bot-token-mcp.md)** - Follow this guide to generate your PAT
3. **[MCP Application and Personal Access Token](/sdk#how-to-get-the-jwt-token)** - Follow this guide to generate your PAT
Copy link

Copilot AI Feb 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The link text mentions 'MCP Application and Personal Access Token' but the anchor #how-to-get-the-jwt-token may not specifically cover MCP Application setup. Verify that the linked section adequately covers both MCP Application installation and PAT generation, or consider updating the link text to accurately reflect the destination content.

Suggested change
3. **[MCP Application and Personal Access Token](/sdk#how-to-get-the-jwt-token)** - Follow this guide to generate your PAT
3. **[Personal Access Token (PAT)](/sdk#how-to-get-the-jwt-token)** - Follow this guide to generate your PAT

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants