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,
|
"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",
|
||||||
|
|||||||
@@ -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: {
|
||||||
|
|||||||
Reference in New Issue
Block a user