|
2 | 2 | "metadata": { |
3 | 3 | "name": "Lito docs", |
4 | 4 | "description": "A comprehensive demo of Lito - the open-source Mintlify alternative", |
5 | | - "version": "0.4.0" |
| 5 | + "version": "0.6.0" |
6 | 6 | }, |
7 | 7 | "branding": { |
8 | 8 | "favicon": "/fire-favicon.svg", |
9 | 9 | "logo": { |
10 | | - "src": "/logo.svg", |
| 10 | + "light": "/logo.svg", |
| 11 | + "dark": "/logo.svg", |
11 | 12 | "href": "/" |
12 | 13 | }, |
13 | 14 | "colors": { |
|
287 | 288 | "icon": "🚀" |
288 | 289 | } |
289 | 290 | ] |
| 291 | + }, |
| 292 | + "footer": { |
| 293 | + "layout": "full", |
| 294 | + "tagline": "Beautiful documentation sites from Markdown. Fast, simple, and open-source.", |
| 295 | + "copyright": "© {year} Lito. All rights reserved.", |
| 296 | + "showBranding": true, |
| 297 | + "showVersion": true, |
| 298 | + "socials": { |
| 299 | + "github": "https://github.com/Lito-docs", |
| 300 | + "twitter": "https://twitter.com/litodocs", |
| 301 | + "discord": "https://discord.gg/litodocs" |
| 302 | + }, |
| 303 | + "links": [ |
| 304 | + { |
| 305 | + "title": "Product", |
| 306 | + "items": [ |
| 307 | + { "label": "Documentation", "href": "/introduction" }, |
| 308 | + { "label": "Components", "href": "/reference/components" }, |
| 309 | + { "label": "Changelog", "href": "/changelog" } |
| 310 | + ] |
| 311 | + }, |
| 312 | + { |
| 313 | + "title": "Resources", |
| 314 | + "items": [ |
| 315 | + { "label": "Getting Started", "href": "/getting-started/installation" }, |
| 316 | + { "label": "CLI Reference", "href": "/reference/cli-commands" }, |
| 317 | + { "label": "Configuration", "href": "/reference/configuration" } |
| 318 | + ] |
| 319 | + }, |
| 320 | + { |
| 321 | + "title": "Community", |
| 322 | + "items": [ |
| 323 | + { "label": "GitHub", "href": "https://github.com/Lito-docs", "external": true }, |
| 324 | + { "label": "Discord", "href": "https://discord.gg/litodocs", "external": true }, |
| 325 | + { "label": "Twitter", "href": "https://twitter.com/litodocs", "external": true } |
| 326 | + ] |
| 327 | + } |
| 328 | + ], |
| 329 | + "bottomLinks": [ |
| 330 | + { "label": "Privacy Policy", "href": "/privacy" }, |
| 331 | + { "label": "Terms of Service", "href": "/terms" } |
| 332 | + ] |
290 | 333 | } |
291 | 334 | } |
0 commit comments