Skip to content

Commit 77830d1

Browse files
chore: generate health files
1 parent a9b7ed0 commit 77830d1

7 files changed

Lines changed: 45 additions & 1 deletion

File tree

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
/styles/crates.io @uncenter
1414
/styles/crowdin @ryanccn
1515
/styles/deepl @watatomo
16+
/styles/docs.rs @uncenter
1617
/styles/duckduckgo @GenShibe
1718
/styles/ecosia @isabelroses
1819
/styles/elk @ryanccn

.github/ISSUE_TEMPLATE/userstyle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ body:
1616
label: What userstyles are you seeing the problem on?
1717
description: "Don't worry about the `lbl:` prefix, it allows issues to be automatically labeled!"
1818
multiple: true
19-
options: ["lbl:advent-of-code", "lbl:anilist", "lbl:arch-wiki", "lbl:boringproxy", "lbl:brave-search", "lbl:bsky", "lbl:bstats", "lbl:canvas-lms", "lbl:chatgpt", "lbl:chatreplay", "lbl:chess.com", "lbl:cinny", "lbl:codeberg", "lbl:crates.io", "lbl:crowdin", "lbl:deepl", "lbl:duckduckgo", "lbl:ecosia", "lbl:elk", "lbl:freedesktop", "lbl:formative", "lbl:github", "lbl:gmail", "lbl:google", "lbl:google-drive", "lbl:google-photos", "lbl:graphite", "lbl:hackage", "lbl:hacker-news", "lbl:holodex", "lbl:home-manager-options-search", "lbl:homepage", "lbl:hoppscotch", "lbl:hyperpipe", "lbl:ichi.moe", "lbl:inoreader", "lbl:instagram", "lbl:invidious", "lbl:invokeai", "lbl:keyoxide", "lbl:lastfm", "lbl:lemmy", "lbl:libreddit", "lbl:lichess", "lbl:lingva", "lbl:linkedin", "lbl:mastodon", "lbl:mdn", "lbl:modrinth", "lbl:microsoft-word", "lbl:migadu-webmail", "lbl:minesweeper", "lbl:nitter", "lbl:nixos-search", "lbl:nixos.wiki", "lbl:npm", "lbl:openmediavault", "lbl:paste.rs", "lbl:perplexity", "lbl:picrew", "lbl:pinterest", "lbl:planet-minecraft", "lbl:pronouns.page", "lbl:proton", "lbl:pypi", "lbl:quizlet", "lbl:reddit", "lbl:searxng", "lbl:snapchat-web", "lbl:spotify-web", "lbl:startpage", "lbl:skiff", "lbl:stylus", "lbl:substack", "lbl:syncthing", "lbl:tabnews", "lbl:tldraw", "lbl:trinket", "lbl:tuta", "lbl:twitch", "lbl:twitter", "lbl:vercel", "lbl:whatsapp-web", "lbl:wikipedia", "lbl:wikiwand", "lbl:youtube", "lbl:nextjs"]
19+
options: ["lbl:advent-of-code", "lbl:anilist", "lbl:arch-wiki", "lbl:boringproxy", "lbl:brave-search", "lbl:bsky", "lbl:bstats", "lbl:canvas-lms", "lbl:chatgpt", "lbl:chatreplay", "lbl:chess.com", "lbl:cinny", "lbl:codeberg", "lbl:crates.io", "lbl:crowdin", "lbl:deepl", "lbl:docs.rs", "lbl:duckduckgo", "lbl:ecosia", "lbl:elk", "lbl:freedesktop", "lbl:formative", "lbl:github", "lbl:gmail", "lbl:google", "lbl:google-drive", "lbl:google-photos", "lbl:graphite", "lbl:hackage", "lbl:hacker-news", "lbl:holodex", "lbl:home-manager-options-search", "lbl:homepage", "lbl:hoppscotch", "lbl:hyperpipe", "lbl:ichi.moe", "lbl:inoreader", "lbl:instagram", "lbl:invidious", "lbl:invokeai", "lbl:keyoxide", "lbl:lastfm", "lbl:lemmy", "lbl:libreddit", "lbl:lichess", "lbl:lingva", "lbl:linkedin", "lbl:mastodon", "lbl:mdn", "lbl:modrinth", "lbl:microsoft-word", "lbl:migadu-webmail", "lbl:minesweeper", "lbl:nitter", "lbl:nixos-search", "lbl:nixos.wiki", "lbl:npm", "lbl:openmediavault", "lbl:paste.rs", "lbl:perplexity", "lbl:picrew", "lbl:pinterest", "lbl:planet-minecraft", "lbl:pronouns.page", "lbl:proton", "lbl:pypi", "lbl:quizlet", "lbl:reddit", "lbl:searxng", "lbl:snapchat-web", "lbl:spotify-web", "lbl:startpage", "lbl:skiff", "lbl:stylus", "lbl:substack", "lbl:syncthing", "lbl:tabnews", "lbl:tldraw", "lbl:trinket", "lbl:tuta", "lbl:twitch", "lbl:twitter", "lbl:vercel", "lbl:whatsapp-web", "lbl:wikipedia", "lbl:wikiwand", "lbl:youtube", "lbl:nextjs"]
2020
validations:
2121
required: true
2222
- type: textarea

.github/issue-labeler.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ crowdin:
3131
- '(lbl:crowdin)'
3232
deepl:
3333
- '(lbl:deepl)'
34+
docs.rs:
35+
- '(lbl:docs.rs)'
3436
duckduckgo:
3537
- '(lbl:duckduckgo)'
3638
ecosia:

.github/labels.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@
4747
- name: deepl
4848
description: DeepL
4949
color: '#8aadf4'
50+
- name: docs.rs
51+
description: docs.rs
52+
color: '#eed49f'
5053
- name: duckduckgo
5154
description: DuckDuckGo
5255
color: '#f5a97f'

.github/pr-labeler.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ codeberg: styles/codeberg/**/*
1515
crates.io: styles/crates.io/**/*
1616
crowdin: styles/crowdin/**/*
1717
deepl: styles/deepl/**/*
18+
docs.rs: styles/docs.rs/**/*
1819
duckduckgo: styles/duckduckgo/**/*
1920
ecosia: styles/ecosia/**/*
2021
elk: styles/elk/**/*

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ See [CONTRIBUTING.md](docs/CONTRIBUTING.md).
9595
- [boringproxy](styles/boringproxy)
9696
- [Codeberg](styles/codeberg)
9797
- [crates.io](styles/crates.io)
98+
- [docs.rs](styles/docs.rs)
9899
- [freedesktop.org](styles/freedesktop)
99100
- [GitHub](styles/github)
100101
- [Graphite](styles/graphite)

styles/docs.rs/README.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
<!-- AUTOGEN:README START -->
2+
<!-- THIS FILE IS AUTOGENERATED. DO NOT EDIT IT BY HAND -->
3+
4+
<h3 align="center">
5+
<img src="https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/logos/exports/1544x1544_circle.png" width="100" alt="Logo"/><br/>
6+
<img src="https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/misc/transparent.png" height="30" width="0px"/>
7+
Catppuccin for <a href="https://docs.rs">docs.rs</a>
8+
<img src="https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/misc/transparent.png" height="30" width="0px"/>
9+
</h3>
10+
11+
<p align="center">
12+
<a href="https://github.com/catppuccin/userstyles/issues?q=is%3Aissue+is%3Aopen+label%3Adocs.rs"><img src="https://img.shields.io/github/issues/catppuccin/userstyles/docs.rs?colorA=363a4f&colorB=f5a97f&style=for-the-badge"></a>
13+
<a href="https://raw.githubusercontent.com/catppuccin/userstyles/main/styles/docs.rs/catppuccin.user.css"><img src="https://img.shields.io/badge/stylus-install-cba6f7?colorA=363a4f&style=for-the-badge"></a>
14+
</p>
15+
16+
<p align="center">
17+
<img src="preview.webp"/>
18+
</p>
19+
20+
21+
22+
## 💝 Current Maintainer
23+
- [uncenter](https://github.com/uncenter)
24+
25+
26+
&nbsp;
27+
28+
<p align="center">
29+
<img src="https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/footers/gray0_ctp_on_line.svg?sanitize=true" />
30+
</p>
31+
32+
<p align="center">
33+
Copyright &copy; 2021-present <a href="https://github.com/catppuccin" target="_blank">Catppuccin Org</a>
34+
</p>
35+
36+
<!-- AUTOGEN:README END -->

0 commit comments

Comments
 (0)