Skip to content

Commit abe4686

Browse files
committed
Progress on the documentation.
1 parent b48c9b9 commit abe4686

File tree

24 files changed

+543
-673
lines changed

24 files changed

+543
-673
lines changed

Gruntfile.js

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,24 @@ module.exports = function (grunt) {
207207
basic: 3,
208208
advanced: 4
209209
}
210+
},
211+
{
212+
id: 'queries',
213+
title: 'Queries',
214+
docs: ['guide/queries/'],
215+
rank: {
216+
index: 1,
217+
overview: 2
218+
}
219+
},
220+
{
221+
id: 'adapters',
222+
title: 'Adapters',
223+
docs: ['guide/adapters/'],
224+
rank: {
225+
index: 1,
226+
overview: 2
227+
}
210228
}
211229
]
212230
},

0 commit comments

Comments
 (0)