Skip to content

Commit 6dd9e44

Browse files
committed
docs: add website navigation, fix download links
1 parent b23b4bf commit 6dd9e44

1 file changed

Lines changed: 10 additions & 4 deletions

File tree

docs/docs.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,8 @@
183183
"icon": "github"
184184
},
185185
{
186-
"anchor": "Releases",
187-
"href": "https://github.com/TableProApp/TablePro/releases",
186+
"anchor": "Download",
187+
"href": "https://tablepro.app/download",
188188
"icon": "download"
189189
},
190190
{
@@ -202,10 +202,15 @@
202202
},
203203
"logo": {
204204
"light": "/logo/logo.png",
205-
"dark": "/logo/logo.png"
205+
"dark": "/logo/logo.png",
206+
"href": "https://tablepro.app"
206207
},
207208
"navbar": {
208209
"links": [
210+
{
211+
"label": "Website",
212+
"href": "https://tablepro.app"
213+
},
209214
{
210215
"label": "Support",
211216
"href": "mailto:datlechin@gmail.com"
@@ -214,7 +219,7 @@
214219
"primary": {
215220
"type": "button",
216221
"label": "Download",
217-
"href": "https://github.com/TableProApp/TablePro/releases"
222+
"href": "https://tablepro.app/download"
218223
}
219224
},
220225
"contextual": {
@@ -230,6 +235,7 @@
230235
},
231236
"footer": {
232237
"socials": {
238+
"website": "https://tablepro.app",
233239
"github": "https://github.com/TableProApp/TablePro",
234240
"discord": "https://discord.gg/hCNmUUbnD4",
235241
"telegram": "https://t.me/tablepro_app"

0 commit comments

Comments
 (0)