123456789101112131415161718192021222324252627282930313233343536373839 |
- {
- "locale": "en",
- "navbar": {
- "title": "my_site",
- "logo": {
- "alt": "my_site logo",
- "url": ""
- },
- "home_url": "/",
- "items": [
- {
- "url": "/doc1/",
- "label": "Doc1",
- "position": "left"
- }
- ]
- },
- "footer":{
- "top":[
- {
- "label": "",
- "items": [
- {
- "label": "",
- "url": "#",
- "target": "_blank"
- }
- ]
- }
- ],
- "bottom": [
- {
- "label": "Generated by teedoc",
- "url": "https://github.com/teedoc/teedoc",
- "target": "_blank"
- }
- ]
- }
- }
|