Skip to content

Commit

Permalink
Update Tutorials.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
Licini authored Feb 3, 2024
1 parent 7fd85fc commit e99dc9d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/views/Tutorials.vue
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,12 @@ export default {
image: "https://raw.githubusercontent.com/compas-dev/tutorials/main/data-across-tools/pubsub.png",
link: "https://github.com/compas-dev/tutorials/blob/main/data-across-tools/README.md",
},
{
title: "Using COMPAS with Speckle",
text: "In this tutorial we show how to send and receive COMPAS data to and from a Speckle server.",
image: "https://speckle.systems/content/images/2022/06/logo-blue-2.png",
link: "https://www.github.com/compas-dev/tutorials/tree/main/speckle/README.md",
},
],
}),
};
Expand Down

0 comments on commit e99dc9d

Please sign in to comment.