41 lines
1.6 KiB
INI
41 lines
1.6 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 = creating_content/organizing_course.html
|
|
subsection = creating_content/organizing_course.html#subsections
|
|
unit = creating_content/organizing_course.html#units
|
|
updates = creating_content/handouts_updates.html
|
|
pages = creating_content/pages.html
|
|
files = creating_content/course_files.html
|
|
textbooks = creating_content/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
|
|
|
|
# below are the language directory names for the different locales
|
|
[locales]
|
|
default = en
|
|
en = en
|
|
en_us = en |