cms_config.ini 2.33 KB
Newer Older
1
# below are the server-wide settings for documentation
2
[help_settings]
3 4
# 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
5

6 7 8 9 10 11 12

# 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


13
# below are the sub-paths to the documentation for the various pages
14 15
# NOTE: If any of these page settings change, then their corresponding test should be updated
#       in edx-platform/cms/djangoapps/contentstore/features/help.feature
16 17 18
[pages]
default = index.html
home = getting_started/get_started.html
19
develop_course = developing_course/index.html
20 21
outline = developing_course/course_outline.html
unit = developing_course/course_units.html
22
visibility = developing_course/controlling_content_visibility.html
23 24 25 26 27 28 29 30
updates = course_assets/handouts_updates.html
pages = course_assets/pages.html
files = course_assets/course_files.html
textbooks = course_assets/textbooks.html
schedule = set_up_course/setting_up_student_view.html
grading = grading/index.html
team_course = set_up_course/course_staffing.html#add-course-team-members
team_library = course_components/libraries.html#give-other-users-access-to-your-library
31
advanced = index.html
32 33 34 35 36
checklist = set_up_course/creating_new_course.html#use-the-course-checklist
import_library = course_components/libraries.html#import-a-library
import_course = releasing_course/export_import_course.html#import-a-course
export_library = course_components/libraries.html#export-a-library
export_course = releasing_course/export_import_course.html#export-a-course
37 38 39
welcome = getting_started/get_started.html
login = getting_started/get_started.html
register = getting_started/get_started.html
40 41 42
content_libraries = course_components/libraries.html
content_groups = course_features/cohorts/cohorted_courseware.html
group_configurations = course_features/content_experiments/content_experiments_configure.html#set-up-group-configurations-in-edx-studio
43
container = developing_course/course_components.html#components-that-contain-other-components
44
video = video/video_uploads.html
45
certificates = set_up_course/creating_course_certificates.html
46

47 48 49 50
# below are the language directory names for the different locales
[locales]
default = en
en = en
51
en_us = en