Skip to content

Commit

Permalink
docs: fix md format problem (Tencent#1253)
Browse files Browse the repository at this point in the history
Co-authored-by: sunzhe <sunzhe@tencent.com>
  • Loading branch information
2 people authored and oljc committed May 9, 2023
1 parent 3e4abc7 commit 237862c
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/web/api/breadcrumb.en-US.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Breadcrumb
description:Displays the position of the current page in the system hierarchy, and can return to any previous page level.
description: Displays the position of the current page in the system hierarchy, and can return to any previous page level.
isComponent: true
usage: { title: '', description: '' }
spline: navigation
Expand Down
2 changes: 1 addition & 1 deletion docs/web/api/drawer.en-US.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---

title: Drawer
description:Drawers are often opened by clicking on adjacent button controls, floating panels that slide in from the edge of the screen, also known as half-screen pop-ups.
description: Drawers are often opened by clicking on adjacent button controls, floating panels that slide in from the edge of the screen, also known as half-screen pop-ups.
isComponent: true
usage: { title: '', description: '' }
spline: message
Expand Down
2 changes: 1 addition & 1 deletion docs/web/api/dropdown.en-US.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Dropdown
description:It is used to carry too many operation sets and accept more operations through drop-down expansion.
description: It is used to carry too many operation sets and accept more operations through drop-down expansion.
isComponent: true
usage: { title: "", description: "" }
spline: navigation
Expand Down
2 changes: 1 addition & 1 deletion docs/web/api/menu.en-US.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Menu
description:Used to host the architecture of the site and provide a menu list to jump to.
description: Used to host the architecture of the site and provide a menu list to jump to.
isComponent: true
usage: { title: '', description: '' }
spline: navigation
Expand Down
3 changes: 2 additions & 1 deletion docs/web/api/message.en-US.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Message global prompt description:Provide lightweight global feedback on user actions.
title: Message
description: Provide lightweight global feedback on user actions.
isComponent: true
usage: { title: '', description: '' }
spline: message
Expand Down
3 changes: 2 additions & 1 deletion docs/web/api/notification.en-US.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Notification Message Notification description:A lightweight global message prompt and confirmation mechanism that requires slow animation when appearing and disappearing.
title: Notification
description: A lightweight global message prompt and confirmation mechanism that requires slow animation when appearing and disappearing.
isComponent: true
usage: { title: '', description: '' }
spline: message
Expand Down
2 changes: 1 addition & 1 deletion docs/web/api/pagination.en-US.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Pagination
description:Controls for switching content within a module.
description: Controls for switching content within a module.
isComponent: true
usage: { title: '', description: '' }
spline: navigation
Expand Down
3 changes: 2 additions & 1 deletion docs/web/api/popconfirm.en-US.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Popconfirm Bubble confirmation box description:The bubble confirmation box is usually used for secondary confirmation scenarios that do not cause serious consequences. It will pop up a floating layer on the clicked element to prompt confirmation. The bubble confirmation box has no mask. Click the area outside the confirmation box to close it.
title: Popconfirm
description: The bubble confirmation box is usually used for secondary confirmation scenarios that do not cause serious consequences. It will pop up a floating layer on the clicked element to prompt confirmation. The bubble confirmation box has no mask. Click the area outside the confirmation box to close it.
isComponent: true
usage: { title: '', description: '' }
spline: message
Expand Down
3 changes: 2 additions & 1 deletion docs/web/api/popup.en-US.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Popup description:The pop-up layer component is the basis for the implementation of other pop-up window components such as the bubble confirmation box. When the capabilities provided by these components cannot meet the customization requirements, they can be encapsulated on the basis of the pop-up layer component.
title: Popup
description: The pop-up layer component is the basis for the implementation of other pop-up window components such as the bubble confirmation box. When the capabilities provided by these components cannot meet the customization requirements, they can be encapsulated on the basis of the pop-up layer component.
isComponent: true
usage: { title: '', description: '' }
spline: message
Expand Down

0 comments on commit 237862c

Please sign in to comment.