mirror of
https://github.com/pheralb/svgl.git
synced 2024-11-10 14:46:54 +08:00
📝 Update docs
This commit is contained in:
parent
0a55e4d920
commit
184196f0ee
12
.github/ISSUE_TEMPLATE/request-svg-.md
vendored
12
.github/ISSUE_TEMPLATE/request-svg-.md
vendored
@ -1,17 +1,21 @@
|
|||||||
---
|
---
|
||||||
name: Request SVG.
|
name: Request SVG.
|
||||||
about: Request an SVG here.
|
about: Request an SVG here.
|
||||||
title: "[Request]:"
|
title: '🔔 [Request]:'
|
||||||
labels: request
|
labels: request
|
||||||
assignees: pheralb
|
assignees: pheralb
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## 🔎 Information:
|
||||||
|
|
||||||
- **Title**:
|
- **Title**:
|
||||||
- **Category**:
|
- **Category**:
|
||||||
- **Source (.svg)**:
|
- **Source (.svg)**:
|
||||||
- **Website**:
|
- **Website**:
|
||||||
|
|
||||||
## Checklist (required):
|
## 📝 Checklist:
|
||||||
|
|
||||||
- [x] #739
|
- [x] I have permission to use this logo.
|
||||||
|
- [x] I have optimized the SVG for web.
|
||||||
|
- [x] The size of the SVG is less than **20kb**.
|
||||||
|
- [x] The `viewBox` is not removed.
|
||||||
|
@ -10,6 +10,10 @@
|
|||||||
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">
|
||||||
|
Request logo
|
||||||
|
</a>
|
||||||
|
<span> ✦ </span>
|
||||||
<a href="#-getting-started">
|
<a href="#-getting-started">
|
||||||
Submit logo
|
Submit logo
|
||||||
</a>
|
</a>
|
||||||
@ -128,7 +132,9 @@ pnpm install
|
|||||||
"wordmark": "/library/your_logo_wordmark.svg",
|
"wordmark": "/library/your_logo_wordmark.svg",
|
||||||
"url": "Website"
|
"url": "Website"
|
||||||
},
|
},
|
||||||
|
```
|
||||||
|
|
||||||
|
```json
|
||||||
// Add light/dark mode:
|
// Add light/dark mode:
|
||||||
{
|
{
|
||||||
"title": "Title",
|
"title": "Title",
|
||||||
@ -139,7 +145,7 @@ pnpm install
|
|||||||
"dark": "/library/your_logo_wordmark_dark.svg"
|
"dark": "/library/your_logo_wordmark_dark.svg"
|
||||||
},
|
},
|
||||||
"url": "Website"
|
"url": "Website"
|
||||||
},
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
|
Loading…
Reference in New Issue
Block a user