43 lines
1.7 KiB
INI
43 lines
1.7 KiB
INI
# below are the server-wide settings for documentation
|
|
[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
|
|
outline = developing_course/course_outline.html
|
|
unit = developing_course/course_units.html
|
|
updates = building_course/handouts_updates.html
|
|
pages = building_course/pages.html
|
|
files = building_course/course_files.html
|
|
textbooks = building_course/textbooks.html
|
|
schedule = building_course/setting_up_student_view.html
|
|
grading = building_course/establish_grading_policy.html
|
|
team = building_course/creating_new_course.html#add-course-team-members
|
|
advanced = index.html
|
|
checklist = building_course/creating_new_course.html#use-the-course-checklist
|
|
import = building_course/export_import_course.html#import-a-course
|
|
export = building_course/export_import_course.html#export-a-course
|
|
welcome = getting_started/get_started.html
|
|
login = getting_started/get_started.html
|
|
register = getting_started/get_started.html
|
|
group_configurations = content_experiments/content_experiments_configure.html#set-up-group-configurations-in-edx-studio
|
|
container = developing_course/course_components.html#components-that-contain-other-components
|
|
|
|
# below are the language directory names for the different locales
|
|
[locales]
|
|
default = en
|
|
en = en
|
|
en_us = en
|