Skip to content

Commit

Permalink
Update spacing in all files
Browse files Browse the repository at this point in the history
Signed-off-by: Nikhil-Ladha <[email protected]>
  • Loading branch information
Nikhil-Ladha committed Jun 30, 2022
1 parent 2ec4d24 commit f6980e7
Show file tree
Hide file tree
Showing 129 changed files with 4,283 additions and 4,283 deletions.
394 changes: 197 additions & 197 deletions gatsby-config.js

Large diffs are not rendered by default.

242 changes: 121 additions & 121 deletions gatsby-node.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion root-wrapper.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { CTA_FullWidth } from "./src/components/Call-To-Actions/CTA_FullWidth";
import { CTA_Bottom } from "./src/components/Call-To-Actions/CTA_Bottom";

const components = {
pre : ({ children : { props } }) => {
pre: ({ children: { props } }) => {
if (props.mdxType === "code") {
return (
<Code
Expand Down
48 changes: 24 additions & 24 deletions src/collections/landscape/clients.js
Original file line number Diff line number Diff line change
@@ -1,42 +1,42 @@
export const clients = [
{
name : "Akka",
link : "https://akka.io",
desc : "Akka - an open source toolkit for building highly concurrent, distributed, and resilient message-driven applications for Java and Scala."
name: "Akka",
link: "https://akka.io",
desc: "Akka - an open source toolkit for building highly concurrent, distributed, and resilient message-driven applications for Java and Scala."
},
{
name : "Finagle",
link : "https://github.com/twitter/finagle/",
desc : "Finagle - an open source RPC library built on Netty for engineers that want a strongly-typed language and be on the JVM. Finagle is written in Scala."
name: "Finagle",
link: "https://github.com/twitter/finagle/",
desc: "Finagle - an open source RPC library built on Netty for engineers that want a strongly-typed language and be on the JVM. Finagle is written in Scala."
},
{
name : "Hystrix",
link : "https://www.github.com/Netflix/Hystrix",
desc : "Hystrix - an open source latency and fault tolerance library designed to isolate points of access to remote systems, services and 3rd party libraries, stop cascading failure and enable resilience. Hystrix is written in Java."
name: "Hystrix",
link: "https://www.github.com/Netflix/Hystrix",
desc: "Hystrix - an open source latency and fault tolerance library designed to isolate points of access to remote systems, services and 3rd party libraries, stop cascading failure and enable resilience. Hystrix is written in Java."
},
{
name : "Ribbon",
link : "https://github.com/Netflix/Ribbon",
desc : "Ribbon - an open source Inter-Process Communication (remote procedure calls) library with built-in software load balancers. Ribbon is written in Java."
name: "Ribbon",
link: "https://github.com/Netflix/Ribbon",
desc: "Ribbon - an open source Inter-Process Communication (remote procedure calls) library with built-in software load balancers. Ribbon is written in Java."
},
{
name : "Go kit",
link : "https://gokit.io",
desc : "Go kit - a collection of Go packages that help you build robust, reliable, maintainable microservices (or elegant monoliths)."
name: "Go kit",
link: "https://gokit.io",
desc: "Go kit - a collection of Go packages that help you build robust, reliable, maintainable microservices (or elegant monoliths)."
},
{
name : "Spring Boot",
link : "https://spring.io/projects/spring-boot",
desc : "Spring Boot makes it easy to create stand-alone, production-grade Spring based Applications that you can 'just run'."
name: "Spring Boot",
link: "https://spring.io/projects/spring-boot",
desc: "Spring Boot makes it easy to create stand-alone, production-grade Spring based Applications that you can 'just run'."
},
{
name : "DropWizard",
link : "https://www.dropwizard.io/en/stable/",
desc : "Dropwizard pulls together stable, mature libraries from the Java ecosystem into a simple, light-weight package that lets you focus on getting things done."
name: "DropWizard",
link: "https://www.dropwizard.io/en/stable/",
desc: "Dropwizard pulls together stable, mature libraries from the Java ecosystem into a simple, light-weight package that lets you focus on getting things done."
},
{
name : "go-zero",
link : "https://go-zero.dev/en/",
desc : "go-zero is a web and rpc framework written in Go. It's born to ensure the stability of the busy sites with resilient design. Builtin goctl greatly improves the development productivity."
name: "go-zero",
link: "https://go-zero.dev/en/",
desc: "go-zero is a web and rpc framework written in Go. It's born to ensure the stability of the busy sites with resilient design. Builtin goctl greatly improves the development productivity."
}
];
36 changes: 18 additions & 18 deletions src/collections/landscape/gateways.js
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
export const gateways=[
{
name : "Ambassador",
link : "https://getambassador.io",
desc : "Ambassador uses Envoy"
name: "Ambassador",
link: "https://getambassador.io",
desc: "Ambassador uses Envoy"
},
{
name : "Contour",
link : "https://github.com/heptio/contour",
desc : "Contour uses Envoy"
name: "Contour",
link: "https://github.com/heptio/contour",
desc: "Contour uses Envoy"
},
{
name : "Kong",
link : "https://github.com/kong/kong",
desc : "Kong uses NGINX"
name: "Kong",
link: "https://github.com/kong/kong",
desc: "Kong uses NGINX"
},
{
name : "OpenResty",
link : "http://openresty.org",
desc : "OpenResty uses NGINX"
name: "OpenResty",
link: "http://openresty.org",
desc: "OpenResty uses NGINX"
},
{
name : "3scale",
link : "https://www.3scale.net/",
desc : "An API gateway built on top of NGINX. It is part of the Red Hat 3scale API Management Platform."
name: "3scale",
link: "https://www.3scale.net/",
desc: "An API gateway built on top of NGINX. It is part of the Red Hat 3scale API Management Platform."
},
{
name : "Citrix ADC",
link : "https://www.citrix.com/blogs/2019/06/12/citrix-solutions-for-api-protection-in-cloud-native-kubernetes-apps/",
desc : "Citrix ADC protects your applications and APIs"
name: "Citrix ADC",
link: "https://www.citrix.com/blogs/2019/06/12/citrix-solutions-for-api-protection-in-cloud-native-kubernetes-apps/",
desc: "Citrix ADC protects your applications and APIs"
}
];
30 changes: 15 additions & 15 deletions src/collections/landscape/load-balancer.js
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
export const load_balancer=[
{
name : "A10 Thunder ADC",
link : "https://www.a10networks.com/products/thunder-adc/",
desc : "A10's Thunder ADC - is a high performance solution providing L4-7 load balancing, DDoS protection, and advanced SSL/TLS offloading."
name: "A10 Thunder ADC",
link: "https://www.a10networks.com/products/thunder-adc/",
desc: "A10's Thunder ADC - is a high performance solution providing L4-7 load balancing, DDoS protection, and advanced SSL/TLS offloading."
},
{
name : "NGINX",
link : "https://nginx.org/en/",
desc : "NGINX - is open source software for web serving, reverse proxying, caching, load balancing, media streaming, and more.",
name: "NGINX",
link: "https://nginx.org/en/",
desc: "NGINX - is open source software for web serving, reverse proxying, caching, load balancing, media streaming, and more.",
},
{
name : "Proxygen",
link : "https://github.com/facebook/proxygen",
desc : "Proxygen - is an open source library that not only powers Facebook's load balancer, but is also used by HHVM (github/facebook/hhvm)."
name: "Proxygen",
link: "https://github.com/facebook/proxygen",
desc: "Proxygen - is an open source library that not only powers Facebook's load balancer, but is also used by HHVM (github/facebook/hhvm)."
}, {
name : "Citrix ADC",
link : "https://www.citrix.com/en-in/products/citrix-adc/",
desc : "Citrix ADC is an application delivery and load balancing solution that provides a high-quality user experience for your web, traditional, and cloud-native applications regardless of where they are hosted."
name: "Citrix ADC",
link: "https://www.citrix.com/en-in/products/citrix-adc/",
desc: "Citrix ADC is an application delivery and load balancing solution that provides a high-quality user experience for your web, traditional, and cloud-native applications regardless of where they are hosted."
}, {
name : "kube-proxy",
link : "https://kubernetes.io/docs/reference/command-line-tools-reference/kube-proxy/",
desc : "Runs on each Kubernetes node. Performs simple TCP, UDP, and SCTP stream forwarding or round robin TCP, UDP, and SCTP forwarding across a set of backends."
name: "kube-proxy",
link: "https://kubernetes.io/docs/reference/command-line-tools-reference/kube-proxy/",
desc: "Runs on each Kubernetes node. Performs simple TCP, UDP, and SCTP stream forwarding or round robin TCP, UDP, and SCTP forwarding across a set of backends."
}
];
Loading

0 comments on commit f6980e7

Please sign in to comment.