Renamed API Browser to API Examples
This commit is contained in:
@ -24,7 +24,7 @@ var clockwork = require('clockwork')({key: secrets.clockwork.apiKey});
|
||||
|
||||
exports.getApi = function(req, res) {
|
||||
res.render('api/index', {
|
||||
title: 'API Browser'
|
||||
title: 'API Examples'
|
||||
});
|
||||
};
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
extends ../layout
|
||||
|
||||
block content
|
||||
h2 API Browser
|
||||
h2 API Examples
|
||||
|
||||
ol
|
||||
li
|
||||
|
@ -11,8 +11,8 @@
|
||||
ul.nav.navbar-nav
|
||||
li(class=title=='Home'?'active':undefined)
|
||||
a(href='/') Home
|
||||
li(class=title=='API Browser'?'active':undefined)
|
||||
a(href='/api') API Browser
|
||||
li(class=title=='API Examples'?'active':undefined)
|
||||
a(href='/api') API Examples
|
||||
li(class=title=='Contact'?'active':undefined)
|
||||
a(href='/contact') Contact
|
||||
ul.nav.navbar-nav.navbar-right
|
||||
|
Reference in New Issue
Block a user