You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,17 +32,18 @@ Light Hooks is a collection of carefully crafted React hooks designed to:
32
32
33
33
Visit the [npm package](https://www.npmjs.com/package/light-hooks) to get started with the hooks.
34
34
35
-
## Learn More
35
+
## Documentation Resources
36
36
37
-
To learn more about Next.js, take a look at the following resources:
37
+
To learn more about the technologies used in this documentation site:
38
38
39
-
-[Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
40
-
-[Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.
39
+
-[Next.js Documentation](https://nextjs.org/docs) - Learn about Next.js features and API
40
+
-[Light Hooks GitHub](https://github.com/Gourav2609/light-hooks) - Main hooks library repository
41
+
-[Light Hooks npm Package](https://www.npmjs.com/package/light-hooks) - Install and use the hooks
41
42
42
-
You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js) - your feedback and contributions are welcome!
43
+
## Contributing
43
44
44
-
## Deploy on Vercel
45
+
We welcome contributions to both the hooks library and documentation! Check out our [Contributing Guide](/docs/contributing) for more information.
45
46
46
-
The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
47
+
## Deployment
47
48
48
-
Check out our [Next.js deployment documentation](https://nextjs.org/docs/app/building-your-application/deploying) for more details.
49
+
This documentation site is deployed on [Vercel](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) and includes analytics to help us improve the documentation experience.
0 commit comments