diff --git a/blog/2023-06-29-everything-you-need-to-know-about-answer/index.md b/blog/2023-06-29-everything-you-need-to-know-about-answer/index.md index 5852c9e51a..932547f5ab 100644 --- a/blog/2023-06-29-everything-you-need-to-know-about-answer/index.md +++ b/blog/2023-06-29-everything-you-need-to-know-about-answer/index.md @@ -72,7 +72,3 @@ With a simple and intuitive design, you can build a [knowledge base](../2023-05- ## How do I Get Answer? Oh, it’s easy. Everything you need is [here](https://answer.dev/docs/installation/), and just follow the guide. - -## I saw Answer cloud, what is it? - -Answer Cloud is the SaaS version of Answer, designed to assist businesses in setting up their Answer quickly without technical assistance. diff --git a/i18n/zh-CN/code.json b/i18n/zh-CN/code.json index 338e6fe975..cc7c9ca6b5 100644 --- a/i18n/zh-CN/code.json +++ b/i18n/zh-CN/code.json @@ -440,18 +440,9 @@ "message": "标签", "description": "The title of the tag list page" }, - "waitlist.title": { - "message": "Answer Cloud 即将发布!" - }, - "waitlist.description": { - "message": "我们正在努力构建 Answer Cloud 解决方案。你可以填写表格,以获取最新的产品更新、开发灵感和用户研究案例。我们将始终守护你的信息安全。" - }, "loading": { "message": "加载中..." }, - "home.waitlist.title": { - "message": "👋 加入 Answer Cloud 等候名单" - }, "home.title.build": { "message": "用 Answer 打造" }, diff --git a/i18n/zh-CN/docusaurus-plugin-content-blog/2023-06-29-everything-you-need-to-know-about-answer/index.md b/i18n/zh-CN/docusaurus-plugin-content-blog/2023-06-29-everything-you-need-to-know-about-answer/index.md index 5852c9e51a..932547f5ab 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-blog/2023-06-29-everything-you-need-to-know-about-answer/index.md +++ b/i18n/zh-CN/docusaurus-plugin-content-blog/2023-06-29-everything-you-need-to-know-about-answer/index.md @@ -72,7 +72,3 @@ With a simple and intuitive design, you can build a [knowledge base](../2023-05- ## How do I Get Answer? Oh, it’s easy. Everything you need is [here](https://answer.dev/docs/installation/), and just follow the guide. - -## I saw Answer cloud, what is it? - -Answer Cloud is the SaaS version of Answer, designed to assist businesses in setting up their Answer quickly without technical assistance. diff --git a/src/components/HomePageHeader/index.tsx b/src/components/HomePageHeader/index.tsx index 22c53f7204..4aa89888b2 100644 --- a/src/components/HomePageHeader/index.tsx +++ b/src/components/HomePageHeader/index.tsx @@ -79,16 +79,6 @@ const HomeHead: FC = () => { return (
- - - 👋 Join the Answer Cloud Waitlist - - - - { - // 动态加载 js - const script = document.createElement('script'); - script.src = '//js.hsforms.net/forms/v2.js'; - document.body.appendChild(script); - - return () => { - document.body.removeChild(script); - }; - }, []); - return ( - -
-
-
-

- - Answer Cloud is coming soon! - -

-

- - We are working hard to build Answer Cloud solution. Fill out the form now to stay on top of the latest product updates, development inspirations, and user research prompt. We will keep your information secure at all times. - -

- - - - - Loading... - - - -
} - /> -
-
-
- - ); -}