-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.ts
More file actions
16 lines (16 loc) · 937 Bytes
/
index.ts
File metadata and controls
16 lines (16 loc) · 937 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
export const DATA = {
name: 'kinotio: 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.',
url: 'https://docs.kinotio.io',
description:
'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.',
social_url: {
github: 'https://github.com/kinotio',
discord: 'https://discord.gg/cskvbKQA',
linkedin: 'https://linkedin.com/company/kinotio',
x: 'https://x.com/kinotio',
bluesky: 'https://bsky.app/profile/kinotio.io'
},
repo: 'https://github.com/kinotio/docs',
doc_repo: 'https://github.com/kinotio/docs/tree/main',
keywords: ['Open Source', 'Documentation', 'API', 'Guides', 'Tutorials']
}