Skip to content

Commit eefa46e

Browse files
committed
docs: add guide link and used by blogs
1 parent a9b1a9a commit eefa46e

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
This repository contains a mini kit for integrating Notion API with Next.js. This kit provides a simple and efficient way to connect your Next.js applications with Notion to access and display data.
44

5-
65
## Features
76

87
- Seamless integration of Notion API with Next.js
@@ -20,6 +19,12 @@ This repository contains a mini kit for integrating Notion API with Next.js. Thi
2019
- [React Notion](https://github.com/splitbee/react-notion): minimal renderer for blogs & content pages
2120
- [@notionhq/client](https://www.npmjs.com/package/@notionhq/client): A simple and easy to use client for the Notion API
2221
- [Headlessui](https://headlessui.com/): UI components, designed to integrate beautifully with Tailwind CSS
22+
23+
24+
## Full Steps to Setup
25+
- English: [Guide to building a personal blog with Next.js and Notion
26+
](https://www.lexuankha.com/blog/guide-to-building-a-personal-blog-with-next-js-and-notion)
27+
- Vietnamese: [Hướng dẫn xây dựng blog cá nhân với NextJs và Notion](https://viblo.asia/p/huong-dan-xay-dung-blog-ca-nhan-voi-nextjs-va-notion-WR5JRZjQJGv)
2328

2429

2530
## Installation
@@ -60,6 +65,11 @@ To revalidate static pages, access the following endpoint:
6065

6166
https://yourdomain/api/revalidate?path=/yourpath&secret=yoursecret
6267

68+
## Used By
69+
70+
This project is used by the following pages/blogs:
71+
72+
- [Leo's Tech Blog](https://lexuankha.com)
6373

6474

6575
## Feedback & Contributing

0 commit comments

Comments
 (0)