This repository has been archived by the owner on Mar 1, 2024. It is now read-only.
generated from mintlify/starter
-
Notifications
You must be signed in to change notification settings - Fork 1
/
mint.json
86 lines (86 loc) · 1.83 KB
/
mint.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"$schema": "https://mintlify.com/schema.json",
"name": "Wyvern AI",
"logo": {
"dark": "/wyvern_logo.jpg",
"light": "/wyvern_logo.jpg"
},
"favicon": "/wyvern_logo.jpg",
"colors": {
"primary": "#9563FF",
"light": "#AE87FF",
"dark": "#0D001D",
"background": {
"dark": "#090014"
},
"anchors": {
"from": "#FF7F57",
"to": "#9563FF"
}
},
"topbarLinks": [
{
"name": "Join Slack",
"url": "https://join.slack.com/t/wyvernai/shared_invite/zt-22nu62m6f-duK46NyhIINsdjKJct1hqg"
},
{
"name": "Github",
"url": "https://github.com/Wyvern-AI/wyvern"
}
],
"topbarCtaButton": {
"name": "Wyvern Cloud",
"url": "https://www.wyvern.ai/"
},
"navigation": [
{
"group": "Overview",
"pages": ["what", "why"]
},
{
"group": "Get Started",
"pages": ["quickstart", "cli"]
},
{
"group": "Wyvern ML Pipeline",
"pages": [
"wyvern_application",
"ml_pipeline",
"data_hydration",
"ml_features",
"model_service",
"wyvern_pipeline",
"business_logic",
"logging_events",
"experimentation",
"observability",
"configurations"
]
},
{
"group": "Wyvern Feature Engineering",
"pages": [
"feature_engineering_overview",
"feature_registry",
"feature_serving",
"materialization",
"feature_logging",
"training_data",
"access_to_log_events"
]
},
{
"group": "Advanced",
"pages": ["sdk_ref", "changelogs"]
}
],
"footerSocials": {
"github": "https://github.com/Wyvern-AI/wyvern",
"linkedin": "https://www.linkedin.com/company/95726232"
},
"feedback": {
"thumbsRating": true,
"suggestEdit": true,
"raiseIssue": true
}
}