by_slug: {
          map: function (doc) {
            if (doc.type == 'Page' && doc.slug) {
              emit(doc.slug, doc);
            }