Adds a context-sensitive link to learner documentation from the LMS. The base URL defaults to Open edX learner doc and can be overridden with the base URL for edx.org learner doc. Also relabels the tab for support from help to support.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
# below are the server-wide settings for documentation
|
||||
[help_settings]
|
||||
url_base = http://edx.readthedocs.org/projects/edx-partner-course-staff
|
||||
# The optional DOC_LINK_BASE_URL configuration property will override url_base
|
||||
url_base = http://edx.readthedocs.io/projects/open-edx-building-and-running-a-course
|
||||
version = latest
|
||||
|
||||
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
# below are the server-wide settings for documentation
|
||||
[help_settings]
|
||||
# The optional DOC_LINK_BASE_URL configuration property will override url_base
|
||||
url_base = http://edx.readthedocs.io/projects/open-edx-learner-guide
|
||||
version = latest
|
||||
|
||||
@@ -17,9 +18,9 @@ pdf_file = open-edx-learner-guide.pdf
|
||||
default = index.html
|
||||
|
||||
|
||||
instructor = set_up_course/creating_course_certificates.html
|
||||
instructor = index.html
|
||||
|
||||
course = set_up_course/creating_course_certificates.html
|
||||
course = index.html
|
||||
|
||||
profile = sfd_dashboard_profile/index.html
|
||||
|
||||
|
||||
Reference in New Issue
Block a user