mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
docs(dgeni): fix doc update link
This commit is contained in:
@ -21,6 +21,8 @@ module.exports = function jekyll(renderDocsProcessor) {
|
|||||||
.replace('/index.md','')
|
.replace('/index.md','')
|
||||||
.replace('//home/ubuntu/ionic/ionic', '')
|
.replace('//home/ubuntu/ionic/ionic', '')
|
||||||
.replace('//', '/');
|
.replace('//', '/');
|
||||||
|
docs[i].relativePath = doc.relativePath
|
||||||
|
.replace('//home/ubuntu/ionic', '');
|
||||||
});
|
});
|
||||||
|
|
||||||
docs.push({
|
docs.push({
|
||||||
|
Reference in New Issue
Block a user