Skip to content

Instantly share code, notes, and snippets.

@groovecoder
Created December 4, 2014 22:44
Show Gist options
  • Save groovecoder/1e0514478f01bbbb9eb7 to your computer and use it in GitHub Desktop.
Save groovecoder/1e0514478f01bbbb9eb7 to your computer and use it in GitHub Desktop.
DEVMO_LINKS = {
'zones': {'slug': 'Zones', 'title': 'Zones'},
'addons': {'slug': 'Mozilla/Add-ons', 'title': 'Add-ons'},
'apps': {'slug': 'Apps', 'title': 'App Center'},
'firefox': {'slug': 'Firefox', 'title': 'Firefox'},
'marketplace': {'slug': 'Mozilla/Marketplace', 'title': 'Firefox Marketplace'},
'firefox-os': {'slug': 'Firefox_OS', 'title': 'Firefox OS'},
'persona': {'slug': 'Persona', 'title': 'Persona'},
'html': {'slug': 'Web/HTML', 'title': 'HTML'},
'css': {'slug': 'Web/CSS', 'title': 'CSS'},
'javascript': {'slug': 'Web/JavaScript', 'title': 'JavaScript'},
'graphics': {'slug': 'Web/Guide/Graphics', 'title': 'Graphics'},
'api': {'slug': 'Web/API', 'title': 'APIs / DOM'},
'webapps': {'slug': 'Web/Apps', 'title': 'Apps'},
'mathml': {'slug': 'Web/MathML', 'title': 'MathML'},
'tutorials': {'slug': 'Web/Tutorials', 'title': 'Tutorials'},
'references': {'slug': 'Web/Reference', 'title': 'References'},
'guides': {'slug': 'Web/Guide', 'title': 'Developer Guides'},
'accessibility': {'slug': 'Web/Accessibility', 'title': 'Accessibility'},
'moredocs': {'slug': 'Web', 'title': '...more docs'},
'tools': {'slug': 'Tools', 'title': 'Tools'},
'connect': {'slug': 'Mozilla/Connect', 'title': 'Connect'},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment