Skip to content

add python lib reference #87

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions website/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ import ToyBrickIcon from '/icons/toy-brick.svg';
import ListStartIcon from '/icons/list-start.svg';
import EarIcon from '/icons/ear.svg';
import ComponentIcon from '/icons/component.svg';
import CopyIcon from '/icons/copy.svg';
import VideoIcon from '/icons/video.svg';


Expand Down Expand Up @@ -178,6 +179,12 @@ If you have any questions, please reach out to our awesome community on [Slack](
description="How to package and release your own custom library"
to="/docs/extending_robot_framework/custom-libraries/releasing_your_own_libraries"
/>
<Card
title="Python Library Template"
icon={<CopyIcon/>}
description="Create a Python library using an officially supported GitHub repository template"
to="https://github.com/fkromer/robotframework-dosomething"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i have no objection but saying "officially supported" and then linking into personal repository feels a bit off.

Copy link
Author

@fkromer fkromer May 22, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's right. Actually this PR depends on prior migration into the marketsquare and adjustment of the repo reference. Relates to this forum discussion proposal.

/>
<Card
title="Parse Test Results"
icon={<MicroscopeIcon/>}
Expand Down