Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: globals/sitemap.py

Issue 29526635: Issue 5566 - Move 'Get Whitelisted' page out of 'Solutions' (Closed) Base URL: https://hg.adblockplus.org/web.acceptableads.com
Patch Set: Rebase and update urls Created Aug. 25, 2017, 2:43 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | includes/index/who-benefits/ad-networks.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: globals/sitemap.py
===================================================================
--- a/globals/sitemap.py
+++ b/globals/sitemap.py
@@ -16,25 +16,25 @@
# Used to generate #primary-navigation and #breadcrumbs
# level 1 - ["$PAGE_NAME", "$PAGE_TITLE", [$PAGE_CHILDREN]]
# level 2 - ["$PAGE_NAME", "$PAGE_TITLE"]
sitemap = [
["about/index", "<span class='no-wrap-mobile'>What are <fix>Acceptable Ads</fix>?</span>", [
["about/criteria", "Criteria"],
- ["about/best-practices", "Best Practices"]
+ ["about/best-practices", "Best Practices"],
]],
["solutions/index", "Solutions",[
["solutions/publishers", "Publishers"],
["solutions/ad-networks", "Ad Networks"],
["solutions/advertisers", "Advertisers"],
["solutions/ad-tech-suppliers", "Ad-Tech Suppliers"],
- ["solutions/get-whitelisted/index", "Get whitelisted"]
]],
+ ["get-whitelisted/index", "Get whitelisted", []],
["users", "Users", []],
["committee/index", "Committee", [
["committee/apply", "Apply"],
["committee/members", "Members"],
["committee/documents", "Documents"],
]],
["blog/index", "Blog", []],
]
« no previous file with comments | « no previous file | includes/index/who-benefits/ad-networks.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld