Merge pull request #17034 from edx/fsheets/EDUCATOR-1995

Pass ReadTheDocs path to studio-frontend
This commit is contained in:
Farhanah Sheets
2017-12-27 12:47:27 -05:00
committed by GitHub

View File

@@ -66,6 +66,9 @@
"num": "${context_course.location.course | n, js_escaped_string}",
"display_course_number": "${context_course.display_coursenumber | n, js_escaped_string}",
"revision": "${context_course.location.revision | n, js_escaped_string}"
},
"help_tokens": {
"files": "${get_online_help_info(online_help_token())['doc_url'] | n, js_escaped_string}"
}
}
</%static:studiofrontend>