123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104 |
- {
- "locale": "zh_CN",
- "navbar": {
- "title": "teedoc",
- "logo": {
- "alt": "teedoc logo",
- "src": "/static/image/logo.png"
- },
- "home_url": "/",
- "items": [
- {
- "url": "/get_started/zh/",
- "label": "安装使用",
- "position": "left"
- },
- {
- "url": "/develop/zh/",
- "label": "开发",
- "position": "left"
- },
- {
- "url": "/blog/",
- "label": "博客",
- "position": "left"
- },
- {
- "url": "https://github.com/neutree/teedoc",
- "label": "github",
- "target": "_blank",
- "position": "right"
- },
- {
- "id": "language",
- "label": "Language: ",
- "position": "right",
- "type": "language"
- }
- ]
- },
- "footer":{
- "top":[
- {
- "label": "链接",
- "items": [
- {
- "label": "网站使用 teedoc 生成",
- "url": "https://teedoc.neucrack.com",
- "target": "_blank"
- },
- {
- "label": "Copyright © 2021 Neucrack",
- "url": "https://neucrack.com",
- "target": "_blank"
- },
- {
- "label": "网站地图",
- "url": "/sitemap.xml"
- }
- ]
- },
- {
- "label": "源码",
- "items": [
- {
- "label": "github",
- "url": "https://github.com/neutree/teedoc",
- "target": "_blank"
- },
- {
- "label": "gitee",
- "url": "https://gitee.com/teedoc/teedoc",
- "target": "_blank"
- },
- {
- "label": "本网站源文件",
- "url": "https://github.com/teedoc/teedoc.github.io",
- "target": "_blank"
- }
- ]
- }
- ],
- "bottom": [
- {
- "label": "渝ICP备19015320号",
- "url": "https://beian.miit.gov.cn",
- "target": "_blank"
- },
- {
- "label": "粤公网安备44030602004109号",
- "url": "http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=44030602004109",
- "target": "_blank"
- }
- ]
- },
- "plugins": {
- "teedoc-plugin-ad-hint": {
- "config": {
- "label": "☆",
- "content": "这是一个支持国际化的消息示例</br>喜欢项目请<a target=\"_blank\" href=\"https://github.com/teedoc/teedoc\">点下 ☆ star </a>哦~🦀🦀"
- }
- }
- },
- "show_source": "编辑本页"
- }
|