mirror of
https://github.com/pheralb/svgl.git
synced 2025-02-05 22:48:17 +08:00
📝 Add brand guidelines section + fixed `Request Logo
` url
This commit is contained in:
parent
3b2dc0b79d
commit
a043abcefd
15
README.md
15
README.md
@ -10,7 +10,7 @@
|
|||||||
Discover
|
Discover
|
||||||
</a>
|
</a>
|
||||||
<span> ✦ </span>
|
<span> ✦ </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
|
Request logo
|
||||||
</a>
|
</a>
|
||||||
<span> ✦ </span>
|
<span> ✦ </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]
|
> [!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.
|
> - 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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user