Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
de2b47ca
Commit
de2b47ca
authored
May 12, 2017
by
Robert Raposa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move and rename help_tokens.ini files.
parent
31e00d58
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
2 deletions
+2
-2
cms/envs/common.py
+1
-1
cms/envs/help_tokens.ini
+0
-0
lms/envs/common.py
+1
-1
lms/envs/help_tokens.ini
+0
-0
No files found.
cms/envs/common.py
View file @
de2b47ca
...
...
@@ -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
=
[]
...
...
docs/cms_config
.ini
→
cms/envs/help_tokens
.ini
View file @
de2b47ca
File moved
lms/envs/common.py
View file @
de2b47ca
...
...
@@ -3117,7 +3117,7 @@ REDIRECT_CACHE_KEY_PREFIX = 'redirects'
############## Settings for LMS Context Sensitive Help ##############
HELP_TOKENS_INI_FILE
=
REPO_ROOT
/
"
docs"
/
"lms_config
.ini"
HELP_TOKENS_INI_FILE
=
REPO_ROOT
/
"
lms"
/
"envs"
/
"help_tokens
.ini"
HELP_TOKENS_BOOKS
=
{
'learner'
:
'http://edx.readthedocs.io/projects/open-edx-learner-guide'
,
'course_author'
:
'http://edx.readthedocs.io/projects/open-edx-building-and-running-a-course'
,
...
...
docs/lms_config
.ini
→
lms/envs/help_tokens
.ini
View file @
de2b47ca
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment