Migrate deprecated staticExample -> staticPreview (#2650)

This commit is contained in:
Paul Melnikow
2019-01-06 17:30:25 -05:00
committed by GitHub
parent a614de5fc9
commit 89113eee17
105 changed files with 227 additions and 224 deletions

View File

@@ -39,7 +39,7 @@ module.exports = class Sourcegraph extends BaseJsonService {
namedParams: {
repo: 'github.com/gorilla/mux',
},
staticExample: this.render({ projectsCount: '9.9k projects' }),
staticPreview: this.render({ projectsCount: '9.9k projects' }),
},
]
}