config_zh.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. {
  2. "locale": "zh_CN",
  3. "navbar": {
  4. "title": "teedoc",
  5. "logo": {
  6. "alt": "teedoc logo",
  7. "src": "/static/image/logo.png"
  8. },
  9. "home_url": "/",
  10. "items": [
  11. {
  12. "url": "/get_started/zh/",
  13. "label": "安装使用",
  14. "position": "left"
  15. },
  16. {
  17. "url": "/develop/zh/",
  18. "label": "开发",
  19. "position": "left"
  20. },
  21. {
  22. "url": "/blog/",
  23. "label": "博客",
  24. "position": "left"
  25. },
  26. {
  27. "url": "https://github.com/neutree/teedoc",
  28. "label": "github",
  29. "target": "_blank",
  30. "position": "right"
  31. },
  32. {
  33. "id": "language",
  34. "label": "Language: ",
  35. "position": "right",
  36. "type": "language"
  37. }
  38. ]
  39. },
  40. "footer":{
  41. "top":[
  42. {
  43. "label": "链接",
  44. "items": [
  45. {
  46. "label": "网站使用 teedoc 生成",
  47. "url": "https://teedoc.neucrack.com",
  48. "target": "_blank"
  49. },
  50. {
  51. "label": "Copyright © 2021 Neucrack",
  52. "url": "https://neucrack.com",
  53. "target": "_blank"
  54. },
  55. {
  56. "label": "网站地图",
  57. "url": "/sitemap.xml"
  58. }
  59. ]
  60. },
  61. {
  62. "label": "源码",
  63. "items": [
  64. {
  65. "label": "github",
  66. "url": "https://github.com/neutree/teedoc",
  67. "target": "_blank"
  68. },
  69. {
  70. "label": "gitee",
  71. "url": "https://gitee.com/teedoc/teedoc",
  72. "target": "_blank"
  73. },
  74. {
  75. "label": "本网站源文件",
  76. "url": "https://github.com/teedoc/teedoc.github.io",
  77. "target": "_blank"
  78. }
  79. ]
  80. }
  81. ],
  82. "bottom": [
  83. {
  84. "label": "渝ICP备19015320号",
  85. "url": "https://beian.miit.gov.cn",
  86. "target": "_blank"
  87. },
  88. {
  89. "label": "粤公网安备44030602004109号",
  90. "url": "http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=44030602004109",
  91. "target": "_blank"
  92. }
  93. ]
  94. },
  95. "plugins": {
  96. "teedoc-plugin-ad-hint": {
  97. "config": {
  98. "label": "☆",
  99. "content": "这是一个支持国际化的消息示例</br>喜欢项目请<a target=\"_blank\" href=\"https://github.com/teedoc/teedoc\">点下 ☆ star </a>哦~🦀🦀"
  100. }
  101. }
  102. },
  103. "show_source": "编辑本页"
  104. }