|
1 | 1 | # Gatsby Source Notion Articles |
2 | | -[](https://github.com/thedaviddias/gatsby-source-notion-articles/actions/workflows/production.yml) |
3 | | -[](https://codecov.io/gh/thedaviddias/gatsby-source-notion-articles)<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->[](#contributors-)<!-- ALL-CONTRIBUTORS-BADGE:END --> |
| 2 | +[](https://github.com/thedaviddias/gatsby-source-notion-article/actions/workflows/production.yml) |
| 3 | +[](https://codecov.io/gh/thedaviddias/gatsby-source-notion-article)<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->[](#contributors-)<!-- ALL-CONTRIBUTORS-BADGE:END --> |
4 | 4 |
|
5 | 5 | > A Gatsby source plugin for importing articles made in Notion into your Gatsby application using Notion API. |
6 | 6 |
|
|
10 | 10 |
|
11 | 11 | ```sh |
12 | 12 | # using npm |
13 | | -npm install gatsby-source-notion-articles |
| 13 | +npm install gatsby-source-notion-article |
14 | 14 |
|
15 | 15 | # using yarn |
16 | | -yarn add gatsby-source-notion-articles |
| 16 | +yarn add gatsby-source-notion-article |
17 | 17 | ``` |
18 | 18 |
|
19 | 19 | ## How to configure |
@@ -46,7 +46,7 @@ NOTION_DATABASE_ID=<your-notion-database-id> |
46 | 46 | module.exports = { |
47 | 47 | plugins: [ |
48 | 48 | { |
49 | | - resolve: `gatsby-source-notion-articles`, |
| 49 | + resolve: `gatsby-source-notion-article`, |
50 | 50 | options: { |
51 | 51 | // Learn about environment variables: https://gatsby.dev/env-vars |
52 | 52 | token: process.env.NOTION_KEY, // required |
@@ -159,7 +159,7 @@ Thanks goes to these wonderful people |
159 | 159 | <!-- markdownlint-disable --> |
160 | 160 | <table> |
161 | 161 | <tr> |
162 | | - <td align="center"><a href="https://thedaviddias.dev"><img src="https://avatars.githubusercontent.com/u/237229?v=4?s=100" width="100px;" alt=""/><br /><sub><b>David Dias</b></sub></a><br /><a href="https://github.com/thedaviddias/gatsby-source-notion-articles/commits?author=thedaviddias" title="Code">💻</a> <a href="https://github.com/thedaviddias/gatsby-source-notion-articles/commits?author=thedaviddias" title="Documentation">📖</a> <a href="#infra-thedaviddias" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="https://github.com/thedaviddias/gatsby-source-notion-articles/commits?author=thedaviddias" title="Tests">⚠️</a></td> |
| 162 | + <td align="center"><a href="https://thedaviddias.dev"><img src="https://avatars.githubusercontent.com/u/237229?v=4?s=100" width="100px;" alt=""/><br /><sub><b>David Dias</b></sub></a><br /><a href="https://github.com/thedaviddias/gatsby-source-notion-article/commits?author=thedaviddias" title="Code">💻</a> <a href="https://github.com/thedaviddias/gatsby-source-notion-article/commits?author=thedaviddias" title="Documentation">📖</a> <a href="#infra-thedaviddias" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="https://github.com/thedaviddias/gatsby-source-notion-article/commits?author=thedaviddias" title="Tests">⚠️</a></td> |
163 | 163 | </tr> |
164 | 164 | </table> |
165 | 165 |
|
@@ -189,6 +189,6 @@ See [MIT Licence, 2021 David Dias](./LICENSE) |
189 | 189 | [databaseTemplate]: https://www.notion.so/gatsbysourcenotionarticles/f105a175e01b437d85a7b433d637bf14 |
190 | 190 | [notionIntegration]: https://www.notion.so/my-integrations |
191 | 191 | [notionIntegrationDoc]: https://developers.notion.com/docs/getting-started#create-a-new-integration |
192 | | -[discussion]: https://github.com/thedaviddias/gatsby-source-notion-articles/discussions |
193 | | -[newissue]: https://github.com/thedaviddias/gatsby-source-notion-articles/issues/new |
194 | | -[sample]: https://github.com/thedaviddias/gatsby-source-notion-articles-sample |
| 192 | +[discussion]: https://github.com/thedaviddias/gatsby-source-notion-article/discussions |
| 193 | +[newissue]: https://github.com/thedaviddias/gatsby-source-notion-article/issues/new |
| 194 | +[sample]: https://github.com/thedaviddias/gatsby-source-notion-article-sample |
0 commit comments