Acceptance tests for online help.
This commit is contained in:
@@ -1,10 +1,18 @@
|
||||
# below are the server-wide settings for documentation
|
||||
[server_settings]
|
||||
base_url = http://edx.readthedocs.org/projects/edx-partner-course-staff
|
||||
base_pdf = https://media.readthedocs.org/pdf/edx-partner-course-staff
|
||||
[help_settings]
|
||||
url_base = http://edx.readthedocs.org/projects/edx-partner-course-staff
|
||||
version = latest
|
||||
|
||||
|
||||
# below are the pdf settings for the pdf file
|
||||
[pdf_settings]
|
||||
pdf_base = https://media.readthedocs.org/pdf/edx-partner-course-staff
|
||||
pdf_file = edx-partner-course-staff.pdf
|
||||
|
||||
|
||||
# below are the sub-paths to the documentation for the various pages
|
||||
# NOTE: If any of these page settings change, then their corresponding test should be updated
|
||||
# in edx-platform/cms/djangoapps/contentstore/features/help.feature
|
||||
[pages]
|
||||
default = index.html
|
||||
home = getting_started/get_started.html
|
||||
@@ -21,6 +29,7 @@ checklist = building_course/creating_new_course.html#use-the-course-checklist
|
||||
import = building_course/export_import_course.html
|
||||
export = building_course/export_import_course.html
|
||||
|
||||
|
||||
# below are the language directory names for the different locales
|
||||
[locales]
|
||||
default = en
|
||||
|
||||
Reference in New Issue
Block a user