Skip to content

Instantly share code, notes, and snippets.

@ehq
Forked from bocha/gist:5663166
Last active December 17, 2015 19:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ehq/5663184 to your computer and use it in GitHub Desktop.
Save ehq/5663184 to your computer and use it in GitHub Desktop.
Cuba.define do
on "apis" do
on "speech" do
on root do
render("speech", title: "Speech API")
end
on "docs" do
render("docs", title: "Speech API Documentation")
end
on "pricing" do
render("pricing", title: "Speech Pricing")
end
end
on "aro" do
render("aro", title: "Application Rersource Optimizer API")
end
end
on root do
render("home", title: "Home")
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment