File tree 2 files changed +216
-0
lines changed
2 files changed +216
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ import pkg from "../../package.json";
10
10
//import python_svg from "../images/python.svg?raw";
11
11
const python_svg = readFileSync ( "images/python.svg" , "utf-8" ) ;
12
12
const vscode_svg = readFileSync ( "images/vscode.svg" , "utf-8" ) ;
13
+ const pycharm_svg = readFileSync ( "images/pycharm.svg" , "utf-8" ) ;
13
14
const opencollective_svg = readFileSync ( "images/opencollective.svg" , "utf-8" ) ;
14
15
15
16
// https://vitepress.dev/reference/site-config
@@ -92,6 +93,7 @@ export default defineConfig({
92
93
{ icon : "github" , link : "https://github.com/robotcodedev/robotcode" } ,
93
94
{ icon : { svg : python_svg } , link : "https://pypi.org/project/robotcode/" } ,
94
95
{ icon : { svg : vscode_svg } , link : "https://marketplace.visualstudio.com/items?itemName=d-biehl.robotcode" } ,
96
+ { icon : { svg : pycharm_svg } , link : "https://plugins.jetbrains.com/plugin/26216" } ,
95
97
{ icon : { svg : opencollective_svg } , link : "https://opencollective.com/robotcode" } ,
96
98
] ,
97
99
} ,
You can’t perform that action at this time.
0 commit comments