diff --git a/.gitignore b/.gitignore index 796b96d1c402..1d6d4d926744 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /build +/docs/landing_source/.bundle diff --git a/docs/landing_generated/footer/index.html b/docs/landing_generated/footer/index.html index 4fbe51ce918a..90d54b5b8818 100644 --- a/docs/landing_generated/footer/index.html +++ b/docs/landing_generated/footer/index.html @@ -4,7 +4,7 @@ -
- Envoy supports HTTP2. + Envoy is a self contained server. It runs alongside any application language or framework. At Lyft we currently use it to proxy for PHP, Python, Go, Java, and C++. +
- Envoy supports routing to services discovered via our service discovery service. + Envoy has first class support for HTTP/2 for both incoming and outgoing connections. It is a transparent HTTP/1.1 to HTTP/2 proxy. +
- Envoy can be used as an AWS proxy. + Envoy supports advanced load balancing features including automatic retries, circuit breaking, global rate limiting, request shadowing, zone local load balancing, etc. +
Pluggable filter architecture: Envoy allows filtering both at the network level + (TCP/IP) as well as at the HTTP level. Filters can be chained together to perform complex + tasks. New filters can be written to perform tasks not already supported.
+Modern C++11 code base: Envoy is written in C++11, yielding both great performance and + productivity.
+HTTP L7 routing: Envoy supports advanced HTTP L7 routing primitives including + redirection, virtual hosts, virtual clusters, matching on different request parameters, etc. +
+SSL: Envoy supports both SSL termination and initiation, client certificate + verification, and certificate pinning.
+GRPC: Envoy has first class support for Google's GRPC framework.
+MongoDB: Envoy contains a full MongoDB wire format parser that is used to gather + statistics about database connections.
+Service discovery: Envoy supports multiple methods for service discovery including + asynchronous DNS resolution as well as integration with an external service discovery + service.
+Health checking: Envoy is capable of active health checking of backend servers. + Active health checking along with service discovery yields eventually consistent and + extremely resiliant load balancing.
+Best in class observability: Envoy exposes a multitude of statistics to aid in system + visibility and debugging.
Pluggable filter architecture: Envoy allows filtering both at the network level + (TCP/IP) as well as at the HTTP level. Filters can be chained together to perform complex + tasks. New filters can be written to perform tasks not already supported.
+Modern C++11 code base: Envoy is written in C++11, yielding both great performance and + productivity.
+HTTP L7 routing: Envoy supports advanced HTTP L7 routing primitives including + redirection, virtual hosts, virtual clusters, matching on different request parameters, etc. +
+SSL: Envoy supports both SSL termination and initiation, client certificate + verification, and certificate pinning.
+GRPC: Envoy has first class support for Google's GRPC framework.
+MongoDB: Envoy contains a full MongoDB wire format parser that is used to gather + statistics about database connections.
+Service discovery: Envoy supports multiple methods for service discovery including + asynchronous DNS resolution as well as integration with an external service discovery + service.
+Health checking: Envoy is capable of active health checking of backend servers. + Active health checking along with service discovery yields eventually consistent and + extremely resiliant load balancing.
+Best in class observability: Envoy exposes a multitude of statistics to aid in system + visibility and debugging.
diff --git a/docs/landing_source/static_docs.md b/docs/landing_source/static_docs.md index a53f01578c1d..d9b1906aaece 100644 --- a/docs/landing_source/static_docs.md +++ b/docs/landing_source/static_docs.md @@ -1,29 +1,6 @@ Static envoy docs ===================== -## Updating the docs - -Localized strings: - -* locales/en.yml - -Partials for nav, search and tracking: - -* source/partials - -Basic and advanced docs (in markdown): - -* source/basic -* source/advanced - -Landing page and footer: - -* source/localizable - -All images: - -* source/images - ### Installing middleman dependencies gem install bundle --user-install @@ -40,15 +17,3 @@ bundle exec middleman server ``` bundle exec middleman build ``` - -## Publishing changes to github.io - -DO NOT RUN THIS UNTIL ENVOY IS PUBLIC! - -``` -bundle exec middleman deploy -``` - -## Copyright - -Copyright (c) Lyft, Inc. [Creative Commons Attribution 3.0 Unported License](http://creativecommons.org/licenses/by/3.0/).