Update sitemap to avoid redirects

This commit is contained in:
Andrew Miner
2015-02-09 22:21:05 -08:00
parent 7da757bec8
commit 52559e70b6
3 changed files with 1629 additions and 1466 deletions
+2 -2
View File
@@ -35,10 +35,10 @@ base = 'http://crafting-guide.com'
urls = [ base ]
for slug in _.keys(modSlugs).sort()
urls.push base + "/mod/#{slug}"
urls.push base + "#mod/#{slug}"
for slug in _.keys(itemSlugs).sort()
urls.push base + "/item/#{slug}"
urls.push base + "#item/#{slug}"
for url in urls
console.log url
+16 -1
View File
@@ -63,4 +63,19 @@ from this wiki to CraftingGuide as well. I'd be happy to do the work of adding
sure there are no objections first!
Thanks!
~~~~
~~~~
########################################################################################################################
Crafting Guide—the ultimate step-by-step guide for Minecraft—Now with item detail pages!
I just pushed up another big update! This one adds detail pages for each item from each mod. These detail pages show:
* the item's basic information (name, icon, ...)
* a link to the item's full crafting plan
* the list of all recipes for that item
* the list of all items it can be used to make
* the list of all similar items
All of this gives you an extensive reference of related items and recipes. Check it out by seeing what you can do with
a [Diamond](http://crafting-guide.com/item/diamond)!
+1611 -1463
View File
File diff suppressed because it is too large Load Diff