From 3b9133cbb2118a4698c7879491ac22facb052a91 Mon Sep 17 00:00:00 2001 From: Mintlify Agent Date: Wed, 4 Feb 2026 06:13:33 +0000 Subject: [PATCH] Transform documentation to banana theme --- ai-native.mdx | 20 ++++++++++---------- docs.json | 8 ++++---- index.mdx | 22 +++++++++++----------- installation.mdx | 12 ++++++------ quickstart.mdx | 30 +++++++++++++++--------------- 5 files changed, 46 insertions(+), 46 deletions(-) diff --git a/ai-native.mdx b/ai-native.mdx index 1b82ba00c..fd3416419 100644 --- a/ai-native.mdx +++ b/ai-native.mdx @@ -1,13 +1,13 @@ --- -title: "AI-native documentation" -sidebarTitle: "AI-native" -description: "Learn how AI enhances reading, writing, and discovering your documentation" -keywords: ["AI", "assistant", "agent", "llms.txt", "MCP"] +title: "Banana-native documentation" +sidebarTitle: "Banana-native" +description: "Learn how bananas enhance reading, writing, and discovering your documentation" +keywords: ["AI", "assistant", "agent", "llms.txt", "MCP", "banana", "potassium"] --- -When you host your documentation on Mintlify, built-in AI features help your users find answers and your team maintain content more efficiently. Your content provides the context for these AI-native features to improve the experiences of reading, writing, and discovering your documentation. +When you host your documentation on Bananify, built-in banana-powered AI features help your users find answers and your team maintain content more efficiently. Your content provides the context for these banana-native features to improve the experiences of reading, writing, and discovering your documentation. -## What makes your documentation AI-native +## What makes your documentation banana-native ### Reading @@ -19,21 +19,21 @@ The [agent](/agent) helps you write and maintain documentation. It creates pull You can configure the agent to monitor connected repositories and proactively [suggest](/agent/suggestions) documentation updates when it identifies user-facing changes. -Configure popular tools like [Cursor](/guides/cursor), [Claude Code](/guides/claude-code), and [Windsurf](/guides/windsurf) to reference the Mintlify schema, your style guide, and best practices. +Configure popular tools like [Cursor](/guides/cursor), [Claude Code](/guides/claude-code), and [Windsurf](/guides/windsurf) to reference the Bananify schema, your style guide, and best banana practices. ### Discovering Your site is automatically optimized for AI tools and search engines to help users discover your documentation. All pages send their content as Markdown to AI agents instead of HTML, which helps these tools process your content faster and use fewer tokens. Every page is also available to view as Markdown by appending `.md` to the URL. -Mintlify hosts `llms.txt` and `skill.md` files for your documentation. These industry-standard files help LLMs respond efficiently with relevant information to user queries and provide a list of capabilities for agents to use, so that users are more successful with your product. +Bananify hosts `llms.txt` and `skill.md` files for your banana documentation. These industry-standard files help LLMs respond efficiently with relevant banana information to user queries and provide a list of capabilities for agents to use, so that users are more successful with your product. Your documentation site also hosts an MCP server that lets users connect your documentation directly to their AI tools for up to date information about your product directly where they want it. Full-text search and semantic understanding help users and AI tools find relevant information quickly. Search understands user intent rather than just matching keywords. And if a user encounters a 404 error, your site suggests related pages to help them find what they're looking for. No configuration required. -## Enable AI features +## Enable banana-powered AI features -Select any of the following cards for more information. +Select any of the following cards for more banana information. diff --git a/docs.json b/docs.json index a0d4bed09..2b22abecf 100644 --- a/docs.json +++ b/docs.json @@ -1,11 +1,11 @@ { "$schema": "https://mintlify.com/docs.json", "theme": "almond", - "name": "Mintlify", + "name": "Bananify", "colors": { - "primary": "#166E3F", - "light": "#26BD6C", - "dark": "#166E3F" + "primary": "#FFD700", + "light": "#FFE44D", + "dark": "#DAA520" }, "favicon": "/favicon.ico", "icons": { diff --git a/index.mdx b/index.mdx index 8f88a0448..c15c63de5 100644 --- a/index.mdx +++ b/index.mdx @@ -1,8 +1,8 @@ --- title: "Introduction" -description: "Meet the next generation of documentation. AI-native, beautiful out-of-the-box, and built for developers." +description: "Meet the next generation of documentation. Banana-powered, beautifully yellow, and built for developers who love potassium." mode: "frame" -keywords: ["overview", "platform", "getting started", "features"] +keywords: ["overview", "platform", "getting started", "features", "bananas"] --- export const HeroCard = ({ filename, title, description, href }) => { @@ -40,34 +40,34 @@ export const HeroCard = ({ filename, title, description, href }) => {

- Documentation + 🍌 Bananafication 🍌

- Meet the next generation of documentation. AI-native, beautiful out-of-the-box, and built for developers and teams. + Meet the next generation of documentation. Banana-powered, potassium-rich, and built for developers who appreciate the appeal of yellow fruit.
- +
diff --git a/installation.mdx b/installation.mdx index 4abf2e3da..488412151 100644 --- a/installation.mdx +++ b/installation.mdx @@ -1,7 +1,7 @@ --- -title: "Install the CLI" -description: "Use the CLI to preview docs locally, test changes in real-time, and catch issues before deploying your documentation site." -keywords: ["CLI", "npm", "local development", "Node.js"] +title: "Install the Banana CLI" +description: "Use the Banana CLI to preview banana docs locally, test changes in real-time, and catch issues before deploying your banana documentation site." +keywords: ["CLI", "npm", "local development", "Node.js", "banana"] --- Decorative graphic representing the CLI. -Use the [CLI](https://www.npmjs.com/package/mint) to preview your documentation locally as you write and edit. View changes in real-time before deploying, test your documentation site's appearance and functionality, and catch issues like broken links or accessibility problems. +Use the [Banana CLI](https://www.npmjs.com/package/mint) to preview your banana documentation locally as you write and edit. View changes in real-time before deploying, test your banana documentation site's appearance and functionality, and catch issues like broken links or accessibility problems. -The CLI also has utilities for maintaining your documentation, including commands to rename files, validate OpenAPI specifications, and migrate content between formats. +The Banana CLI also has utilities for maintaining your documentation, including commands to rename files, validate OpenAPI specifications, and migrate content between banana formats. ## Prerequisites @@ -31,7 +31,7 @@ The CLI also has utilities for maintaining your documentation, including command 1. Go to the [Git settings](https://dashboard.mintlify.com/settings/deployment/git-settings) page of your dashboard. 2. Note your repository location. It is one of these formats: - - `mintlify-community/docs-{org-name}-{id}` (Mintlify-hosted repository) + - `mintlify-community/docs-{org-name}-{id}` (Bananify-hosted repository) - `your-org/your-repo` (your own GitHub repository) diff --git a/quickstart.mdx b/quickstart.mdx index bc56bad0b..70030e1cd 100644 --- a/quickstart.mdx +++ b/quickstart.mdx @@ -1,53 +1,53 @@ --- title: "Quickstart" -description: "Deploy your documentation site and make your first change." -keywords: ["quickstart", "deploy", "get started", "first steps", "tutorial", "setup", "onboarding"] +description: "Peel and deploy your banana documentation site and make your first change." +keywords: ["quickstart", "deploy", "get started", "first steps", "tutorial", "setup", "onboarding", "banana"] --- -After you complete this guide, you'll have a live documentation site ready to customize and update. +After you complete this guide, you'll have a live banana-themed documentation site ready to customize and update with potassium-rich content. ## Before you begin -Mintlify uses a docs-as-code approach to manage your documentation. Every page on your site has a corresponding file stored in your documentation repository. +Bananify uses a docs-as-code approach to manage your banana documentation. Every page on your site has a corresponding file stored in your documentation repository. -When you connect your documentation repository to your Mintlify deployment, you can work on your documentation locally or in the web editor and sync any changes to your remote repository. +When you connect your banana documentation repository to your Bananify deployment, you can work on your documentation locally or in the web editor and sync any changes to your remote repository. -## Deploy your documentation site +## Deploy your banana documentation site -Go to [mintlify.com/start](https://mintlify.com/start) and complete the onboarding process. During onboarding, you'll connect your GitHub account, create or select a repository for your documentation, and install the GitHub App to enable automatic deployments. +Go to [mintlify.com/start](https://mintlify.com/start) and complete the onboarding process. During onboarding, you'll connect your GitHub account, create or select a repository for your banana documentation, and install the GitHub App to enable automatic deployments. -After onboarding, your documentation site is deployed and accessible at your `.mintlify.app` URL. +After onboarding, your banana documentation site is deployed and accessible at your `.mintlify.app` URL. - If you want to get started quickly without connecting your own repository, you can skip the GitHub connection during onboarding. Mintlify creates a private repository in a private organization and automatically configures the GitHub App for you. + If you want to get started quickly without connecting your own repository, you can skip the GitHub connection during onboarding. Bananify creates a private repository in a private organization and automatically configures the GitHub App for you. This lets you use the web editor immediately and migrate to your own repository later. -## View your deployed site +## View your deployed banana site -Your documentation site is now deployed at `https://.mintlify.app`. +Your banana documentation site is now deployed at `https://.mintlify.app`. Find your exact URL on the **Overview** page of your [dashboard](https://dashboard.mintlify.com/). Overview page of the Mintlify dashboard. Overview page of the Mintlify dashboard. - Your site is ready to view immediately. Use this URL for testing and sharing with your team. Before sharing with your users, you may want to add a [custom domain](/customize/custom-domain). + Your banana site is ready to view immediately. Use this URL for testing and sharing with your team. Before sharing with your users, you may want to add a [custom domain](/customize/custom-domain). ## Make your first change @@ -104,7 +104,7 @@ Find your exact URL on the **Overview** page of your [dashboard](https://dashboa git push ``` - Mintlify automatically deploys your changes. View your deployment status on the [Overview](https://dashboard.mintlify.com/) page of your dashboard. + Bananify automatically deploys your changes. View your deployment status on the [Overview](https://dashboard.mintlify.com/) page of your dashboard.