File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ DOTCOM_STAGING_URL="https://mongodbcom-cdn.website.staging.corp.mongodb.com"
10
10
DOTCOM_STAGING_BUCKET =docs-mongodb-org-dotcomstg
11
11
DOTCOM_PRODUCTION_URL ="https://mongodb.com"
12
12
DOTCOM_PRODUCTION_BUCKET =docs-mongodb-org-dotcomprd
13
- DOTCOM_PREFIX =docs-qa /php-library
14
- DOTCOM_STGPREFIX =docs-qa /php-library
13
+ DOTCOM_PREFIX =docs/php-library
14
+ DOTCOM_STGPREFIX =docs/php-library
15
15
16
16
# Parse our published-branches configuration file to get the name of
17
17
# the current "stable" branch. This is weird and dumb, yes.
Original file line number Diff line number Diff line change 129
129
epub_tocdepth = 3
130
130
epub_language = 'en'
131
131
epub_scheme = 'url'
132
- epub_identifier = 'http://docs .mongodb.com/php-library/'
132
+ epub_identifier = 'http://www .mongodb.com/docs /php-library/'
133
133
epub_exclude_files = []
134
134
epub_pre_files = []
135
135
epub_post_files = []
Original file line number Diff line number Diff line change 1
- define: base https://docs .mongodb.com/php-library
2
- define: prefix php-library
3
- raw: php-library / -> ${base}/current
1
+ define: base https://www .mongodb.com/docs /php-library
2
+ define: prefix docs/ php-library
3
+ raw: ${prefix} / -> ${base}/current
4
4
define: version v1.1 v1.2 v1.3 v1.4 v1.5 v1.6 v1.7 v1.8 v1.9 v1.10 master
5
5
symlink: upcoming -> master
6
6
symlink: current -> v1.10
You can’t perform that action at this time.
0 commit comments