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) {
|
exports.getApi = function(req, res) {
|
||||||
res.render('api/index', {
|
res.render('api/index', {
|
||||||
title: 'API Browser'
|
title: 'API Examples'
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
extends ../layout
|
extends ../layout
|
||||||
|
|
||||||
block content
|
block content
|
||||||
h2 API Browser
|
h2 API Examples
|
||||||
|
|
||||||
ol
|
ol
|
||||||
li
|
li
|
||||||
|
@ -11,8 +11,8 @@
|
|||||||
ul.nav.navbar-nav
|
ul.nav.navbar-nav
|
||||||
li(class=title=='Home'?'active':undefined)
|
li(class=title=='Home'?'active':undefined)
|
||||||
a(href='/') Home
|
a(href='/') Home
|
||||||
li(class=title=='API Browser'?'active':undefined)
|
li(class=title=='API Examples'?'active':undefined)
|
||||||
a(href='/api') API Browser
|
a(href='/api') API Examples
|
||||||
li(class=title=='Contact'?'active':undefined)
|
li(class=title=='Contact'?'active':undefined)
|
||||||
a(href='/contact') Contact
|
a(href='/contact') Contact
|
||||||
ul.nav.navbar-nav.navbar-right
|
ul.nav.navbar-nav.navbar-right
|
||||||
|
Reference in New Issue
Block a user