Skip to content

Commit

Permalink
Update docs index entry.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Jul 4, 2023
1 parent 3da94ae commit 7fd0606
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/reference/api/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ General widgets
:doc:`Button </reference/api/widgets/button>` A button that can be pressed or clicked.
:doc:`Canvas </reference/api/widgets/canvas>` Area you can draw on
:doc:`DateInput </reference/api/widgets/dateinput>` A widget to select a calendar date
:doc:`DetailedList </reference/api/widgets/detailedlist>` A list of complex content
:doc:`DetailedList </reference/api/widgets/detailedlist>` An ordered list of content where each item has an icon, a main heading,
and a line of supplementary text.
:doc:`Divider </reference/api/widgets/divider>` A separator used to visually distinguish two sections of content in a
layout.
:doc:`ImageView </reference/api/widgets/imageview>` Image Viewer
Expand Down
3 changes: 2 additions & 1 deletion docs/reference/api/widgets/detailedlist.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
DetailedList
============

An ordered list of content where each item has an icon, a main heading, and a line of supplementary text.
An ordered list of content where each item has an icon, a main heading, and a line of
supplementary text.

.. figure:: /reference/images/DetailedList.png
:width: 300px
Expand Down

0 comments on commit 7fd0606

Please sign in to comment.