inital version of document urls

This commit is contained in:
j 2014-01-17 13:49:11 +00:00
commit 880aa60945
9 changed files with 76 additions and 24 deletions

View file

@ -378,7 +378,7 @@ pandora.URL = (function() {
getPart: pandora.getPart,
getSpan: pandora.getSpan,
pages: [].concat(
['home', 'software', 'api', 'help', 'tv'],
['home', 'software', 'api', 'help', 'tv', 'documents'],
pandora.site.sitePages.map(function(page) {
return page.id;
}),