mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
chore(dgeni): debugging fix this doc link rel to TS 1.8 path bug
This commit is contained in:
@ -23,7 +23,7 @@ module.exports = function jekyll(renderDocsProcessor) {
|
||||
.replace('//', '/');
|
||||
if (docs[i].relativePath) {
|
||||
docs[i].relativePath = doc.relativePath
|
||||
.replace('//home/ubuntu/ionic', '');
|
||||
.replace('/home/ubuntu/ionic', '');
|
||||
}
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user