mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
chore(dgeni): filter out local filesystem paths from the docs
This commit is contained in:
@ -18,7 +18,8 @@ module.exports = function jekyll(renderDocsProcessor) {
|
||||
});
|
||||
docs.forEach(function(doc, i) {
|
||||
docs[i].URL = doc.outputPath.replace('docs/v2//','docs/v2/')
|
||||
.replace('/index.md','');
|
||||
.replace('/index.md','')
|
||||
.replace('//home/ubuntu/ionic/ionic', '/');
|
||||
});
|
||||
|
||||
docs.push({
|
||||
|
Reference in New Issue
Block a user