Skip to content

Commit

Permalink
docs: ingress apisix the hard way (#479)
Browse files Browse the repository at this point in the history
  • Loading branch information
lingsamuel committed May 25, 2021
1 parent 36de069 commit e8eddcc
Show file tree
Hide file tree
Showing 3 changed files with 834 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/en/latest/config.json
Expand Up @@ -15,6 +15,7 @@
"label": "Practices",
"items": [
"practices/index",
"practices/the-hard-way",
"practices/proxy-the-httpbin-service-with-ingress",
"practices/proxy-the-httpbin-service"
]
Expand Down
1 change: 1 addition & 0 deletions docs/en/latest/practices/index.md
Expand Up @@ -23,5 +23,6 @@ title: Ingress APISIX Use Examples

This is an index page about use examples of Ingress APISIX. Read them if you're trying to learn Ingress APISIX.

* [APISIX Ingress Controller the Hard Way](./the-hard-way.md).
* [Proxy the httpbin service](./proxy-the-httpbin-service.md).
* [Proxy the httpbin service with the native Ingress](./proxy-the-httpbin-service-with-ingress.md).

0 comments on commit e8eddcc

Please sign in to comment.