Skip to content

Commit 765f63b

Browse files
committed
feat: first major release (#2)
1 parent 210e754 commit 765f63b

File tree

5 files changed

+14
-15
lines changed

5 files changed

+14
-15
lines changed

.all-contributorsrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
}
2020
],
2121
"contributorsPerLine": 7,
22-
"projectName": "gatsby-source-notion-articles",
22+
"projectName": "gatsby-source-notion-article",
2323
"projectOwner": "thedaviddias",
2424
"repoType": "github",
2525
"repoHost": "https://github.com",

.github/workflows/development.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,3 @@ jobs:
3939
uses: codecov/codecov-action@v1
4040
with:
4141
files: ./coverage/lcov.info
42-
token: ${{ secrets.CODECOV_TOKEN }} # only necessary for private repo

.releaserc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"branches": ["main", "next"],
3-
"repositoryUrl": "https://github.com/thedaviddias/gatsby-source-notion-articles",
2+
"branches": ["main"],
3+
"repositoryUrl": "https://github.com/thedaviddias/gatsby-source-notion-article",
44
"debug": "true",
55
"plugins": [
66
"@semantic-release/commit-analyzer",

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Gatsby Source Notion Articles
2-
[![CI](https://github.com/thedaviddias/gatsby-source-notion-articles/actions/workflows/production.yml/badge.svg)](https://github.com/thedaviddias/gatsby-source-notion-articles/actions/workflows/production.yml)
3-
[![codecov](https://codecov.io/gh/thedaviddias/gatsby-source-notion-articles/branch/main/graph/badge.svg?token=v51j0wzBSl)](https://codecov.io/gh/thedaviddias/gatsby-source-notion-articles)<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg)](#contributors-)<!-- ALL-CONTRIBUTORS-BADGE:END -->
2+
[![CI](https://github.com/thedaviddias/gatsby-source-notion-article/actions/workflows/production.yml/badge.svg)](https://github.com/thedaviddias/gatsby-source-notion-article/actions/workflows/production.yml)
3+
[![codecov](https://codecov.io/gh/thedaviddias/gatsby-source-notion-article/branch/main/graph/badge.svg?token=v51j0wzBSl)](https://codecov.io/gh/thedaviddias/gatsby-source-notion-article)<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg)](#contributors-)<!-- ALL-CONTRIBUTORS-BADGE:END -->
44

55
> A Gatsby source plugin for importing articles made in Notion into your Gatsby application using Notion API.
66
@@ -10,10 +10,10 @@
1010

1111
```sh
1212
# using npm
13-
npm install gatsby-source-notion-articles
13+
npm install gatsby-source-notion-article
1414

1515
# using yarn
16-
yarn add gatsby-source-notion-articles
16+
yarn add gatsby-source-notion-article
1717
```
1818

1919
## How to configure
@@ -46,7 +46,7 @@ NOTION_DATABASE_ID=<your-notion-database-id>
4646
module.exports = {
4747
plugins: [
4848
{
49-
resolve: `gatsby-source-notion-articles`,
49+
resolve: `gatsby-source-notion-article`,
5050
options: {
5151
// Learn about environment variables: https://gatsby.dev/env-vars
5252
token: process.env.NOTION_KEY, // required
@@ -159,7 +159,7 @@ Thanks goes to these wonderful people
159159
<!-- markdownlint-disable -->
160160
<table>
161161
<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>
163163
</tr>
164164
</table>
165165

@@ -189,6 +189,6 @@ See [MIT Licence, 2021 David Dias](./LICENSE)
189189
[databaseTemplate]: https://www.notion.so/gatsbysourcenotionarticles/f105a175e01b437d85a7b433d637bf14
190190
[notionIntegration]: https://www.notion.so/my-integrations
191191
[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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "gatsby-source-notion-articles",
2+
"name": "gatsby-source-notion-article",
33
"version": "1.0.0",
44
"description": "Gatsby source plugin to import articles made in Notion",
55
"keywords": [
@@ -11,7 +11,7 @@
1111
],
1212
"repository": {
1313
"type": "git",
14-
"url": "https://github.com/thedaviddias/gatsby-source-notion-articles.git"
14+
"url": "https://github.com/thedaviddias/gatsby-source-notion-article.git"
1515
},
1616
"license": "MIT",
1717
"author": "David Dias <hello@thedaviddias.dev>",

0 commit comments

Comments
 (0)