Rebrand "Ask Fern" → "Ask AI"; rename slug to ask-ai; swap home page card to CLI generator#5659
Rebrand "Ask Fern" → "Ask AI"; rename slug to ask-ai; swap home page card to CLI generator#5659dannysheridan wants to merge 8 commits into
Conversation
…n card with CLI Generator - Rename 'Ask Fern' → 'Ask AI' in all English and Chinese MDX content, snippets, changelogs, openapi.json, footer, and docs.yml section names - Replace Ask Fern card on /learn/home with CLI Generator card (both EN and ZH welcome.mdx) - Update LLM-only sections on home pages accordingly - Keep URL slug as 'ask-fern' for backward compatibility - Fix 'Ask AI AI' double-phrase in guidance.mdx descriptions Co-Authored-By: Danny Sheridan <danny@buildwithfern.com>
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
| </Frame> | ||
|
|
||
| Now customers will see `@YourCompanyName Support was added to the channel` instead of the default `@Ask Fern` name. | ||
| Now customers will see `@YourCompanyName Support was added to the channel` instead of the default `@Ask AI` name. |
There was a problem hiding this comment.
[FernStyles.Current] Avoid time-relative terms like 'Now' that become outdated
|
|
||
| Once indexed, Ask Fern will use this curated question-answer pair to inform future responses to similar questions, giving more accurate answers over time. | ||
|
|
||
| Once indexed, Ask AI will use this curated question-answer pair to inform future responses to similar questions, giving more accurate answers over time. |
There was a problem hiding this comment.
📝 [vale] reported by reviewdog 🐶
[Microsoft.Wordiness] Consider using 'tell' instead of 'inform'.
|
|
||
| Once indexed, Ask Fern will use this curated question-answer pair to inform future responses to similar questions, giving more accurate answers over time. | ||
|
|
||
| Once indexed, Ask AI will use this curated question-answer pair to inform future responses to similar questions, giving more accurate answers over time. |
There was a problem hiding this comment.
[FernStyles.Current] Avoid time-relative terms like 'future' that become outdated
| - Warning: Overwatering is the most common cause of succulent death. Root rot | ||
| develops quickly in waterlogged soil | ||
| develops quickly in waterlogged soil |
There was a problem hiding this comment.
📝 [vale] reported by reviewdog 🐶
[FernStyles.Adverbs] Remove 'quickly' if it's not important to the meaning of the statement.
|
|
||
| Does this capture the question and response accurately? Would you like me to adjust anything before saving it to your knowledge base? | ||
|
|
||
| **Support Lead:** *@PlantSupport* Perfect! Please save this. | ||
| **Support Lead:** _@PlantSupport_ Perfect! Please save this. |
There was a problem hiding this comment.
[FernStyles.Please] Avoid using 'Please' in technical documentation.
|
|
||
| Defaults to the URL defined in the `instances` configuration. | ||
| The host of your documentation website. This will be used to set the canonical | ||
| URL for metadata tags and documents like the sitemap. Defaults to the URL |
There was a problem hiding this comment.
📝 [vale] reported by reviewdog 🐶
[Microsoft.URLFormat] Use 'of' (not 'for') to describe the relationship of the word URL to a resource.
|
|
||
| 指导文档由一系列 `context` 文本和一个 `document` 文本组成。`context` 文本将被索引以匹配用户查询。`document` 文本将用作对用户查询的预定响应。 | ||
|
|
||
| ## API | ||
|
|
||
| Fern 通过 `guidance` API 提供内部 CMS(内容管理系统),允许您根据需要添加、更新和删除指导。您需要提供 `domain` 来指定更新将应用到 Ask Fern 的哪个部署。 | ||
| Fern 通过 `guidance` API 提供内部 CMS(内容管理系统),允许您根据需要添加、更新和删除指导。您需要提供 `domain` 来指定更新将应用到 Ask AI 的哪个部署。 |
There was a problem hiding this comment.
📝 [vale] reported by reviewdog 🐶
[FernStyles.Acronyms] 'CMS' has no definition.
| - [Customers](https://buildwithfern.com/showcase#docs-customers.alldocs-features) | ||
|
|
||
| ## Ask Fern | ||
| ## CLI Generator |
There was a problem hiding this comment.
📝 [vale] reported by reviewdog 🐶
[FernStyles.Headings] 'CLI Generator' should use sentence-style capitalization.
|
|
||
| <ParamField path="header" type="string" required={false} toc={true}> | ||
| 自定义 React 组件文件(TSX 或 JSX)的路径,用于替换 Fern 的默认页头。组件必须有默认导出。了解更多关于[自定义页头和页脚组件](/learn/docs/customization/header-and-footer)的信息。 | ||
| 自定义 React 组件文件(TSX 或 JSX)的路径,用于替换 Fern |
There was a problem hiding this comment.
📝 [vale] reported by reviewdog 🐶
[FernStyles.Acronyms] 'TSX' has no definition.
|
|
||
| <ParamField path="footer" type="string" required={false} toc={true}> | ||
| 自定义 React 组件文件(TSX 或 JSX)的路径,用于替换 Fern 的默认页脚。组件必须有默认导出。了解更多关于[自定义页头和页脚组件](/learn/docs/customization/header-and-footer)的信息。 | ||
| 自定义 React 组件文件(TSX 或 JSX)的路径,用于替换 Fern |
There was a problem hiding this comment.
📝 [vale] reported by reviewdog 🐶
[FernStyles.Acronyms] 'TSX' has no definition.
Co-Authored-By: Danny Sheridan <danny@buildwithfern.com>
Co-Authored-By: Danny Sheridan <danny@buildwithfern.com>
The Slack app is specifically named 'Ask Fern', so direct references to it remain as 'Ask Fern' rather than 'Ask AI'. This applies to the slack-app.mdx page and card titles/links pointing to the Slack app. Co-Authored-By: Danny Sheridan <danny@buildwithfern.com>
…g to ask-ai - CLI generator card title is now sentence case - Swapped Quickstart to 2nd link, Features to 3rd - Changed section slug from ask-fern to ask-ai in docs.yml - Updated all internal links to use /ai-features/ask-ai/ paths - Added catch-all redirect from /ai-features/ask-fern/* to /ai-features/ask-ai/* - Updated dashboard and site-level-settings links to point to new paths Co-Authored-By: Danny Sheridan <danny@buildwithfern.com>
Co-Authored-By: Danny Sheridan <danny@buildwithfern.com>
Co-Authored-By: Danny Sheridan <danny@buildwithfern.com>
Summary
Rebrands "Ask Fern" → "Ask AI" across 66+ files (EN + ZH content, changelogs, footer, openapi.json, nav), with the following exceptions:
Additional changes:
ask-fern→ask-ai, so URLs are now/learn/docs/ai-features/ask-ai/.../learn/docs/ai-features/ask-fern/:slug*→/learn/docs/ai-features/ask-ai/:slug*; all existing redirects updated to point to new pathsai-features/ask-fern/hrefs updated toai-features/ask-ai/Link to Devin session: https://app.devin.ai/sessions/691856af351a4bf980c708132254b1d5
Requested by: @dannysheridan