Skip to content

Commit 002a789

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

2 files changed

Lines changed: 94 additions & 0 deletions

File tree

.DS_Store

8 KB
Binary file not shown.

gitbook/mint.json

Lines changed: 94 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,94 @@
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+
"navigation": [
26+
{
27+
"group": "",
28+
"pages": ["gitbook/README"]
29+
},
30+
{
31+
"group": "Getting Started",
32+
"pages": [
33+
"gitbook/getting-started/installation",
34+
"gitbook/getting-started/basic-usage",
35+
"gitbook/getting-started/typed-caching"
36+
]
37+
},
38+
{
39+
"group": "Core Features",
40+
"pages": [
41+
"gitbook/features/cache-management",
42+
"gitbook/features/ttl-expiration",
43+
"gitbook/features/auto-refetch",
44+
"gitbook/features/source-functions",
45+
"gitbook/features/eviction-policies",
46+
"gitbook/features/pattern-matching"
47+
]
48+
},
49+
{
50+
"group": "Advanced Features",
51+
"pages": [
52+
"gitbook/advanced/tag-invalidation",
53+
"gitbook/advanced/dependency-tracking",
54+
"gitbook/advanced/event-system",
55+
"gitbook/advanced/middleware",
56+
"gitbook/advanced/persistent-storage",
57+
"gitbook/advanced/resource-management",
58+
"gitbook/advanced/serialization-adapters",
59+
"gitbook/advanced/type-validation"
60+
]
61+
},
62+
{
63+
"group": "API Reference",
64+
"pages": [
65+
"gitbook/api/run-cache",
66+
"gitbook/api/storage-adapters",
67+
"gitbook/api/events",
68+
"gitbook/api/types",
69+
"gitbook/api/typed-cache-interface",
70+
"gitbook/api/serialization-system"
71+
]
72+
},
73+
{
74+
"group": "Guides",
75+
"pages": [
76+
"gitbook/guides/best-practices",
77+
"gitbook/guides/performance",
78+
"gitbook/guides/debugging",
79+
"gitbook/guides/migration-guide"
80+
]
81+
},
82+
{
83+
"group": "Resources",
84+
"pages": [
85+
"gitbook/resources/faq",
86+
"gitbook/resources/contributing",
87+
"gitbook/resources/license"
88+
]
89+
}
90+
],
91+
"footerSocials": {
92+
"github": "https://github.com/helloscoopa/run-cache"
93+
}
94+
}

0 commit comments

Comments
 (0)