mirror of
https://github.com/Start9Labs/start9.com.git
synced 2026-03-26 10:21:54 +00:00
ditch Pro and unify servers in menu
This commit is contained in:
@@ -76,21 +76,13 @@ module.exports = [
|
||||
"inFooter": true,
|
||||
"items": [
|
||||
{
|
||||
"name": "Server One",
|
||||
"slug": "server-one",
|
||||
"url": site.products.one,
|
||||
"name": "Servers",
|
||||
"slug": "servers",
|
||||
"url": site.products.servers,
|
||||
"target": "_blank",
|
||||
"order": 0,
|
||||
"class": ""
|
||||
},
|
||||
{
|
||||
"name": "Server Pro",
|
||||
"slug": "server-pro",
|
||||
"url": site.products.pro,
|
||||
"target": "_blank",
|
||||
"order": 1,
|
||||
"class": ""
|
||||
},
|
||||
{
|
||||
"name": "Gear",
|
||||
"slug": "gear",
|
||||
|
||||
@@ -8,8 +8,7 @@ module.exports = {
|
||||
products: {
|
||||
buyUrl: 'https://store.start9.com',
|
||||
diyUrl: 'https://docs.start9.com/latest/diy',
|
||||
one: 'https://store.start9.com/products/server-one',
|
||||
pro: 'https://store.start9.com/products/server-pro',
|
||||
servers: 'https://store.start9.com/collections/servers',
|
||||
gear: 'https://store.start9.com/collections/apparel'
|
||||
},
|
||||
bitcoin: {
|
||||
|
||||
Reference in New Issue
Block a user