Skip to content

Commit d6923fc

Browse files
readme formatting fixes
1 parent 318231a commit d6923fc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/ol_openedx_chat/README.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ This will download the smoot-design package and copy the pre-bundled JS file to
6161
The Unit is rendered inside an Iframe and we use postMessage to communicate between the Iframe and the parent window. The below code is used to initialize the remoteAiChatDrawer.
6262

6363
.. code-block:: js
64+
6465
import { getConfig } from '@edx/frontend-platform';
6566
6667
import(
@@ -100,7 +101,7 @@ This enables "Other Course Settings" below.
100101
* ``OL_OPENEDX_CHAT_PROBLEM_BLOCK_ENABLED`` is used to enable/disable the AI Chat for all problems.
101102
* Once these settings are enabled, you will see a checkbox ``Enable AI Chat Assistant`` below problem and video blocks in the CMS course unit.
102103

103-
CMS View
104+
CMS View
104105

105106
.. image:: static/images/ai_chat_aside_cms_view.png
106107

@@ -114,7 +115,7 @@ LMS Chat Drawer View
114115

115116
.. image:: static/images/ai_chat_aside_lms_drawer_view.png
116117

117-
7. Disable it for a single block
118+
9. Disable it for a single block
118119
--------------------------------
119120
If you want to disable it for a few videos/problems then you disable the ``Enable AI Chat Assistant`` checkbox against the block in CMS.
120121

0 commit comments

Comments
 (0)