UNPKG

1.03 kBJavaScriptView Raw
1describe('to do', function () {
2 describe('done', function () {
3 it('initial implementation', done)
4 it('tests', done)
5 it('JS behavior', done)
6 it('account for single level', done)
7 it('custom CSS/JS', done)
8 it('active menu highlight', done)
9 it('syntax highlighting', done)
10 it('custom sass/scss', done)
11 it('sidebar toggle', done)
12 it('link to github', done)
13 it('next/prev', done)
14 })
15
16 describe('css', function () {
17 it('stylus instead of sass', done)
18 it('revisit the way CSS is loaded (custom.scss sucks)', done)
19 it('external css options (docpress.json → css)', done)
20 })
21
22 describe('to do', function () {
23 it('responsive')
24 it('favicon support (assets/favicon.png)')
25 it('google analytics (docpress.json → googleAnalytics)')
26 it('custom head (docpress.json → head)')
27 it('autoscroll the sidebar')
28 it('site name as html class')
29 it('docpress-base version as html class')
30 it('search!')
31 it('meta description')
32 })
33})
34
35function done () {}