diff --git a/public/docs/js/latest/guide.jade b/public/docs/js/latest/guide.jade index e69de29bb2..20b27ba287 100644 --- a/public/docs/js/latest/guide.jade +++ b/public/docs/js/latest/guide.jade @@ -0,0 +1,6 @@ +ul + for page, slug in public.docs[current.path[1]][current.path[2]].guide._data + name = page.menuTitle || page.title + selected = current.path[4] == slug ? 'is-selected':'' + if slug != '_listtype' + li #{slug}