Skip to content

Commit 79025a7

Browse files
committed
readme formatting
1 parent d497817 commit 79025a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: src/ol_openedx_chat/README.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,13 @@ Configuration
7272

7373
5. Now start learning MFE by `npm run dev`
7474
6. Now enable the `ol_openedx_chat.ol_openedx_chat_enabled` waffle flag at `/admin/waffle/flag/` in LMS
75-
7. Now go to any course in CMS > Settings > Advanced Settings and add the below in `Other Course Settings`
76-
`
75+
7. Now go to any course in CMS > Settings > Advanced Settings and add the below in "Other Course Settings"
76+
.. code-block::
7777
{
7878
"OL_OPENEDX_CHAT_VIDEO_BLOCK_ENABLED": true,
7979
"OL_OPENEDX_CHAT_PROBLEM_BLOCK_ENABLED": true
8080
}
81-
`
81+
8282
8. Now AI Chat/VideoGPT is enabled for all videos and problems.
8383
9. You can disable it for a single block by disabling the `Enable AI Chat Assistant` checkbox against the block.
8484
9. Visit the LMS and you will see a chat button. Clicking on button should open chat drawer.

0 commit comments

Comments
 (0)