Skip to content

Commit 9233241

Browse files
Merge branch 'master' into handbook-migration
2 parents 0d7f1de + 4d8673d commit 9233241

6 files changed

Lines changed: 18 additions & 4 deletions

File tree

gatsby-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* eslint-env node */
22

33
const isProduction = process.env.NODE_ENV === "production";
4-
const isFullSiteBuild = process.env.BUILD_FULL_SITE !== "false";
4+
const isFullSiteBuild = process.env.BUILD_FULL_SITE === "true";
55
const HEAVY_COLLECTIONS = ["members", "integrations"];
66
const collectionIgnoreGlobs = isFullSiteBuild
77
? []

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "layer5",
2+
"name": "Layer5",
33
"description": "Our cloud native application and infrastructure management software enables organizations to expect more from their infrastructure. At Layer5, we believe collaboration enables innovation, and infrastructure enables collaboration",
44
"version": "1.0.0",
55
"private": true,
@@ -10,9 +10,9 @@
1010
"url": "https://layer5.io"
1111
},
1212
"scripts": {
13-
"build": "cross-env NODE_OPTIONS=--max-old-space-size=8192 gatsby build",
13+
"build": "cross-env BUILD_FULL_SITE=true NODE_OPTIONS=--max-old-space-size=8192 gatsby build",
1414
"clean": "gatsby clean && rimraf node_modules",
15-
"develop": "cross-env NODE_OPTIONS=--max-old-space-size=8192 env-cmd -f .env.development gatsby develop",
15+
"develop": "cross-env BUILD_FULL_SITE=true NODE_OPTIONS=--max-old-space-size=8192 env-cmd -f .env.development gatsby develop",
1616
"develop:lite": "cross-env BUILD_FULL_SITE=false NODE_OPTIONS=--max-old-space-size=8192 env-cmd -f .env.development gatsby develop",
1717
"dev": "npm run develop",
1818
"start": "npm run develop",
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

src/collections/integrations/aws-eks-controller/index.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,12 @@ components: [
7474
"colorIcon": "icons/components/iam-role-selector/icons/color/iam-role-selector-color.svg",
7575
"whiteIcon": "icons/components/iam-role-selector/icons/white/iam-role-selector-white.svg",
7676
"description": "",
77+
},
78+
{
79+
"name": "capability",
80+
"colorIcon": "icons/components/capability/icons/color/capability-color.svg",
81+
"whiteIcon": "icons/components/capability/icons/white/capability-white.svg",
82+
"description": "",
7783
}]
7884
featureList: [
7985
"Simplifies Kubernetes cluster creation and management",

src/collections/integrations/metallb/index.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,12 @@ components: [
6868
"colorIcon": "icons/components/configuration-state/icons/color/configuration-state-color.svg",
6969
"whiteIcon": "icons/components/configuration-state/icons/white/configuration-state-white.svg",
7070
"description": "",
71+
},
72+
{
73+
"name": "configuration-state",
74+
"colorIcon": "icons/components/configuration-state/icons/color/configuration-state-color.svg",
75+
"whiteIcon": "icons/components/configuration-state/icons/white/configuration-state-white.svg",
76+
"description": "",
7177
}]
7278
featureList: [
7379
"Provides external IP addresses to Kubernetes services",

0 commit comments

Comments
 (0)