Skip to content

Commit 7686a21

Browse files
committed
doc: added pycharm link on the robotcode.io homepage
1 parent af4dadd commit 7686a21

File tree

2 files changed

+216
-0
lines changed

2 files changed

+216
-0
lines changed

docs/.vitepress/config.mts

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import pkg from "../../package.json";
1010
//import python_svg from "../images/python.svg?raw";
1111
const python_svg = readFileSync("images/python.svg", "utf-8");
1212
const vscode_svg = readFileSync("images/vscode.svg", "utf-8");
13+
const pycharm_svg = readFileSync("images/pycharm.svg", "utf-8");
1314
const 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
},

docs/images/pycharm.svg

+214
Loading

0 commit comments

Comments
 (0)