mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 04:14:21 +08:00
chore(dgeni): TS 1.8 patch, remove double slashes
This commit is contained in:
@ -19,7 +19,8 @@ module.exports = function jekyll(renderDocsProcessor) {
|
|||||||
docs.forEach(function(doc, i) {
|
docs.forEach(function(doc, i) {
|
||||||
docs[i].URL = doc.outputPath.replace('docs/v2//','docs/v2/')
|
docs[i].URL = doc.outputPath.replace('docs/v2//','docs/v2/')
|
||||||
.replace('/index.md','')
|
.replace('/index.md','')
|
||||||
.replace('//home/ubuntu/ionic/ionic', '');
|
.replace('//home/ubuntu/ionic/ionic', '')
|
||||||
|
.replace('//', '');
|
||||||
});
|
});
|
||||||
|
|
||||||
docs.push({
|
docs.push({
|
||||||
|
Reference in New Issue
Block a user