Skip to content

Commit a700e13

Browse files
committed
docs: add mint.json
1 parent ef81673 commit a700e13

2 files changed

Lines changed: 96 additions & 0 deletions

File tree

.DS_Store

8 KB
Binary file not shown.

gitbook/mint.json

Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,96 @@
1+
{
2+
"$schema": "https://mintlify.com/schema.json",
3+
"name": "RunCache",
4+
"logo": {
5+
"light": "/logo/light.svg",
6+
"dark": "/logo/dark.svg"
7+
},
8+
"favicon": "/favicon.svg",
9+
"colors": {
10+
"primary": "#0D9373",
11+
"light": "#07C983",
12+
"dark": "#0D9373"
13+
},
14+
"topbarLinks": [
15+
{
16+
"name": "GitHub",
17+
"url": "https://github.com/helloscoopa/run-cache"
18+
},
19+
{
20+
"name": "NPM",
21+
"url": "https://www.npmjs.com/package/run-cache"
22+
}
23+
],
24+
"anchors": [],
25+
"redirects": [
26+
{
27+
"source": "/",
28+
"destination": "/getting-started/installation"
29+
}
30+
],
31+
"navigation": [
32+
{
33+
"group": "Getting Started",
34+
"pages": [
35+
"getting-started/installation",
36+
"getting-started/basic-usage",
37+
"getting-started/typed-caching"
38+
]
39+
},
40+
{
41+
"group": "Core Features",
42+
"pages": [
43+
"features/cache-management",
44+
"features/ttl-expiration",
45+
"features/auto-refetch",
46+
"features/source-functions",
47+
"features/eviction-policies",
48+
"features/pattern-matching"
49+
]
50+
},
51+
{
52+
"group": "Advanced Features",
53+
"pages": [
54+
"advanced/tag-invalidation",
55+
"advanced/dependency-tracking",
56+
"advanced/event-system",
57+
"advanced/middleware",
58+
"advanced/persistent-storage",
59+
"advanced/resource-management",
60+
"advanced/serialization-adapters",
61+
"advanced/type-validation"
62+
]
63+
},
64+
{
65+
"group": "API Reference",
66+
"pages": [
67+
"api/run-cache",
68+
"api/storage-adapters",
69+
"api/events",
70+
"api/types",
71+
"api/typed-cache-interface",
72+
"api/serialization-system"
73+
]
74+
},
75+
{
76+
"group": "Guides",
77+
"pages": [
78+
"guides/best-practices",
79+
"guides/performance",
80+
"guides/debugging",
81+
"guides/migration-guide"
82+
]
83+
},
84+
{
85+
"group": "Resources",
86+
"pages": [
87+
"resources/faq",
88+
"resources/contributing",
89+
"resources/license"
90+
]
91+
}
92+
],
93+
"footerSocials": {
94+
"github": "https://github.com/helloscoopa/run-cache"
95+
}
96+
}

0 commit comments

Comments
 (0)