diff --git a/site/.gitignore b/site/.gitignore index 40b67f41a7..8e87a0799b 100644 --- a/site/.gitignore +++ b/site/.gitignore @@ -2,4 +2,5 @@ resources/ node_modules/ package-lock.json -.hugo_build.lock \ No newline at end of file +.hugo_build.lock +dist/ diff --git a/site/assets/scss/_styles_project.scss b/site/assets/scss/_styles_project.scss index 3b9578044f..f2765281f2 100644 --- a/site/assets/scss/_styles_project.scss +++ b/site/assets/scss/_styles_project.scss @@ -1,3 +1,8 @@ +// Import Bootstrap variables and mixins +@import "../../node_modules/bootstrap/scss/functions"; +@import "../../node_modules/bootstrap/scss/variables"; +@import "../../node_modules/bootstrap/scss/mixins"; + // Custom theme colors and variables $primary: #9333EA; $secondary: #4F46E5; diff --git a/site/content/en/tools/benchmark-report-explorer/index.md b/site/content/en/tools/benchmark-report-explorer/index.md new file mode 100644 index 0000000000..e250d8d753 --- /dev/null +++ b/site/content/en/tools/benchmark-report-explorer/index.md @@ -0,0 +1,48 @@ +--- +title: "Performance Benchmark Report Explorer" +description: "Envoy Gateway Performance Benchmark Report Explorer Tool" +type: "tools" +includeBenchmark: true +--- + + + +
+ Explore benchmark results from Envoy Gateway Releleases. The test code is open source and available for you to run and contribute to. +
+Curious to learn more? Join the conversation in #gateway-users channel in Envoy Slack