diff --git a/src/Gargantext/Components/Nodes/Home.purs b/src/Gargantext/Components/Nodes/Home.purs index 32d5463b04a1e2bb395bbb57072f47f09cc0e0da..d9ba0681718d0f039a008546732b912b102c0d04 100644 --- a/src/Gargantext/Components/Nodes/Home.purs +++ b/src/Gargantext/Components/Nodes/Home.purs @@ -221,15 +221,31 @@ homeLayoutCpt = R.hooksComponentWithModule thisModule "homeLayout" cpt ] expert_tutos :: Array Tuto - expert_tutos = [ Tuto { title : "Multi instance connections" + expert_tutos = [ Tuto { title : "Share with a team and send invitations" , id : "video_tutorial_2.ogv#t=,46" , text : "[Link to update]" } - , Tuto { title : "Link a corpus with a community" + + , Tuto { title : "Multi instance connections" + , id : "video_tutorial_2.ogv#t=,46" + , text : "[Link to update]" + } + + , Tuto { title : "Freeze a graph" + , id : "video_tutorial_2.ogv#t=,46" + , text : "[Link to update]" + } + + , Tuto { title : "Publish" + , id : "video_tutorial_2.ogv#t=,46" + , text : "[Link to update]" + } + + , Tuto { title : "Link a set of document (corpus) with a set of persons (community)" , id : "video_tutorial_2.ogv#t=,46" , text : "[Link to update]" } - , Tuto { title : "Social lists" + , Tuto { title : "Social lists: cumulative work made easy" , id : "video_tutorial_2.ogv#t=,46" , text : "[Link to update]" }