[

{
  "label":        "Tr8n Engine Sections",
  "description":  "Sitemap section title",
  "enabled":      true,
  "splitters":    [[0, 3], [4, 5], [6, -1]],
  "link":         "/tr8n/home",    
  "source":       "root",
  "sections": [
      {"label": "Home", "description": "Tr8n section title", "link": "/tr8n/home", "sources": ["tr8n/home/index"]},
      {"label": "Dashboard", "description": "Tr8n section title", "link": "/tr8n/dashboard", "sources": ["tr8n/dashboard/index"]},
      {"label": "Translations", "description": "Tr8n section title", "link": "/tr8n/translations", "sources": ["tr8n/translations/index"]},
      {"label": "Site Map", "description": "Tr8n section title", "link": "/tr8n/phrases/map", "sources": ["tr8n/phrases/map"]},
      {"label": "Phrases", "description": "Tr8n section title", "link": "/tr8n/phrases", "sources": ["tr8n/phrases/index"], "sections": [
         {"label": "Phrase View", "description": "Tr8n section title", "object":{"class":"Tr8n::TranslationKey", "param":"translation_key_id", "method":"label"}, "sources": ["tr8n/phrases/view"]}
      ]},
      {"label": "Discussions", "description": "Tr8n section title", "link": "/tr8n/forum", "sources": ["tr8n/forum/index"], "sections": [
         {"label": "Topic View", "description": "Tr8n section title", "object":{"class":"Tr8n::LanguageForumTopic", "param":"topic_id", "method":"topic"}, "sources": ["tr8n/forum/topic"]}
      ]},
      {"label": "Awards", "description": "Tr8n section title", "link": "/tr8n/awards", "sources": ["tr8n/awards/index"]},
      {"label": "Glossary", "description": "Tr8n section title", "link": "/tr8n/glossary", "sources": ["tr8n/glossary/index"]},
      {"label": "Help", "desc": "Tr8n section title", "link": "/tr8n/help", "sources": ["tr8n/help/index"]},
      {"label": "Language Management", "desc": "Tr8n section title", "sources": ["tr8n/language/index"]}
  ]
},
{
  "label":        "Other Translatable Resources",
  "description":  "Sitemap section title",
  "enabled":      true,
  "splitters":    [[0, 0], [1, 2], [3, -1]],
  "sections": [
      {"label": "Language Translations Features", "sources": [], "sections": [
          {"label": "Selector Window", "description": "",  "sources": ["tr8n/language/select"]},
          {"label": "Translator Window", "description": "",  "sources": ["tr8n/language/translate"]}
      ]},
      {"label": "Flash Notices", "sources": ["FlashNotice"], "sections": []},
      {"label": "Flash Errors", "sources": ["FlashError"], "sections": []},
      {"label": "Login Page", "sources": ["tr8n/login/index"], "sections": []},
      {"label": "Logout Page", "sources": ["tr8n/login/out"], "sections": []}
  ]
}

]