Skip to content

Commit 3fb7faf

Browse files
authored
Merge pull request #993 from jamescdavis/docs-custom-domain
Docs custom domain
2 parents 11bee88 + c635b92 commit 3fb7faf

File tree

3 files changed

+539
-421
lines changed

3 files changed

+539
-421
lines changed

config/addon-docs.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,7 @@ const AddonDocsConfig = require('ember-cli-addon-docs/lib/config');
66
module.exports = class extends AddonDocsConfig {
77
// See https://ember-learn.github.io/ember-cli-addon-docs/docs/deploying
88
// for details on configuration you can override here.
9+
getRootURL() {
10+
return '';
11+
}
912
};

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"commitlint-azure-pipelines-cli": "1.0.2",
8585
"conventional-changelog-cli": "2.0.28",
8686
"ember-cli": "3.14.0",
87-
"ember-cli-addon-docs": "0.6.15",
87+
"ember-cli-addon-docs": "ember-learn/ember-cli-addon-docs#4f5bfd11",
8888
"ember-cli-addon-docs-esdoc": "0.2.3",
8989
"ember-cli-app-version": "3.2.0",
9090
"ember-cli-babel": "7.13.0",

0 commit comments

Comments
 (0)