-
Gatsby Github问题源代码插件名为gatsby-source-github-issue
资源介绍
gatsby-source-github-issue
Gatsby Github问题源代码插件
安装
npm install --save gatsby-source-github-issue
如何使用
// In your gatsby-config.js
plugins: [
{
resolve : `gatsby-source-github-issue` ,
options : {
owner : 'owner' ,
repo : 'repo' ,
} ,
} ,
]
选项
所有者:github repo所有者
回购:github回购名称
执照
麻省理工学院