navigation.json 272 B

1234567891011121314
  1. {
  2. "nav_order": ["index", "source"],
  3. "nav_elements": {
  4. "index": {
  5. "link_text": "home",
  6. "urlfor": "index"
  7. },
  8. "source": {
  9. "link_text": "Ver código fuente",
  10. "urlfor": "source"
  11. }
  12. }
  13. }