Skip to content

Commit

Permalink
Merge branch 'layer5io:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
Tharanishwaran authored Jan 15, 2025
2 parents a1aa05d + bcec762 commit b206d70
Show file tree
Hide file tree
Showing 37 changed files with 965 additions and 75 deletions.
2 changes: 2 additions & 0 deletions gatsby-browser.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
import "./fonts.css";
import "slick-carousel/slick/slick.css";
import "slick-carousel/slick/slick-theme.css";

document.addEventListener("DOMContentLoaded", () => {
/** init gtm after 3500 seconds - this could be adjusted */
Expand Down
1 change: 0 additions & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ module.exports = {
},
trailingSlash: "never",
plugins: [
"@mediacurrent/gatsby-plugin-silence-css-order-warning",
{
resolve: "gatsby-plugin-webpack-bundle-analyser-v2",
options: {
Expand Down
10 changes: 0 additions & 10 deletions gatsby-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ const path = require("path");
const slugify = require("./src/utils/slugify");
const { paginate } = require("gatsby-awesome-pagination");
const { createFilePath } = require("gatsby-source-filesystem");
const FilterWarningsPlugin = require("webpack-filter-warnings-plugin");
const config = require("./gatsby-config");
const {
componentsData,
Expand Down Expand Up @@ -733,7 +732,6 @@ exports.createPages = async ({ actions, graphql, reporter }) => {
});

const components = componentsData.map((component) => component.src.replace("/", ""));

const createComponentPages = (createPage, components) => {
const pageTypes = [
{ suffix: "", file: "index.js" },
Expand Down Expand Up @@ -993,14 +991,6 @@ exports.onCreateWebpackConfig = ({ actions, stage, getConfig }) => {
},
},
});
actions.setWebpackConfig({
plugins: [
new FilterWarningsPlugin({
exclude:
/mini-css-extract-plugin[^]*Conflicting order. Following module has been added:/,
}),
],
});

if (stage === "build-javascript") {
const config = getConfig();
Expand Down
13 changes: 7 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"react-scroll": "^1.9.0",
"react-select": "^5.7.4",
"react-share": "^4.4.1",
"react-slick": "^0.29.0",
"react-slick": "^0.30.3",
"react-table": "^7.8.0",
"react-tabs": "^6.0.2",
"react-tooltip": "^5.19.0",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/collections/integrations/capsule-proxy/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ components: [
"colorIcon": "icons/components/proxy-setting/icons/color/proxy-setting-color.svg",
"whiteIcon": "icons/components/proxy-setting/icons/white/proxy-setting-white.svg",
"description": "",
},
{
"name": "global-proxy-settings",
"colorIcon": "icons/components/global-proxy-settings/icons/color/global-proxy-settings-color.svg",
"whiteIcon": "icons/components/global-proxy-settings/icons/white/global-proxy-settings-white.svg",
"description": "",
}]
featureList: [
"Allows to overcome the limitations of Kubernetes API Server on listing owned cluster-scoped resources.",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit b206d70

Please sign in to comment.