Skip to content

Commit 70f8ef7

Browse files
authored
Merge pull request #10 from n0-computer/b5/add_plausible
chore: add plausible
2 parents ddedf2a + d01d3aa commit 70f8ef7

File tree

1 file changed

+23
-25
lines changed

1 file changed

+23
-25
lines changed

docs.json

Lines changed: 23 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -11,26 +11,26 @@
1111
"navigation": {
1212
"tabs": [
1313
{
14-
"tab": "Docs",
14+
"tab": "Docs",
1515
"groups": [
1616
{
1717
"group": "Getting Started",
1818
"pages": [
1919
"what-is-iroh",
2020
"quickstart",
2121
"examples/examples",
22-
{
23-
"group": "How it works",
24-
"expanded": true,
25-
"pages": [
26-
"concepts/endpoints",
27-
"concepts/tickets",
28-
"concepts/discovery",
29-
"concepts/relays",
30-
"concepts/holepunching",
31-
"concepts/protocols"
32-
]
33-
}
22+
{
23+
"group": "How it works",
24+
"expanded": true,
25+
"pages": [
26+
"concepts/endpoints",
27+
"concepts/tickets",
28+
"concepts/discovery",
29+
"concepts/relays",
30+
"concepts/holepunching",
31+
"concepts/protocols"
32+
]
33+
}
3434
]
3535
},
3636
{
@@ -68,11 +68,7 @@
6868
},
6969
{
7070
"group": "About",
71-
"pages": [
72-
"about/changelog",
73-
"about/roadmap",
74-
"about/faq"
75-
]
71+
"pages": ["about/changelog", "about/roadmap", "about/faq"]
7672
}
7773
]
7874
}
@@ -88,25 +84,27 @@
8884
"label": "Support",
8985
"href": "https://www.iroh.computer/discord"
9086
},
91-
{
92-
"label": "Blog",
93-
"href": "https://iroh.computer/blog"
94-
}
87+
{
88+
"label": "Blog",
89+
"href": "https://iroh.computer/blog"
90+
}
9591
],
96-
92+
9793
"primary": {
9894
"type": "button",
9995
"label": "Login",
10096
"href": "https://n0des.iroh.computer"
10197
}
10298
},
10399
"contextual": {
104-
"options": [
105-
]
100+
"options": []
106101
},
107102
"footer": {
108103
"socials": {
109104
"github": "https://github.com/n0-computer/iroh"
110105
}
106+
},
107+
"integrations": {
108+
"plausible": { "domain": "docs.iroh.computer" }
111109
}
112110
}

0 commit comments

Comments
 (0)