Skip to content

Commit 2940fa4

Browse files
authored
style: License fix and relocate assets (#59)
* style: License update and relocate assets Update the License year and relocate assets into .vuepress/public. * fix top banner width * style link inclusion * fix link inclusion * changed badges
1 parent b8db158 commit 2940fa4

File tree

5 files changed

+24
-33
lines changed

5 files changed

+24
-33
lines changed

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ description: How to contribute to this guide.
3030
4. Add the file to the `guide` section in the `sidebar.js` file in the `.vuepress` folder
3131
<div>
3232
<br />
33-
<img src="../assets/sidebar.png" title="wwebjs.dev Guide" alt="wwebjs.dev Guide" />
33+
<img src="../src/.vuepress/public/images/sidebar.png" title="wwebjs.dev Guide" alt="wwebjs.dev Guide" />
3434
</div>
3535
**Note:** The correct name of the file is required with the **.md** extension
3636
5. Visit the page in your browser on `http://localhost:8080/guide/your-file-name.html`

LICENSE.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
MIT License
22

3-
Copyright (c) 2023 wwebjs
3+
Copyright (c) 2023 - 2024 wwebjs
44

5-
Permission is hereby granted, free of charge, to any person obtaining a copy
6-
of this software and associated documentation files (the "Software"), to deal
7-
in the Software without restriction, including without limitation the rights
8-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9-
copies of the Software, and to permit persons to whom the Software is
10-
furnished to do so, subject to the following conditions:
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
1111

12-
The above copyright notice and this permission notice shall be included in all
13-
copies or substantial portions of the Software.
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
1414

15-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 7 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,32 @@
11
<div align="center">
22
<br />
33
<p>
4-
<a href="https://wwebjs.dev"><img src="assets/banner_green.png" title="wwebjs.dev Guide" alt="wwebjs.dev Guide" /></a>
4+
<a href="https://wwebjs.dev"><img src="src/.vuepress/public/images/banner_logo.png" title="wwebjs.dev Guide" alt="wwebjs.dev Guide" width="500" /></a>
55
</p>
66
<br />
77
<br />
88
<p>
99
<a href="https://www.npmjs.com/package/whatsapp-web.js"><img src="https://img.shields.io/npm/v/whatsapp-web.js.svg" alt="npm" /></a>
10-
<a href="https://depfu.com/github/pedroslopez/whatsapp-web.js?project_id=9765"><img src="https://badges.depfu.com/badges/4a65a0de96ece65fdf39e294e0c8dcba/overview.svg" alt="Depfu" /></a>
10+
<a href="https://app.netlify.com/sites/wwebjs/deploys"><img src="https://api.netlify.com/api/v1/badges/d626778e-5786-4a34-a07d-69eda65c2430/deploy-status" alt="Netlify Status" /></a>
1111
<img src="https://img.shields.io/badge/WhatsApp_Web-2.2333.11-brightgreen.svg" alt="WhatsApp_Web 2.2333.11" />
1212
<a href="https://discord.gg/H7DqQs4"><img src="https://img.shields.io/discord/698610475432411196.svg?logo=discord" alt="Discord server" /></a>
1313
</p>
1414
</div>
1515

16-
## wwebjs.dev
16+
## About
1717

18-
This is the guide for the [whatsapp-web.js](https://github.com/pedroslopez/whatsapp-web.js) libary.
19-
20-
## website status
21-
22-
[![Netlify Status](https://api.netlify.com/api/v1/badges/d626778e-5786-4a34-a07d-69eda65c2430/deploy-status)](https://app.netlify.com/sites/wwebjs/deploys)
18+
This is the guide for the [whatsapp-web.js][wwebjs] libary.
2319

2420
## Contributing
2521

2622
Everyone is welcome to contribute to this guide and help us improve it. Please take a moment to review the [guidelines for contributing][contributing] first, befor creating a pull request. Don't rush a contribution, test changes locally, make sure you're doing it correctly and then submit a pull request. Ideas for you first contribution can be found in the issue label [good first issue][good-first-issue] or in the [To-Do section][todo].
2723

2824
## Help
2925

30-
If you experiencing issues with the guide in understaning, please open an issue or ask on [Discord](https://discord.gg/H7DqQs4) for help.
31-
32-
## Supporting the project
33-
34-
You can support the maintainer of this project through the links below
35-
36-
- [Support via GitHub Sponsors](https://github.com/sponsors/pedroslopez)
37-
- [Support via PayPal](https://www.paypal.me/psla/)
26+
If you experiencing issues with the guide in understaning, please open an issue or ask on [Discord][discord] for help.
3827

28+
[wwebjs]: https://github.com/pedroslopez/whatsapp-web.js
3929
[contributing]: https://github.com/wwebjs/wwebjs.dev/tree/candy/.github/CONTRIBUTING.md
4030
[good-first-issue]: https://github.com/wwebjs/wwebjs.dev/contribute
4131
[todo]: https://github.com/wwebjs/wwebjs.dev/projects/1
32+
[discord]: https://discord.gg/H7DqQs4

assets/banner_green.png

-9.84 KB
Binary file not shown.

0 commit comments

Comments
 (0)