feat: updates tips in connectors page

This commit is contained in:
Dimitrie Stefanescu
2021-07-22 20:58:33 +01:00
parent b57ee8d157
commit eda52ca14f
2 changed files with 18 additions and 2 deletions
+17 -1
View File
@@ -127,7 +127,17 @@
}
const tips = {
'GrasshopperExcel': `TIP TODO`,
'GrasshopperExcel': `Yep, it works nicely - parametric schedules here we come!`,
'GrasshopperRevit': `Using our advanced BIM creation nodes, you generate a full building in Grasshopper and send it to Revit!`,
'RhinoGrasshopper': `Planning to distribute your design tasks across a team? Speckle can help you do that!`,
'GrasshopperRhino': `Planning to distribute your design tasks across a team? Speckle can help you do that!`,
'AutocadGrasshopper': `Turbocharge drafting with some parametric smartness. Defo worth it!`,
'GrasshopperAutocad': `Turbocharge drafting with some parametric smartness. Defo worth it!`,
'Civil3dGrasshopper': `Turbocharge infrastructure design with some parametric smartness. Defo worth it!`,
'GrasshopperCivil3d': `Turbocharge infrastructure design with some parametric smartness. Defo worth it!`,
'DynamoRevit': `Hm... you know you can just open Dynamo up in Revit, right?`,
'RevitDynamo': `Hm... you know you can just open Dynamo up in Revit, right?`,
'RhinoRevit': `Sketch your design in Rhino, and get it into Revit using Speckle's BIM tagging tools!`,
'ExcelRevit': `So you want to control properties of specific Revit elements from Excel? Yes you can.`,
'RevitExcel': `Scheduling much? Let Speckle help!`,
'ExcelExcel': `Excel to Excel workflows work quite well - especially for a distributed team!`,
@@ -136,6 +146,12 @@
'ExcelDynamo': `You can actually create full on geometry and BIM elements from Excel, send them to Speckle, and receive them in Dynamo.`,
'ExcelBlender': `You can actually create full on geometry and BIM elements from Excel, send them to Speckle, and receive them in Blender.`,
'ExcelAutocad': `You can actually create full on geometry and BIM elements from Excel, send them to Speckle, and receive them in Autocad.`,
'UnityRhino': `Visualisation has never been easier - combine multiple models, do walkthroughs, send data back to inform your designs!`,
'RhinoUnity': `Visualisation has never been easier - combine multiple models, do walkthroughs, send data back to inform your designs!`,
'UnrealRhino': `Visualisation has never been nicer - combine multiple models in AR/XR, do walkthroughs, send data back to inform your designs!`,
'RhinoUnreal': `Visualisation has never been nicer - combine multiple models in AR/XR, do walkthroughs, send data back to inform your designs!`,
'UnrealRevit': `Visualisation has never been nicer - combine multiple models in AR/XR, do walkthroughs, send data back to inform your designs!`,
'RevitUnreal': `Visualisation has never been nicer - combine multiple models in AR/XR, do walkthroughs, send data back to inform your designs!`,
}
</script>
+1 -1
View File
@@ -20,7 +20,7 @@
<script>
window.addEventListener('load', function () {
const tutorialSearch = new SearchinGhost({
const tutorialSearch = new SearchinGhost( {
key: window.searchKey,
postFields: ['title', 'url', 'excerpt', 'published_at'],
postsExtraFields: ['tags'],