Skip to content

Commit 42fb6ca

Browse files
authored
chore: add icons for popular programming languages (#10141)
1 parent cb3b617 commit 42fb6ca

File tree

11 files changed

+114
-0
lines changed

11 files changed

+114
-0
lines changed

scripts/check_site_icons.sh

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ exceptions=(
1616
"do.png"
1717
"gcp.png"
1818
"k8s.png"
19+
"ruby.png"
1920
)
2021

2122
function is_exception() {

site/src/theme/icons.json

+9
Original file line numberDiff line numberDiff line change
@@ -25,32 +25,41 @@
2525
"git.svg",
2626
"github.svg",
2727
"gitlab.svg",
28+
"go.svg",
2829
"goland.svg",
2930
"image.svg",
3031
"intellij.svg",
3132
"java.svg",
33+
"javascript.svg",
3234
"jax.svg",
3335
"jfrog.svg",
3436
"jupyter.svg",
3537
"k8s.png",
3638
"kasmvnc.svg",
39+
"kotlin.svg",
3740
"matlab.svg",
3841
"memory.svg",
3942
"node.svg",
4043
"nomad.svg",
4144
"novnc.svg",
4245
"personalize.svg",
46+
"php.svg",
4347
"phpstorm.svg",
4448
"projector.svg",
4549
"pycharm.svg",
50+
"python.svg",
4651
"pytorch.svg",
4752
"rider.svg",
4853
"rockylinux.svg",
4954
"rstudio.svg",
55+
"ruby.png",
5056
"rubymine.svg",
57+
"rust.svg",
58+
"swift.svg",
5159
"tensorflow.svg",
5260
"terminal.svg",
5361
"theia.svg",
62+
"typescript.svg",
5463
"ubuntu.svg",
5564
"vault.svg",
5665
"webstorm.svg",

site/static/icon/go.svg

+1
Loading

site/static/icon/javascript.svg

+31
Loading

site/static/icon/kotlin.svg

+20
Loading

site/static/icon/php.svg

+6
Loading

site/static/icon/python.svg

+19
Loading

site/static/icon/ruby.png

192 KB
Loading

site/static/icon/rust.svg

+4
Loading

site/static/icon/swift.svg

+22
Loading

site/static/icon/typescript.svg

+1
Loading

0 commit comments

Comments
 (0)