add benchmarks page
This commit is contained in:
parent
e23f69fc4e
commit
d677480f9b
21 changed files with 186 additions and 15 deletions
|
|
@ -10,6 +10,7 @@ module.exports = function(grunt) {
|
|||
var guideLayout = "guide"
|
||||
var guide = [
|
||||
"auto-redrawing",
|
||||
"benchmarks",
|
||||
"community",
|
||||
"compiling-templates",
|
||||
"comparison",
|
||||
|
|
@ -21,7 +22,7 @@ module.exports = function(grunt) {
|
|||
"refactoring",
|
||||
"routing",
|
||||
"tools",
|
||||
"web-services"
|
||||
"web-services",
|
||||
]
|
||||
var apiLayout = "api"
|
||||
var api = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue