Skip to content

Commit 5c8e98c

Browse files
committed
Add attributions for third-party logos and update footer with link to attributions
1 parent 1d42945 commit 5c8e98c

3 files changed

Lines changed: 92 additions & 0 deletions

File tree

_includes/footer_custom.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,6 @@
88
<a href="https://github.com/features/copilot" style="display: inline-flex; align-items: center; opacity: 0.7; transition: opacity 0.2s;" title="Created with assistance from GitHub Copilot">
99
<img src="{{ '/assets/images/logos/GitHub%20Logos/Copilot_Lockup_White.svg' | relative_url }}" alt="GitHub Copilot" height="20">
1010
</a>
11+
<span style="opacity: 0.5;">|</span>
12+
<a href="{{ '/docs/attributions' | relative_url }}" style="opacity: 0.5; font-size: 0.75rem; transition: opacity 0.2s;">Attributions</a>
1113
</div>

assets/images/logos/README.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# Logo Attribution & Licensing
2+
3+
This directory contains logos from third-party brands used in this documentation project. All logos remain the property of their respective owners and are used in accordance with their brand guidelines.
4+
5+
## GitHub Logo
6+
7+
**Source:** [GitHub Brand Guidelines](https://brand.github.com/foundations/logo)
8+
9+
GitHub® and the GitHub logo are registered trademarks of GitHub, Inc. The GitHub logo is used here in accordance with [GitHub's Logo Usage Guidelines](https://github.com/logos).
10+
11+
### Usage Requirements
12+
- Do not modify the logo
13+
- Maintain clear space around the logo
14+
- Do not use the logo to imply endorsement or sponsorship
15+
- Follow all guidelines at [brand.github.com](https://brand.github.com)
16+
17+
## Unraid Logo
18+
19+
**Source:** [Official Unraid Logo Assets](https://drive.google.com/drive/folders/1wafHPR2bRqMtDPRdLuY5unMK6emkBx5T) (linked from [unraid.net](https://unraid.net) footer under "Unraid Logos")
20+
21+
Unraid® is a registered trademark of Lime Technology, Inc. The Unraid logo is provided by Lime Technology for community and documentation use.
22+
23+
### Usage Requirements
24+
- Do not modify the logo design or colors
25+
- Maintain the logo's aspect ratio
26+
- Do not use the logo to imply official endorsement unless authorized
27+
- Follow Lime Technology's brand guidelines
28+
29+
---
30+
31+
## Disclaimer
32+
33+
This documentation project is a community resource and is not officially affiliated with, endorsed by, or sponsored by GitHub, Inc. or Lime Technology, Inc. All trademarks, logos, and brand names are the property of their respective owners.
34+
35+
The logos in this directory are included solely for educational and informational purposes within the context of Unraid plugin development documentation.
36+
37+
If you are a representative of either company and have concerns about the use of these assets, please open an issue in this repository.

docs/attributions.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
---
2+
layout: default
3+
title: Attributions
4+
nav_order: 99
5+
---
6+
7+
# Attributions & Credits
8+
9+
This documentation site uses logos and assets from third-party brands. All logos remain the property of their respective owners and are used in accordance with their brand guidelines.
10+
11+
---
12+
13+
## Unraid
14+
15+
**Unraid®** is a registered trademark of [Lime Technology, Inc.](https://unraid.net/)
16+
17+
The Unraid logo used on this site is sourced from the official [Unraid Logo Assets](https://drive.google.com/drive/folders/1wafHPR2bRqMtDPRdLuY5unMK6emkBx5T), linked from the [unraid.net](https://unraid.net) footer.
18+
19+
This documentation project is a **community resource** and is not officially affiliated with, endorsed by, or sponsored by Lime Technology, Inc.
20+
21+
---
22+
23+
## GitHub
24+
25+
**GitHub®** is a registered trademark of [GitHub, Inc.](https://github.com/)
26+
27+
The GitHub logo used on this site follows the [GitHub Brand Guidelines](https://brand.github.com/foundations/logo).
28+
29+
---
30+
31+
## GitHub Copilot
32+
33+
This documentation was created with assistance from [GitHub Copilot](https://github.com/features/copilot).
34+
35+
---
36+
37+
## Just the Docs
38+
39+
This site is built with [Just the Docs](https://just-the-docs.github.io/just-the-docs/), a documentation theme for Jekyll.
40+
41+
---
42+
43+
## License
44+
45+
The documentation content in this repository is available under the [MIT License](https://github.com/mstrhakr/unraid-plugin-docs/blob/main/LICENSE).
46+
47+
Third-party trademarks, logos, and brand names are the property of their respective owners and are subject to their own licensing terms.
48+
49+
---
50+
51+
## Questions or Concerns?
52+
53+
If you are a representative of any company whose assets appear on this site and have concerns about their use, please [open an issue](https://github.com/mstrhakr/unraid-plugin-docs/issues) in the repository.

0 commit comments

Comments
 (0)