Skip to content

Commit

Permalink
doc: move HD out of the experimental features
Browse files Browse the repository at this point in the history
  • Loading branch information
awmleer committed May 31, 2022
1 parent 44bf198 commit ffeb084
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions config/menus.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export const menus = {
path: '/zh/guide/what-is-experimental',
},
{
title: 'HD (Experimental)',
title: 'HD',
path: '/guide/hd',
},
{
Expand Down Expand Up @@ -93,7 +93,7 @@ export const menus = {
path: '/zh/guide/what-is-experimental',
},
{
title: '高清适配(试验性)',
title: '高清适配',
path: '/zh/guide/hd',
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/hd.en.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# HD Adaptation <Experimental></Experimental>
# HD Adaptation

In some projects, you may want to use 2 times the size of the style file. In order to reduce your access cost, antd-mobile has built-in a set of preprocessed 2 times the size of the code, placed in the `2x` subdirectory.

Expand Down
2 changes: 1 addition & 1 deletion docs/guide/hd.zh.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 高清适配 <Experimental></Experimental>
# 高清适配

在部分项目中,你可能希望使用 2 倍大小的样式文件,antd-mobile 为了降低你的接入成本,内置了一套经过预处理的 2 倍大小的代码,放置在 `2x` 子目录下。

Expand Down

0 comments on commit ffeb084

Please sign in to comment.