Skip to content

Commit 0010bc4

Browse files
committed
Add suggestion from code review
1 parent ff47044 commit 0010bc4

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

source/developers/concepts/about_xblock_asides.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -212,15 +212,16 @@ There is no shared Aside-level mechanism for declaring library dependencies.
212212
Where to Go Next
213213
****************
214214

215-
If you are ready to build an Aside, start with
216-
:ref:`XBlock Aside Quickstart`. If you already have a target XBlock in mind
217-
and want a step-by-step recipe, read :ref:`Add an XBlock Aside`. For the
218-
complete list of classes, decorators, methods, and entry points, consult
219-
:ref:`XBlock Asides Reference`.
215+
If you are ready to build an Aside, start with :ref:`XBlock Aside Quickstart`.
216+
If you already have a target XBlock in mind and want a step-by-step recipe, read
217+
:ref:`Add an XBlock Aside`. For the complete list of classes, decorators,
218+
methods, and entry points, consult :ref:`XBlock Asides Reference`. The
219+
`StructuredTagsAside`_ may also be a helpful reference.
220220

221221
.. _rapid-response-xblock: https://github.com/mitodl/open-edx-plugins/tree/main/src/rapid_response_xblock
222222
.. _ol-openedx-chat: https://github.com/mitodl/open-edx-plugins/tree/main/src/ol_openedx_chat
223223
.. _xblock-sdk: https://github.com/openedx/xblock-sdk
224+
.. _StructuredTagsAside: https://github.com/openedx/openedx-platform/blob/release/verawood/cms/lib/xblock/tagging/tagging.py#L17
224225

225226
.. seealso::
226227

0 commit comments

Comments
 (0)