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, "inFooter": true,
"items": [ "items": [
{ {
"name": "Server One", "name": "Servers",
"slug": "server-one", "slug": "servers",
"url": site.products.one, "url": site.products.servers,
"target": "_blank", "target": "_blank",
"order": 0, "order": 0,
"class": "" "class": ""
}, },
{
"name": "Server Pro",
"slug": "server-pro",
"url": site.products.pro,
"target": "_blank",
"order": 1,
"class": ""
},
{ {
"name": "Gear", "name": "Gear",
"slug": "gear", "slug": "gear",

View File

@@ -8,8 +8,7 @@ module.exports = {
products: { products: {
buyUrl: 'https://store.start9.com', buyUrl: 'https://store.start9.com',
diyUrl: 'https://docs.start9.com/latest/diy', diyUrl: 'https://docs.start9.com/latest/diy',
one: 'https://store.start9.com/products/server-one', servers: 'https://store.start9.com/collections/servers',
pro: 'https://store.start9.com/products/server-pro',
gear: 'https://store.start9.com/collections/apparel' gear: 'https://store.start9.com/collections/apparel'
}, },
bitcoin: { bitcoin: {