-
Notifications
You must be signed in to change notification settings - Fork 220
Apply apple theme to documentation #3389
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -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", | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Contextual option renamed breaking MCP menu functionalityHigh Severity The contextual menu option
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Worth double-checking that
Suggested change
|
||||||
| "cursor", | ||||||
| "vscode" | ||||||
| ] | ||||||
|
|
||||||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -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." | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This frontmatter description reads pretty metaphor-heavy compared to the rest of the docs. If the goal is to keep the intro crisp and consistent, I'd revert to the more literal copy.
Suggested change
|
||||||
| mode: "frame" | ||||||
| keywords: ["overview", "platform", "getting started", "features"] | ||||||
| --- | ||||||
|
|
@@ -21,8 +21,8 @@ | |||||
| </h3> | ||||||
| <span className="mt-1.5">{description}</span> | ||||||
| </a> | ||||||
| ); | ||||||
| }; | ||||||
|
|
||||||
| <div className="relative"> | ||||||
| <div className="absolute -top-14 left-0 right-0 opacity-80"> | ||||||
|
|
@@ -40,11 +40,11 @@ | |||||
|
|
||||||
| <div className="relative z-10 px-4 py-16 lg:py-48 lg:pb-24 max-w-3xl mx-auto"> | ||||||
| <h1 className="block text-4xl font-medium text-center text-gray-900 dark:text-zinc-50 tracking-tight"> | ||||||
| Documentation | ||||||
| Documentation 🍎 | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'd keep headings emoji-free; it tends to look noisy in nav/search snippets.
Suggested change
|
||||||
| </h1> | ||||||
|
|
||||||
| <div className="max-w-xl mx-auto px-4 mt-4 text-lg text-center text-gray-500 dark:text-zinc-500"> | ||||||
| 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. | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Same note here—keeping this line literal makes the page read more like documentation than marketing copy.
Suggested change
|
||||||
| </div> | ||||||
|
|
||||||
| <div className="px-6 lg:px-0 mt-12 lg:mt-24 grid sm:grid-cols-2 gap-x-6 gap-y-4"> | ||||||
|
|
||||||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -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." | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Quickstart descriptions tend to work better when they stay literal and goal-oriented (helps scanning and SEO).
Suggested change
|
||||||
| 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. 🍎 | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'd remove the emoji and keep the outcome statement straightforward.
Suggested change
|
||||||
|
|
||||||
| ## 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 <Tooltip tip="Your documentation's source code where all files and their history are stored. The web editor connects to your documentation repository to access and modify content, or you can edit files locally in your preferred IDE.">repository</Tooltip>. | ||||||
| Our docs-as-code approach is like tending an apple orchard. Every page on your site has a corresponding file stored in your documentation <Tooltip tip="Your documentation's source code where all files and their history are stored. The web editor connects to your documentation repository to access and modify content, or you can edit files locally in your preferred IDE.">repository</Tooltip> - 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. | ||||||
|
|
||||||
| <Tip> | ||||||
| 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). | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The command points at
Suggested change
|
||||||
|
|
||||||
| 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. | ||||||
| </Tip> | ||||||
|
|
||||||
| ## 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. | ||||||
|
|
||||||
| <AccordionGroup> | ||||||
| <Accordion title="Optional: Skip connecting GitHub during onboarding"> | ||||||
| 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. | ||||||
| </Accordion> | ||||||
| </AccordionGroup> | ||||||
|
|
||||||
| ## View your deployed site | ||||||
| ## View your apple orchard | ||||||
|
|
||||||
| Your documentation site is now deployed at `https://<your-project-name>.mintlify.app`. | ||||||
| Your documentation orchard is now flourishing at `https://<your-project-name>.mintlify.app`. | ||||||
|
|
||||||
| Find your exact URL on the **Overview** page of your [dashboard](https://dashboard.mintlify.com/). | ||||||
|
|
||||||
|
|
@@ -55,16 +55,16 @@ | |||||
| </Frame> | ||||||
|
|
||||||
| <Tip> | ||||||
| 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). | ||||||
| </Tip> | ||||||
|
|
||||||
| ## Make your first change | ||||||
| ## Pick your first apple | ||||||
|
|
||||||
| <Tabs> | ||||||
| <Tab title="CLI"> | ||||||
| <Steps> | ||||||
| <Step title="Install the CLI"> | ||||||
| The CLI requires [Node.js](https://nodejs.org/en) v20.17.0 or higher. Use an LTS version for stability. | ||||||
|
|
||||||
| <CodeGroup> | ||||||
|
|
||||||
|
|
@@ -112,7 +112,7 @@ | |||||
| 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. | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This wording swap makes it harder for users to connect the docs to what they see in the dashboard (deployments). I'd keep the original phrasing.
Suggested change
|
||||||
| </Step> | ||||||
| </Steps> | ||||||
| </Tab> | ||||||
|
|
@@ -142,7 +142,7 @@ | |||||
| Click the **Publish** button in the top-right of the web editor toolbar. | ||||||
| </Step> | ||||||
| <Step title="View live"> | ||||||
| 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. | ||||||
| </Step> | ||||||
| </Steps> | ||||||
| </Tab> | ||||||
|
|
@@ -151,7 +151,7 @@ | |||||
| ## Next steps | ||||||
|
|
||||||
| <Card title="Use the web editor" icon="mouse-pointer-2" horizontal href="/editor/index"> | ||||||
| Edit documentation in your browser and preview how your pages will look when published. | ||||||
| </Card> | ||||||
|
|
||||||
| <Card title="Explore CLI commands" icon="terminal" horizontal href="/installation"> | ||||||
|
|
||||||


There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This introduces a partial rebrand (name + palette) while the rest of the doc site still references Mintlify (schema, URLs,
.mintlify.app, dashboard). If this isn't intended to be a full rebrand, I'd keep the existing values.