mirror of
https://github.com/zhigang1992/react.git
synced 2026-06-19 18:13:38 +08:00
docs: replace outdated links with new logo (#418)
This commit is contained in:
@@ -15,8 +15,8 @@ To display important information or images in a central alignment.
|
||||
desc="Describe the main part with a paragraph."
|
||||
scope={{ Display, Image }}
|
||||
code={`
|
||||
<Display shadow caption="Now for GitHub deploying a pull request automatically.">
|
||||
<Image width="435" height="200" src="https://zeit.co/docs/static/docs/git-integrations/github-comment.png" />
|
||||
<Display shadow caption="An open-source design system for building modern websites and applications.">
|
||||
<Image width="435" height="200" src="/images/geist-banner.png" />
|
||||
</Display>
|
||||
`}
|
||||
/>
|
||||
@@ -59,8 +59,8 @@ To display important information or images in a central alignment.
|
||||
desc="Use component on `caption` prop."
|
||||
scope={{ Display, Code, Image }}
|
||||
code={`
|
||||
<Display shadow caption={<p>A domain redirect that redirects requests made to <Code>www.zeit.rocks</Code> to <Code>zeit.rocks</Code>.</p>}>
|
||||
<Image width="650" height="297" src="https://zeit.co/docs/static/docs/custom-domains/redirecting-domains.png" />
|
||||
<Display shadow caption={<p>Browse <Code>react.geist-ui.dev</Code> for more documentation.</p>}>
|
||||
<Image width="650" height="297" src="/images/geist-banner.png" />
|
||||
</Display>
|
||||
`}
|
||||
/>
|
||||
|
||||
@@ -14,8 +14,8 @@ export const meta = {
|
||||
desc="为一张图片添加描述文本。"
|
||||
scope={{ Display, Image }}
|
||||
code={`
|
||||
<Display shadow caption="Now 在 PR 上的自动部署。">
|
||||
<Image width="435" height="200" src="https://zeit.co/docs/static/docs/git-integrations/github-comment.png" />
|
||||
<Display shadow caption="用于构建现代应用的开源设计系统。">
|
||||
<Image width="435" height="200" src="/images/geist-banner.png" />
|
||||
</Display>
|
||||
`}
|
||||
/>
|
||||
@@ -58,8 +58,8 @@ export const meta = {
|
||||
desc="在 `caption` 属性上使用组件表达更丰富的信息。"
|
||||
scope={{ Display, Code, Image }}
|
||||
code={`
|
||||
<Display shadow caption={<p>将域名 <Code>www.zeit.rocks</Code> 重定向至 <Code>zeit.rocks</Code>。</p>}>
|
||||
<Image width="650" height="297" src="https://zeit.co/docs/static/docs/custom-domains/redirecting-domains.png" />
|
||||
<Display shadow caption={<p>访问地址 <Code>react.geist-ui.dev</Code> 获取更多的文档信息。</p>}>
|
||||
<Image width="650" height="297" src="/images/geist-banner.png" />
|
||||
</Display>
|
||||
`}
|
||||
/>
|
||||
|
||||
BIN
public/images/geist-banner.png
Normal file
BIN
public/images/geist-banner.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 41 KiB |
Reference in New Issue
Block a user