Skip to content

Commit

Permalink
Use the correct titles in the sidebar (kyma-project#1099)
Browse files Browse the repository at this point in the history
* sidebar fiexes

* add os only
  • Loading branch information
nataliasitko authored Oct 31, 2024
1 parent 90b0134 commit 9dd7796
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 10 deletions.
9 changes: 5 additions & 4 deletions docs/user/_sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
* [Istio Module](/istio/user/README.md)
* [Istio Sidecar Proxies](/istio/user/00-00-istio-sidecar-proxies.md)
* [Istio Version](/istio/user/00-10-istio-version.md)
* [Default Istio Setup](/istio/user/00-15-overview-istio-setup.md)
* [Default Istio Configuration](/istio/user/00-15-overview-istio-setup.md)
* [Istio Custom Resource](/istio/user/04-00-istio-custom-resource.md)
* [ExternalName Migration Guide](/istio/user/migration/external-name-alias.md)
* [Tutorials](/istio/user/tutorials/README.md)
* [Enable Istio Sidecar Injection](/istio/user/tutorials/01-40-enable-sidecar-injection.md)
* [Forward Client IP](/istio/user/tutorials/01-00-x-forwarded-for-header.md)
* [Expose Workloads Using oauth-proxy](/istio/user/tutorials/01-10-external-authorization-provider.md)
* [Forward a Client IP in the XFF Header](/istio/user/tutorials/01-00-x-forwarded-for-header.md)
* [Expose Workloads Using oauth2-proxy](/istio/user/tutorials/01-10-external-authorization-provider.md)
* [Expose Workloads Using Gateway API](/istio/user/tutorials/01-20-expose-httbin-gateway-api.md)
* [Expose a TCP Service Using Gateway API Aplha Support](/istio/user/tutorials/01-30-expose-tcp-gateway-api.md)
* [Configure Istio Access Logs](/istio/user/tutorials/01-45-enable-istio-access-logs.md)
Expand All @@ -24,4 +24,5 @@
* [SAP HANA Database Connection Issues](/istio/user/troubleshooting/03-80-cannot-connect-to-hana-db.md)
* [Not Found Error](/istio/user/troubleshooting/03-60-404-on-istio-gateway.md)
* [Incompatible Istio Sidecar](/istio/user/troubleshooting/03-40-incompatible-istio-sidecar-version.md)
* [Modified Istio Resources](/istio/user/troubleshooting/03-70-reconciliation-fails-on-istio-install.md)
* [Modified Istio Resources](/istio/user/troubleshooting/03-70-reconciliation-fails-on-istio-install.md)
* [Istio Cannot Verify an HTTPS Certificate](/istio/user/troubleshooting/03-90-istio-cert-unknown.md)
1 change: 1 addition & 0 deletions docs/user/troubleshooting/03-10-503-no-access.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- open-source-only -->
# Can't Access a Kyma Endpoint (503 status code)

## Symptom
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- open-source-only -->
# Incompatible Istio Sidecar Version After Istio Operator's Upgrade

## Symptom
Expand Down
1 change: 1 addition & 0 deletions docs/user/troubleshooting/03-60-404-on-istio-gateway.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- open-source-only -->
# You Get 404 Not Found

## Symptom
Expand Down
1 change: 1 addition & 0 deletions docs/user/troubleshooting/03-90-istio-cert-unknown.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- open-source-only -->
# Istio Cannot Verify an HTTPS Certificate Generated by a Trusted Signing CA

## Symptom
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Exposing Workloads with oauth2-proxy
# Expose Workloads Using oauth2-proxy

Learn how to configure [oauth2-proxy](https://github.com/oauth2-proxy/manifests/tree/main/helm/oauth2-proxy) external authorization provider in the Istio custom resource (CR).

Expand Down
4 changes: 2 additions & 2 deletions docs/user/tutorials/01-20-expose-httbin-gateway-api.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Exposing a Workload Using Gateway API
# Expose Workloads Using Gateway API

Use [Gateway API](https://gateway-api.sigs.k8s.io/) to expose a workload.

> [!WARNING]
> Exposing an unsecured workload to the outside world is a potential security vulnerability, so tread carefully. If you want to use this example in production environment, make sure to secure your workload.
> Exposing an unsecured workload to the outside world is a potential security vulnerability, so tread carefully. If you want to use this example in a production environment, make sure to secure your workload.
## Prerequisites

Expand Down
3 changes: 2 additions & 1 deletion docs/user/tutorials/01-30-expose-tcp-gateway-api.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Use Gateway API to Expose a TCP Service
<!-- open-source-only -->
# Expose a TCP Service Using Gateway API Aplha Support

This tutorial shows how to expose a TCP Service using Gateway API.

Expand Down
2 changes: 1 addition & 1 deletion docs/user/tutorials/01-40-enable-sidecar-injection.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Enable Automatic Istio Sidecar Proxy Injection
# Enable Istio Sidecar Proxy Injection

You can enable Istio sidecar proxy injection for either an entire namespace or a single Deployment. Learn how to perform both these operations.

Expand Down
2 changes: 1 addition & 1 deletion docs/user/tutorials/01-45-enable-istio-access-logs.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Configuring Istio Access Logs
# Configure Istio Access Logs

## Prerequisites
* You have the Istio module added.
Expand Down

0 comments on commit 9dd7796

Please sign in to comment.