diff --git a/docs.json b/docs.json index 7e92ab2b7..8846359bd 100644 --- a/docs.json +++ b/docs.json @@ -1,11 +1,11 @@ { "$schema": "https://mintlify.com/docs.json", "theme": "almond", - "name": "Mintlify", + "name": "Applify", "colors": { - "primary": "#166E3F", - "light": "#26BD6C", - "dark": "#166E3F" + "primary": "#DC143C", + "light": "#FF6B6B", + "dark": "#8B0000" }, "favicon": "/favicon.ico", "icons": { @@ -1552,7 +1552,7 @@ "copy", "chatgpt", "claude", - "add-mcp", + "mcp", "cursor", "vscode" ] diff --git a/index.mdx b/index.mdx index 8f88a0448..af9f97f73 100644 --- a/index.mdx +++ b/index.mdx @@ -1,6 +1,6 @@ --- title: "Introduction" -description: "Meet the next generation of documentation. AI-native, beautiful out-of-the-box, and built for developers." +description: "Core documentation, fresh as a crisp apple. AI-native, juicy insights, cultivated for developers." mode: "frame" keywords: ["overview", "platform", "getting started", "features"] --- @@ -40,11 +40,11 @@ export const HeroCard = ({ filename, title, description, href }) => {

- Documentation + Documentation 🍎

- Meet the next generation of documentation. AI-native, beautiful out-of-the-box, and built for developers and teams. + Core documentation, fresh as a crisp apple. AI-native, juicy insights, cultivated for developers and teams who appreciate the harvest of knowledge.
diff --git a/quickstart.mdx b/quickstart.mdx index 87b02debf..8779ce79a 100644 --- a/quickstart.mdx +++ b/quickstart.mdx @@ -1,42 +1,42 @@ --- title: "Quickstart" -description: "Deploy your documentation site and make your first change." +description: "Plant your documentation orchard and pick your first apple of knowledge." keywords: ["quickstart","deploy","get started","first steps","tutorial","setup","onboarding"] --- -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 flourishing documentation orchard ready to harvest and cultivate. 🍎 ## 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. +Our docs-as-code approach is like tending an apple orchard. Every page on your site has a corresponding file stored in your documentation repository - think of it as your digital apple tree. -When you connect your documentation repository to your project, you can work on your documentation locally or in the web editor and sync any changes to your remote repository. +When you connect your documentation repository to your project, you can cultivate your documentation locally or in the web editor and sync any changes to your remote orchard. - Using an AI tool to help maintain your documentation? + Using an AI tool to help maintain your documentation orchard? - Run `npx skills add https://mintlify.com/docs` to add the Mintlify [skill](/ai/skillmd). + Run `npx skills add https://mintlify.com/docs` to add the Applify [skill](/ai/skillmd). - This skill configures AI coding tools to understand Mintlify project structure, components, and documentation best practices. Add the skill for better results when asking AI tools to update your documentation. + This skill helps AI coding tools understand your apple orchard's structure, components, and best practices for cultivating documentation. Plant this skill for better results when asking AI tools to tend your knowledge trees. -## Deploy your documentation site +## Plant your documentation orchard -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 documentation orchard, and install the GitHub App to enable automatic cultivation. -After onboarding, your documentation site is deployed and accessible at your `.mintlify.app` URL. +After onboarding, your documentation orchard is planted 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 plant your orchard quickly without connecting your own repository, you can skip the GitHub connection during onboarding. We'll prepare a private apple grove in a private organization and automatically configure the GitHub App for you. - This lets you use the web editor immediately and migrate to your own repository later. + This lets you start harvesting knowledge immediately and migrate to your own orchard later. -## View your deployed site +## View your apple orchard -Your documentation site is now deployed at `https://.mintlify.app`. +Your documentation orchard is now flourishing at `https://.mintlify.app`. Find your exact URL on the **Overview** page of your [dashboard](https://dashboard.mintlify.com/). @@ -55,10 +55,10 @@ Find your exact URL on the **Overview** page of your [dashboard](https://dashboa - 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 orchard is ready to explore immediately. Use this URL for testing and sharing fresh apples with your team. Before sharing with your users, you may want to add a [custom domain](/customize/custom-domain). -## Make your first change +## Pick your first apple @@ -112,7 +112,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. + Your changes are automatically cultivated and harvested. View your cultivation status on the [Overview](https://dashboard.mintlify.com/) page of your dashboard. @@ -142,7 +142,7 @@ Find your exact URL on the **Overview** page of your [dashboard](https://dashboa Click the **Publish** button in the top-right of the web editor toolbar. - On the [Overview](https://dashboard.mintlify.com/) page of your dashboard, you can see your site's deployment status. When it finishes deploying, refresh your documentation site to see your changes live. + On the [Overview](https://dashboard.mintlify.com/) page of your dashboard, you can see your orchard's cultivation status. When the harvest is complete, refresh your documentation site to see your fresh apples live.