📝 Add brand guidelines section + fixed `Request Logo` url

This commit is contained in:
pheralb 2025-01-15 11:54:53 +00:00
parent 3b2dc0b79d
commit a043abcefd

View File

@ -10,7 +10,7 @@
Discover
</a>
<span>&nbsp;&nbsp;</span>
<a href="https://github.com/pheralb/svgl/issues/new?assignees=pheralb&labels=request&projects=&template=request-svg-.md&title=%5BRequest%5D%3A">
<a href="https://github.com/pheralb/svgl/issues/new?assignees=&labels=request&projects=&template=request-svg.yml&title=%5B%F0%9F%94%94+Request+SVG%5D%3A+">
Request logo
</a>
<span>&nbsp;&nbsp;</span>
@ -138,6 +138,19 @@ pnpm install
}
```
- **Add brand guidelines**:
```json
{
"title": "Title",
"category": "Category",
"route": "/library/your_logo.svg",
"wordmark": "/library/your_logo_wordmark.svg",
"brandUrl": "https://assets.website.com/brand-guidelines",
"url": "Website"
}
```
> [!NOTE]
>
> - The list of categories is here: [`src/types/categories.ts`](https://github.com/pheralb/svgl/blob/main/src/types/categories.ts). You can add a new category if you need it.