class DocsController < ApplicationController def index doc = { name: "sms-pager-api", documentation: "https://bitbucket.org/markamoser/sms-pager-api" }.to_json render json: doc end end