Skip to content
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

chore: add notes #637

Merged
merged 1 commit into from
Oct 8, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

> Modern and minimalist React UI library, originating from Vercel's design.

> **NOTE: This is a COMMUNITY PROJECT, [not associated with Vercel](https://github.com/geist-org/react/issues/635).**

<br/>

## Quick Start
Expand Down
3 changes: 3 additions & 0 deletions next-env.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/// <reference types="next" />
/// <reference types="next/types/global" />
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
4 changes: 4 additions & 0 deletions pages/en-us/guide/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ you can easily create clean and powerful personal sites, or quickly build modern
Get start on Geist with the <NextLink href="/en-us/guide/installation"><Link color>guide documentation</Link></NextLink>,
or view <Link rel="nofollow" target="_blank" color href="https://github.com/geist-org/react/tree/master/examples">full project examples</Link>.

<Note label="" type="warning">
<b>This is a COMMUNITY PROJECT, not associated with Vercel.</b>
</Note>

<Spacer h={2.5} />

### Contact
Expand Down
4 changes: 4 additions & 0 deletions pages/zh-cn/guide/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ export const meta = {
从 <NextLink href="/zh-cn/guide/installation"><Link color>入门指导</Link></NextLink> 开始快速上手 Geist 组件,
或是浏览一个 <Link rel="nofollow" target="_blank" color href="https://github.com/geist-org/react/tree/master/examples">完整的项目示例</Link>。

<Note label="" type="warning">
<b>这是一个社区开源项目,与 Vercel 无关联。</b>
</Note>

<Spacer h={2.5} />

### 联系我们
Expand Down