Skip to content

Commit

Permalink
🎨 Refactor: docs
Browse files Browse the repository at this point in the history
Signed-off-by: bitliu <[email protected]>
  • Loading branch information
Xunzhuo committed Oct 8, 2023
1 parent 8edcd41 commit a0f627b
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 5 deletions.
File renamed without changes.
38 changes: 34 additions & 4 deletions site/content/en/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: Envoy Gateway
<a class="btn btn-lg btn-primary me-3 mb-4" href="/latest">
Get Started <i class="fas fa-arrow-alt-circle-right ms-2"></i>
</a>
<a class="btn btn-lg btn-secondary me-3 mb-4" href="https://github.com/envoyproxy/gateway/releases">
<a class="btn btn-lg btn-secondary me-3 mb-4" href="/latest/contributions">
Contributing <i class="fas fa-pencil-alt ms-2 "></i>
</a>
<p class="lead mt-5">Manages Envoy Proxy as a Standalone or Kubernetes-based Application Gateway</p>
Expand All @@ -19,7 +19,36 @@ Manage **Envoy Proxy** as a **Standalone** or **Kubernetes-based** Application G
**Gateway API** are used to **dynamically** provision and configure the managed Envoy Proxies.
{{% /blocks/lead %}}

{{% blocks/lead color="pink" %}}
{{% blocks/section type="row" color="pink" %}}

{{% blocks/feature icon="fa fa-commenting" title="Expressive API" %}}
Try Envoy Gateway in GitHub Releases
{{% /blocks/feature %}}

{{% blocks/feature icon="fa fa-battery-full" title="Batteries included" %}}
We do a [Pull Request](https://github.com/envoyproxy/gateway/pulls)
contributions workflow on **GitHub**.
{{% /blocks/feature %}}

{{% blocks/feature icon="fa fa-tree" title="All environments" %}}
For announcement of latest features etc.
{{% /blocks/feature %}}

{{% blocks/feature icon="fa fa-cubes" title="Extensibility" %}}
For announcement of latest features etc.
{{% /blocks/feature %}}

{{% blocks/feature icon="fa fa-lock" title="Security"%}}
For announcement of latest features etc.
{{% /blocks/feature %}}

{{% blocks/feature icon="fa fa-bolt" title="High Performance"%}}
For announcement of latest features etc.
{{% /blocks/feature %}}

{{% /blocks/section %}}

{{% blocks/lead color="black" %}}
Lower barriers to adoption through **Expressive, Extensible, Role-oriented APIs**

Support a multitude of **ingress** and **L7/L4** traffic routing
Expand All @@ -31,14 +60,14 @@ fundamental interactions.

{{% /blocks/lead %}}

{{% blocks/section type="row" %}}
{{% blocks/section type="row" color="gray" %}}

{{% blocks/feature icon="fab fa-app-store-ios" title="Download **from Github**" url="https://github.com/envoyproxy/gateway/releases" %}}
Try Envoy Gateway in GitHub Releases
{{% /blocks/feature %}}

{{% blocks/feature icon="fab fa-github" title="Contributions Welcome!"
url="/docs/contribution-guidelines/" %}}
url="/latest/contributions/" %}}
We do a [Pull Request](https://github.com/envoyproxy/gateway/pulls)
contributions workflow on **GitHub**.
{{% /blocks/feature %}}
Expand All @@ -49,3 +78,4 @@ For announcement of latest features etc.
{{% /blocks/feature %}}

{{% /blocks/section %}}

2 changes: 1 addition & 1 deletion site/hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ section = ["HTML", "print", "RSS"]

[params]
copyright = "The Envoy Gateway Authors"
privacy_policy = "https://policies.google.com/privacy"


# First one is picked as the Twitter card image if not set on page.
# images = ["images/project-illustration.png"]
Expand Down

0 comments on commit a0f627b

Please sign in to comment.