Skip to content

Instantly share code, notes, and snippets.

@lynnlangit
Last active August 29, 2015 14:12
Show Gist options
  • Save lynnlangit/6d6030e5b3130031f62e to your computer and use it in GitHub Desktop.
Save lynnlangit/6d6030e5b3130031f62e to your computer and use it in GitHub Desktop.
example of guided tour action for Codenvy factory
{
"steps":[
{
"title":"Run the app for TKP",
"content":"A Docker microservice is launched, dependencies are auto-installed and the project is executed. Create custom environments through Docker recipes.![](https://avatars0.githubusercontent.com/u/4691010 = 50x)",
"element":"gwt-debug-MainToolbar/runApp-true",
"placement":"BOTTOM",
"xOffset":"-20",
"actions":[
{
"action":"action runApp"
}
]
}
]
}
@lynnlangit
Copy link
Author

added TKP logo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment