Skip to content

Commit 4ead974

Browse files
authored
docs: add docs.json (#217)
New fields
1 parent 7196e19 commit 4ead974

1 file changed

Lines changed: 28 additions & 27 deletions

File tree

docs/mint.json renamed to docs/docs.json

Lines changed: 28 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
{
22
"$schema": "https://mintlify.com/schema.json",
3+
"theme": "mint",
34
"name": "typesync",
45
"favicon": "/favicon.svg",
56
"colors": {
67
"primary": "#357470",
78
"light": "#48A77B",
8-
"dark": "#357470",
9-
"anchors": {
10-
"from": "#357470",
11-
"to": "#48A77B"
12-
},
13-
"background": {
9+
"dark": "#357470"
10+
},
11+
"background": {
12+
"color": {
1413
"dark": "#030a08"
1514
}
1615
},
@@ -44,27 +43,29 @@
4443
"url": "https://discord.gg/Hb2HW98DvF"
4544
}
4645
],
47-
"navigation": [
48-
{
49-
"group": "Overview",
50-
"pages": ["introduction", "installation", "quickstart", "upgrading"]
51-
},
52-
{
53-
"group": "Schema",
54-
"pages": ["schema/definition", "schema/types"]
55-
},
56-
{
57-
"group": "CLI Reference",
58-
"pages": [
59-
"cli/generate-ts",
60-
"cli/generate-swift",
61-
"cli/generate-py",
62-
"cli/generate-rules",
63-
"cli/generate-graph",
64-
"cli/validate"
65-
]
66-
}
67-
],
46+
"navigation": {
47+
"groups": [
48+
{
49+
"group": "Overview",
50+
"pages": ["introduction", "installation", "quickstart", "upgrading"]
51+
},
52+
{
53+
"group": "Schema",
54+
"pages": ["schema/definition", "schema/types"]
55+
},
56+
{
57+
"group": "CLI Reference",
58+
"pages": [
59+
"cli/generate-ts",
60+
"cli/generate-swift",
61+
"cli/generate-py",
62+
"cli/generate-rules",
63+
"cli/generate-graph",
64+
"cli/validate"
65+
]
66+
}
67+
]
68+
},
6869
"footerSocials": {
6970
"discord": "https://discord.gg/Hb2HW98DvF",
7071
"github": "https://github.com/kafkas/typesync"

0 commit comments

Comments
 (0)