|
1 | 1 | export const DATA = { |
2 | | - name: "Kinotio Docs", |
3 | | - url: "https://docs.kinotio.io", |
| 2 | + name: 'Kinotio Docs', |
| 3 | + url: 'https://docs.kinotio.io', |
4 | 4 | description: |
5 | | - "This platform is dedicated to providing detailed documentation about our products, offering users and developers the necessary insights and guidance to effectively engage with and contribute to our ecosystem.", |
| 5 | + 'This platform is dedicated to providing detailed documentation about our products, offering users and developers the necessary insights and guidance to effectively engage with and contribute to our ecosystem.', |
6 | 6 | social_url: { |
7 | | - github: "https://github.com/kinotio", |
8 | | - discord: "https://discord.gg/cskvbKQA", |
9 | | - linkedin: "https://linkedin.com/company/kinotio", |
10 | | - x: "https://x.com/kinotiodotio", |
| 7 | + github: 'https://github.com/kinotio', |
| 8 | + discord: 'https://discord.gg/cskvbKQA', |
| 9 | + linkedin: 'https://linkedin.com/company/kinotio', |
| 10 | + x: 'https://x.com/kinotiodotio' |
11 | 11 | }, |
12 | | - repo: "https://github.com/kinotio/docs", |
13 | | - doc_repo: "https://github.com/kinotio/docs/tree/main", |
14 | | - keywords: ["Open Source", "Documentation", "API", "Guides", "Tutorials"], |
| 12 | + repo: 'https://github.com/kinotio/docs', |
| 13 | + doc_repo: 'https://github.com/kinotio/docs/tree/main', |
| 14 | + keywords: ['Open Source', 'Documentation', 'API', 'Guides', 'Tutorials'], |
15 | 15 | color: { |
16 | 16 | gradient: { |
17 | | - from: "#6048e7", |
18 | | - to: "#56d49e", |
| 17 | + from: '#6048e7', |
| 18 | + to: '#56d49e' |
19 | 19 | }, |
20 | 20 | base: { |
21 | | - dark: "#000000", |
22 | | - light: "#ffffff", |
23 | | - }, |
| 21 | + dark: '#000000', |
| 22 | + light: '#ffffff' |
| 23 | + } |
24 | 24 | }, |
25 | 25 | navbar: [ |
26 | 26 | { |
27 | | - href: "docs", |
28 | | - name: "Docs", |
29 | | - }, |
| 27 | + href: 'docs', |
| 28 | + name: 'Docs' |
| 29 | + } |
30 | 30 | ], |
31 | 31 | footer: { |
32 | 32 | contact: [ |
33 | 33 | { |
34 | | - icon: "Mail", |
35 | | - href: "mailto:contact@kinotio.io", |
36 | | - label: "contact@kinotio.io", |
37 | | - }, |
| 34 | + icon: 'Mail', |
| 35 | + href: 'mailto:contact@kinotio.io', |
| 36 | + label: 'contact@kinotio.io' |
| 37 | + } |
38 | 38 | ], |
39 | 39 | help: [ |
40 | 40 | { |
41 | | - href: "#faq", |
42 | | - name: "FAQ", |
43 | | - }, |
| 41 | + href: '#faq', |
| 42 | + name: 'FAQ' |
| 43 | + } |
44 | 44 | ], |
45 | 45 | socials: [ |
46 | 46 | { |
47 | | - icon: "Github", |
48 | | - href: "https://github.com/kinotio", |
49 | | - name: "github", |
| 47 | + icon: 'Github', |
| 48 | + href: 'https://github.com/kinotio', |
| 49 | + name: 'github' |
50 | 50 | }, |
51 | 51 | { |
52 | | - icon: "X", |
53 | | - href: "https://x.com/kinotiodotio", |
54 | | - label: "X", |
| 52 | + icon: 'X', |
| 53 | + href: 'https://x.com/kinotiodotio', |
| 54 | + label: 'X' |
55 | 55 | }, |
56 | 56 | { |
57 | | - icon: "Linkedin", |
58 | | - href: "https://linkedin.com/company/kinotio", |
59 | | - label: "LinkedIn", |
| 57 | + icon: 'Linkedin', |
| 58 | + href: 'https://linkedin.com/company/kinotio', |
| 59 | + label: 'LinkedIn' |
60 | 60 | }, |
61 | 61 | { |
62 | | - icon: "MessageCircle", |
63 | | - href: "https://discord.gg/cskvbKQA", |
64 | | - label: "Discord", |
65 | | - }, |
66 | | - ], |
| 62 | + icon: 'MessageCircle', |
| 63 | + href: 'https://discord.gg/cskvbKQA', |
| 64 | + label: 'Discord' |
| 65 | + } |
| 66 | + ] |
67 | 67 | }, |
68 | 68 | trustedBy: [ |
69 | 69 | { |
70 | | - icon: "Crown", |
71 | | - name: "Your company", |
| 70 | + icon: 'Crown', |
| 71 | + name: 'Your company' |
72 | 72 | }, |
73 | 73 | { |
74 | | - icon: "Crown", |
75 | | - name: "Your company", |
| 74 | + icon: 'Crown', |
| 75 | + name: 'Your company' |
76 | 76 | }, |
77 | 77 | { |
78 | | - icon: "Crown", |
79 | | - name: "Your company", |
| 78 | + icon: 'Crown', |
| 79 | + name: 'Your company' |
80 | 80 | }, |
81 | 81 | { |
82 | | - icon: "Crown", |
83 | | - name: "Your company", |
84 | | - }, |
| 82 | + icon: 'Crown', |
| 83 | + name: 'Your company' |
| 84 | + } |
85 | 85 | ], |
86 | 86 | faq: [ |
87 | 87 | { |
88 | | - question: "What is this documentation site for?", |
| 88 | + question: 'What is this documentation site for?', |
89 | 89 | answer: |
90 | | - "This site provides comprehensive documentation for Kinotio products, offering insights and guidance for users and developers to effectively engage with and contribute to our ecosystem.", |
| 90 | + 'This site provides comprehensive documentation for Kinotio products, offering insights and guidance for users and developers to effectively engage with and contribute to our ecosystem.' |
91 | 91 | }, |
92 | 92 | { |
93 | | - question: "How can I contribute to the documentation?", |
| 93 | + question: 'How can I contribute to the documentation?', |
94 | 94 | answer: |
95 | | - "You can contribute by visiting our GitHub repository, where you can submit issues or pull requests with your suggested changes or additions.", |
| 95 | + 'You can contribute by visiting our GitHub repository, where you can submit issues or pull requests with your suggested changes or additions.' |
96 | 96 | }, |
97 | 97 | { |
98 | | - question: "Where can I find the API documentation?", |
| 98 | + question: 'Where can I find the API documentation?', |
99 | 99 | answer: |
100 | | - "The API documentation is available under the 'Docs' section of this site. You can navigate to it using the top navigation bar.", |
| 100 | + "The API documentation is available under the 'Docs' section of this site. You can navigate to it using the top navigation bar." |
101 | 101 | }, |
102 | 102 | { |
103 | | - question: "How often is the documentation updated?", |
| 103 | + question: 'How often is the documentation updated?', |
104 | 104 | answer: |
105 | | - "The documentation is regularly updated to reflect the latest changes and improvements in our products. Check the 'Changelog' section for recent updates.", |
106 | | - }, |
107 | | - ], |
108 | | -}; |
| 105 | + "The documentation is regularly updated to reflect the latest changes and improvements in our products. Check the 'Changelog' section for recent updates." |
| 106 | + } |
| 107 | + ] |
| 108 | +} |
0 commit comments