config.json 853 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "locale": "en",
  3. "navbar": {
  4. "title": "my_site",
  5. "logo": {
  6. "alt": "my_site logo",
  7. "url": ""
  8. },
  9. "home_url": "/",
  10. "items": [
  11. {
  12. "url": "/doc1/",
  13. "label": "Doc1",
  14. "position": "left"
  15. }
  16. ]
  17. },
  18. "footer":{
  19. "top":[
  20. {
  21. "label": "",
  22. "items": [
  23. {
  24. "label": "",
  25. "url": "#",
  26. "target": "_blank"
  27. }
  28. ]
  29. }
  30. ],
  31. "bottom": [
  32. {
  33. "label": "Generated by teedoc",
  34. "url": "https://github.com/teedoc/teedoc",
  35. "target": "_blank"
  36. }
  37. ]
  38. }
  39. }