Skip to content

Commit

Permalink
chore: drop cloud waitlist page widget (#97)
Browse files Browse the repository at this point in the history
Signed-off-by: tison <wander4096@gmail.com>
  • Loading branch information
tisonkun authored Oct 20, 2023
1 parent 043aa2e commit e807a7a
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 78 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
9 changes: 0 additions & 9 deletions i18n/zh-CN/code.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 打造"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
10 changes: 0 additions & 10 deletions src/components/HomePageHeader/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,16 +79,6 @@ const HomeHead: FC = () => {
return (
<header className='pt-4 pb-3'>
<div className="container">
<Link
to="/waitlist"
className="d-flex align-items-center justify-content-center text-secondary pb-5 mb-3"
>
<Translate id="home.waitlist.title">
👋 Join the Answer Cloud Waitlist
</Translate>

<Icon name="arrow-right" size="16px" className="ms-1" />
</Link>
<Row className='justify-content-center'>
<Col md={12} lg={10} className='d-flex flex-column align-items-center'>
<img
Expand Down
51 changes: 0 additions & 51 deletions src/pages/waitlist.tsx

This file was deleted.

0 comments on commit e807a7a

Please sign in to comment.