-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from emissary-ingress/hugo-setup
Hugo setup
- Loading branch information
Showing
108 changed files
with
900 additions
and
2,852 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,38 @@ | ||
--- | ||
title: emissary ingress | ||
title: Emissary-ingress | ||
features: | ||
- title: Simple interface | ||
description: Read and write values using standard HTTP tools, such as curl | ||
description: Open source Kubernetes-native API gateway for microservices built on the Envoy Proxy | ||
icon: interface.svg | ||
- title: Key-value storage | ||
description: Store data in hierarchically organized directories, as in a standard filesystem | ||
icon: kv.svg | ||
- title: Watch for changes | ||
description: Watch specific keys or directories for changes and react to changes in values | ||
icon: watch.svg | ||
--- | ||
|
||
{{< blocks/cover image_anchor="top" height="min" color="primary" >}} | ||
<img src="etcd-horizontal-white.png" class="site-logo" /> | ||
<img width="60%" src="https://raw.githubusercontent.com/cncf/artwork/master/projects/emissary-ingress/horizontal/color/emissary-ingress-horizontal-color.png" class="site-logo" /> | ||
<h2 class="mt-4"> | ||
A Kubernetes-native API gateway for microservices built on the Envoy Proxy | ||
</h2> | ||
<div class="mt-5 mx-auto"> | ||
<a class="btn btn-lg btn-secondary mr-3 mb-4" href="/docs/{{< param latest_stable_version >}}/"> | ||
Learn more | ||
</a> | ||
<a class="btn btn-lg btn-primary mr-3 mb-4" href="/docs/{{< param latest_stable_version >}}/quickstart"> | ||
Quickstart<i class="fas fa-arrow-alt-circle-right ml-2"></i> | ||
</a> | ||
</div> | ||
{{< /blocks/cover >}} | ||
|
||
{{% blocks/lead color="red" %}} | ||
<h2>Heads up!</h2> | ||
|
||
<p> | ||
This site is under very active development as we migrate documentation here. | ||
If you can't find what you're looking for, check out the | ||
<span style="font-family: monospace; font-weight: bold;">#emissary-ingress</span> | ||
channel in the <a href="https://slack.cncf.io/" style="color: white;">CNCF Slack</a>. | ||
</p> | ||
{{% /blocks/lead %}} | ||
|
||
{{% blocks/lead color="white" %}} | ||
<h1>What is etcd?</h1> | ||
<h1>What is Emissary-ingress?</h1> | ||
<p> | ||
<b>etcd</b> is a strongly consistent, distributed key-value store that | ||
provides a reliable way to store data that needs to be accessed by a | ||
distributed system or cluster of machines. It gracefully handles leader | ||
elections during network partitions and can tolerate machine failure, even | ||
in the leader node. | ||
<a href="/docs/{{< param latest_stable_version >}}/">Learn more<i class="fas fa-arrow-alt-circle-right ml-2"></i></a> | ||
<b>Emissary-ingress</b> is an open-source Kubernetes-native API Gateway | ||
+ Layer 7 load balancer + Kubernetes Ingress built on <a href="https://envoyproxy.io">Envoy Proxy</a>. | ||
</p> | ||
{{% /blocks/lead %}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
title: v1.13 docs | ||
cascade: | ||
version: v1.13 | ||
versName: &name v1.13 | ||
git_version_tag: v1.13.0 | ||
exclude_search: true | ||
linkTitle: *name | ||
simple_list: true | ||
weight: -113 # Weight for doc version vX.Y should be -XY0 | ||
--- | ||
|
||
These docs cover everything from setting up and running Emissary-ingress to its operation and usage. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
title: v1.14 docs | ||
cascade: | ||
version: v1.14 | ||
versName: &name v1.14 | ||
git_version_tag: v1.14.0 | ||
exclude_search: true | ||
linkTitle: *name | ||
simple_list: true | ||
weight: -114 # Weight for doc version vX.Y should be -XY0 | ||
--- | ||
|
||
These docs cover everything from setting up and running Emissary-ingress to its operation and usage. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
title: v2.0 docs | ||
cascade: | ||
version: v2.0 | ||
versName: &name v2.0 | ||
git_version_tag: v2.0.0 | ||
exclude_search: true | ||
linkTitle: *name | ||
simple_list: true | ||
weight: -200 # Weight for doc version vX.Y should be -XY0 | ||
--- | ||
|
||
These docs cover everything from setting up and running Emissary-ingress to its operation and usage. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
title: v2.1 docs | ||
cascade: | ||
version: v2.1 | ||
versName: &name v2.1 | ||
git_version_tag: v2.1.0 | ||
exclude_search: true | ||
linkTitle: *name | ||
simple_list: true | ||
weight: -210 # Weight for doc version vX.Y should be -XY0 | ||
--- | ||
|
||
These docs cover everything from setting up and running Emissary-ingress to its operation and usage. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
title: v2.2 docs | ||
cascade: | ||
version: v2.2 | ||
versName: &name v2.2 | ||
git_version_tag: v2.2.0 | ||
exclude_search: true | ||
linkTitle: *name | ||
simple_list: true | ||
weight: -220 # Weight for doc version vX.Y should be -XY0 | ||
--- | ||
|
||
These docs cover everything from setting up and running Emissary-ingress to its operation and usage. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
title: v2.3 docs | ||
cascade: | ||
version: v2.3 | ||
versName: &name v2.3 | ||
git_version_tag: v2.3.0 | ||
exclude_search: true | ||
linkTitle: *name | ||
simple_list: true | ||
weight: -230 # Weight for doc version vX.Y should be -XY0 | ||
--- | ||
|
||
These docs cover everything from setting up and running Emissary-ingress to its operation and usage. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
title: v2.4 docs | ||
cascade: | ||
version: v2.4 | ||
versName: &name v2.4 | ||
git_version_tag: v2.4.0 | ||
exclude_search: true | ||
linkTitle: *name | ||
simple_list: true | ||
weight: -240 # Weight for doc version vX.Y should be -XY0 | ||
--- | ||
|
||
These docs cover everything from setting up and running Emissary-ingress to its operation and usage. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
title: v2.5 docs | ||
cascade: | ||
version: v2.5 | ||
versName: &name v2.5 | ||
git_version_tag: v2.5.0 | ||
exclude_search: true | ||
linkTitle: *name | ||
simple_list: true | ||
weight: -250 # Weight for doc version vX.Y should be -XY0 | ||
--- | ||
|
||
These docs cover everything from setting up and running Emissary-ingress to its operation and usage. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
title: v3.0 docs | ||
cascade: | ||
version: v3.0 | ||
versName: &name v3.0 | ||
git_version_tag: v3.0.0 | ||
exclude_search: true | ||
linkTitle: *name | ||
simple_list: true | ||
weight: -300 # Weight for doc version vX.Y should be -XY0 | ||
--- | ||
|
||
These docs cover everything from setting up and running Emissary-ingress to its operation and usage. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
title: v3.1 docs | ||
cascade: | ||
version: v3.1 | ||
versName: &name v3.1 | ||
git_version_tag: v3.1.0 | ||
exclude_search: true | ||
linkTitle: *name | ||
simple_list: true | ||
weight: -310 # Weight for doc version vX.Y should be -XY0 | ||
--- | ||
|
||
These docs cover everything from setting up and running Emissary-ingress to its operation and usage. |
Oops, something went wrong.