Skip to content

Commit 7cb088f

Browse files
committed
Add credits page and include in sidebar navigation
1 parent ad9765f commit 7cb088f

2 files changed

Lines changed: 35 additions & 0 deletions

File tree

docs/credits.mdx

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
title: Credits
3+
sidebar_position: 4
4+
slug: /credits
5+
---
6+
7+
# Credits
8+
9+
This credits page acknowledges the individuals and projects that have made this guide possible. Whether through direct contributions, inspiration, or community support, these resources have been instrumental in creating a comprehensive Kodi guide. We are grateful for their dedication to the open-source community and transparent sharing of knowledge.
10+
11+
This project would not be possible without the help and support of many people and projects. I would like to take this opportunity to thank them all.
12+
13+
## Special Thanks
14+
15+
[Viren's Guide](https://guides.viren070.me/stremio) has been a huge inspiration for this project. Viren has done an amazing job of creating a comprehensive guide to Stremio and streaming, and I have learned a lot from his work. Some parts of this guide are adapted from his guide and transformed to a Kodi context.
16+
17+
His links:
18+
- [Viren's Guide GitHub](https://github.com/viren070/guides)
19+
- [Viren's Guide Website](https://guides.viren070.me/stremio)
20+
- [Viren's AIOStreams Addon](https://github.com/viren070/Aiostreams)
21+
- [Viren's Discord Server](https://discord.gg/EtnB6Z5m5a)
22+
- [Support him on Ko-fi](https://ko-fi.com/viren070)
23+
24+
25+
## Other Projects
26+
This guide would not be possible without the help of many other projects and resources. Here are a few that I would like to mention:
27+
- Kodi Official website - [Kodi Official Website](https://kodi.tv/)
28+
- r/Addons4Kodi - [Reddit Community](https://www.reddit.com/r/addons4kodi/)
29+
- a4k Recommended addons list - [Link](https://github.com/a4k-mod/A4K_Recommendations/blob/fd69bf7c878fa07f7bb6682175936889f2763a17/Recommended%20Add-ons.md)
30+
- a4k FAQ - [Link](https://github.com/a4k-mod/A4K_Recommendations/blob/5e597b448b5cee26505d2290e142738c6d552143/FAQ.md)
31+
- a4k Getting Started - [Link](https://github.com/a4k-mod/A4K_Recommendations/blob/5e597b448b5cee26505d2290e142738c6d552143/Getting%20Started.md)
32+
- r/Kodi - [Reddit Community](https://www.reddit.com/r/kodi/)
33+
34+

sidebars.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ const sidebars = {
4747
},
4848
],
4949
},
50+
'credits',
5051
],
5152
};
5253

0 commit comments

Comments
 (0)