ditch Pro and unify servers in menu

This commit is contained in:
Matt Hill
2023-07-30 21:31:36 -06:00
parent cb82dc2132
commit c7548ddbc3
2 changed files with 4 additions and 13 deletions

View File

@@ -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",

View File

@@ -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: {