Skip to content

Commit 9ab692d

Browse files
committed
chore: Move anchor links to the footer
1 parent edfb963 commit 9ab692d

File tree

1 file changed

+31
-28
lines changed

1 file changed

+31
-28
lines changed

docs.json

Lines changed: 31 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -129,31 +129,7 @@
129129
}
130130
]
131131
}
132-
],
133-
"global": {
134-
"anchors": [
135-
{
136-
"anchor": "Support",
137-
"href": "https://github.com/orgs/RequestNetwork/discussions",
138-
"icon": "comment-dots"
139-
},
140-
{
141-
"anchor": "Status",
142-
"href": "https://status.request.network",
143-
"icon": "signal"
144-
},
145-
{
146-
"anchor": "Community",
147-
"href": "https://discord.com/invite/FsVAR3ny3f",
148-
"icon": "discord"
149-
},
150-
{
151-
"anchor": "Blog",
152-
"href": "https://request.network/blog",
153-
"icon": "newspaper"
154-
}
155-
]
156-
}
132+
]
157133
},
158134
"logo": {
159135
"light": "/logo/light.svg",
@@ -163,8 +139,8 @@
163139
"navbar": {
164140
"links": [
165141
{
166-
"label": "Get in touch",
167-
"href": "https://bz0u5kkw58i.typeform.com/to/mELk8WLC"
142+
"label": "Support",
143+
"href": "https://github.com/orgs/RequestNetwork/discussions"
168144
}
169145
],
170146
"primary":
@@ -193,6 +169,33 @@
193169
"github": "https://github.com/RequestNetwork",
194170
"linkedin": "https://www.linkedin.com/company/request-network",
195171
"bluesky": "https://bsky.app/profile/requestnetwork.bsky.social"
196-
}
172+
},
173+
"links": [
174+
{
175+
"items": [
176+
{
177+
"label": "Website",
178+
"href": "https://request.network"
179+
},
180+
{
181+
"label": "Community",
182+
"href": "https://discord.com/invite/FsVAR3ny3f"
183+
},
184+
{
185+
"label": "Scan",
186+
"href": "https://scan.request.network"
187+
},
188+
{
189+
"label": "Status",
190+
"href": "https://status.request.network"
191+
},
192+
{
193+
"label": "Blog",
194+
"href": "https://request.network/blog"
195+
}
196+
]
197+
198+
}
199+
]
197200
}
198201
}

0 commit comments

Comments
 (0)