From a4b297293e8fdf7437f31efabafe03c9b1606421 Mon Sep 17 00:00:00 2001 From: Nik-coder789 Date: Wed, 19 Aug 2026 14:47:32 +0530 Subject: [PATCH] Add canoe-robot-lib to library list --- website/src/components/Grid/LibraryGrid.js | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/website/src/components/Grid/LibraryGrid.js b/website/src/components/Grid/LibraryGrid.js index baa3bc88..4b604d8a 100644 --- a/website/src/components/Grid/LibraryGrid.js +++ b/website/src/components/Grid/LibraryGrid.js @@ -48,6 +48,13 @@ function LibraryGrid() { urls: { GitHub: "https://github.com/MarketSquare/Robotframework-Database-Library", PyPI: "https://pypi.org/project/robotframework-databaselibrary/", Project: "https://github.com/MarketSquare/Robotframework-Database-Library", Docs: "https://marketsquare.github.io/Robotframework-Database-Library/" }, tags: "Database" }, + { + name: "canoe-robot-lib", + description: "Robot Framework library for automating Vector CANoe testing.", + localpage: "canoe-robot-lib", + urls: {GitHub: "https://github.com/Nik-coder789/canoe-robot-lib",PyPI: "https://pypi.org/project/canoe-robot-lib/", Docs: "https://github.com/Nik-coder789/canoe-robot-lib/blob/main/KEYWORDS.md"}, + tags: "Automotive, CANoe, Testing" + }, { name: "Standard Library", description: "Logging, File Handling, Operating System, Process, String, and XML and much more", @@ -104,4 +111,4 @@ function LibraryGrid() { return
; } -export default LibraryGrid; \ No newline at end of file +export default LibraryGrid;