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;