Move and rename help_tokens.ini files.
This commit is contained in:
@@ -1267,7 +1267,7 @@ AFFILIATE_COOKIE_NAME = 'affiliate_id'
|
||||
|
||||
############## Settings for Studio Context Sensitive Help ##############
|
||||
|
||||
HELP_TOKENS_INI_FILE = REPO_ROOT / "docs" / "cms_config.ini"
|
||||
HELP_TOKENS_INI_FILE = REPO_ROOT / "cms" / "envs" / "help_tokens.ini"
|
||||
|
||||
# Theme directory locale paths
|
||||
COMPREHENSIVE_THEME_LOCALE_PATHS = []
|
||||
|
||||
40
cms/envs/help_tokens.ini
Normal file
40
cms/envs/help_tokens.ini
Normal file
@@ -0,0 +1,40 @@
|
||||
# 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/common/test/acceptance/tests/studio/test_studio.help.py
|
||||
[pages]
|
||||
default = course_author:index.html
|
||||
home = course_author:getting_started/CA_get_started_Studio.html
|
||||
develop_course = course_author:developing_course/index.html
|
||||
outline = course_author:developing_course/course_outline.html
|
||||
unit = course_author:developing_course/course_units.html
|
||||
visibility = course_author:developing_course/controlling_content_visibility.html
|
||||
updates = course_author:course_assets/handouts_updates.html
|
||||
pages = course_author:course_assets/pages.html
|
||||
files = course_author:course_assets/course_files.html
|
||||
textbooks = course_author:course_assets/textbooks.html
|
||||
schedule = course_author:set_up_course/setting_up_student_view.html
|
||||
grading = course_author:grading/index.html
|
||||
team_course = course_author:set_up_course/course_staffing.html#add-course-team-members
|
||||
team_library = course_author:course_components/libraries.html#give-other-users-access-to-your-library
|
||||
advanced = course_author:index.html
|
||||
checklist = course_author:set_up_course/creating_new_course.html
|
||||
import_library = course_author:course_components/libraries.html#import-a-library
|
||||
import_course = course_author:releasing_course/export_import_course.html#import-a-course
|
||||
export_library = course_author:course_components/libraries.html#export-a-library
|
||||
export_course = course_author:releasing_course/export_import_course.html#export-a-course
|
||||
welcome = course_author:getting_started/index.html
|
||||
login = course_author:getting_started/index.html
|
||||
register = course_author:getting_started/index.html
|
||||
content_libraries = course_author:course_components/libraries.html
|
||||
content_groups = course_author:course_features/cohorts/cohorted_courseware.html
|
||||
enrollment_tracks = course_author:course_features/cohorts/cohorted_courseware.html
|
||||
group_configurations = course_author:course_features/content_experiments/content_experiments_configure.html#set-up-group-configurations-in-edx-studio
|
||||
container = course_author:developing_course/course_components.html#components-that-contain-other-components
|
||||
video = course_author:video/video_uploads.html
|
||||
certificates = course_author:set_up_course/creating_course_certificates.html
|
||||
|
||||
# below are the language directory names for the different locales
|
||||
[locales]
|
||||
default = en
|
||||
en = en
|
||||
en_us = en
|
||||
Reference in New Issue
Block a user