File tree Expand file tree Collapse file tree 2 files changed +216
-0
lines changed
Expand file tree Collapse file tree 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";
1010//import python_svg from "../images/python.svg?raw";
1111const python_svg = readFileSync ( "images/python.svg" , "utf-8" ) ;
1212const vscode_svg = readFileSync ( "images/vscode.svg" , "utf-8" ) ;
13+ const pycharm_svg = readFileSync ( "images/pycharm.svg" , "utf-8" ) ;
1314const opencollective_svg = readFileSync ( "images/opencollective.svg" , "utf-8" ) ;
1415
1516// https://vitepress.dev/reference/site-config
@@ -92,6 +93,7 @@ export default defineConfig({
9293 { icon : "github" , link : "https://github.com/robotcodedev/robotcode" } ,
9394 { icon : { svg : python_svg } , link : "https://pypi.org/project/robotcode/" } ,
9495 { 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" } ,
9597 { icon : { svg : opencollective_svg } , link : "https://opencollective.com/robotcode" } ,
9698 ] ,
9799 } ,
You can’t perform that action at this time.
0 commit comments