diff --git a/docs/_common/install-otterize-cli.md b/docs/_common/install-otterize-cli.md index a09abb8a4..4f819a9b9 100644 --- a/docs/_common/install-otterize-cli.md +++ b/docs/_common/install-otterize-cli.md @@ -13,7 +13,7 @@ brew install otterize/otterize/otterize-cli ```bash -curl -LJO https://get.otterize.com/otterize-cli/v1.0.4/otterize_macOS_arm64_notarized.zip +curl -LJO https://get.otterize.com/otterize-cli/v1.0.5/otterize_macOS_arm64_notarized.zip tar xf otterize_macOS_arm64_notarized.zip sudo cp otterize /usr/local/bin # optionally move to PATH ``` @@ -21,7 +21,7 @@ sudo cp otterize /usr/local/bin # optionally move to PATH ```bash -curl -LJO https://get.otterize.com/otterize-cli/v1.0.4/otterize_macOS_x86_64_notarized.zip +curl -LJO https://get.otterize.com/otterize-cli/v1.0.5/otterize_macOS_x86_64_notarized.zip tar xf otterize_macOS_x86_64_notarized.zip sudo cp otterize /usr/local/bin # optionally move to PATH ``` @@ -42,7 +42,7 @@ scoop install otterize-cli ```PowerShell -Invoke-WebRequest -Uri https://get.otterize.com/otterize-cli/v1.0.4/otterize_windows_x86_64.zip -OutFile otterize_Windows_x86_64.zip +Invoke-WebRequest -Uri https://get.otterize.com/otterize-cli/v1.0.5/otterize_windows_x86_64.zip -OutFile otterize_Windows_x86_64.zip Expand-Archive otterize_Windows_x86_64.zip -DestinationPath . # optionally move to PATH ``` @@ -54,7 +54,7 @@ Expand-Archive otterize_Windows_x86_64.zip -DestinationPath . ```bash -wget https://get.otterize.com/otterize-cli/v1.0.4/otterize_linux_x86_64.tar.gz +wget https://get.otterize.com/otterize-cli/v1.0.5/otterize_linux_x86_64.tar.gz tar xf otterize_linux_x86_64.tar.gz sudo cp otterize /usr/local/bin # optionally move to PATH ``` diff --git a/docs/features/aws-iam/index.mdx b/docs/features/aws-iam/index.mdx index a40a74cca..8189b040c 100644 --- a/docs/features/aws-iam/index.mdx +++ b/docs/features/aws-iam/index.mdx @@ -11,7 +11,7 @@ export const tutorials = [ { title: 'Automate AWS IAM for EKS', description: 'Create just-in-time AWS IAM roles and policies that are kept in sync with your workloads', - url: 'aws-iam/tutorials/aws-iam-eks' + url: '/features/aws-iam/tutorials/aws-iam-eks' }, ]; diff --git a/docs/features/istio/index.mdx b/docs/features/istio/index.mdx index 3d4d0ccfb..3d0f1af5d 100644 --- a/docs/features/istio/index.mdx +++ b/docs/features/istio/index.mdx @@ -10,12 +10,12 @@ export const istio_tutorials = [ { title: 'Istio AuthorizationPolicy automation', description: 'Generate AuthorizationPolicy docs from existing connections', - url: 'istio/tutorials/k8s-istio-authorization-policies' + url: '/features/istio/tutorials/k8s-istio-authorization-policies' }, { title: 'Istio HTTP-level access mapping', description: 'Map access between services including HTTP paths and methods', - url: 'istio/tutorials/k8s-istio-watcher' + url: '/features/istio/tutorials/k8s-istio-watcher' } ]; diff --git a/docs/features/network-mapping-network-policies/index.mdx b/docs/features/network-mapping-network-policies/index.mdx index bdfc1beae..b134688f6 100644 --- a/docs/features/network-mapping-network-policies/index.mdx +++ b/docs/features/network-mapping-network-policies/index.mdx @@ -43,17 +43,17 @@ Otterize's [Network Mapper](/reference/configuration/network-mapper) is a zero-c By connecting your cluster to Otterize Cloud, you'll immediately be presented with an interactive, historic and filterable map of your cluster. You can access the same information in different formats by using the open-source Otterize CLI, with the commands `otterize mapper export`, `otterize mapper list` and `otterize mapper visualize`. -**visualize example:**: +**otterize mapper visualize example:** ![visualize example](/img/examples/example-visualize.png) -**list example:** +**otterize mapper list example:** ``` client in namespace otterize-tutorial-npol calls: - server in namespace otterize-tutorial-npol client-other in namespace otterize-tutorial-npol calls: - server in namespace otterize-tutorial-npol ``` -**export example:** +**otterize mapper export example:** ```yaml apiVersion: k8s.otterize.com/v1alpha3 kind: ClientIntents @@ -99,4 +99,4 @@ spec: name: client calls: - name: nginx -``` \ No newline at end of file +``` diff --git a/docs/features/postgresql/index.mdx b/docs/features/postgresql/index.mdx index 38d87a00c..c368263d1 100644 --- a/docs/features/postgresql/index.mdx +++ b/docs/features/postgresql/index.mdx @@ -10,12 +10,12 @@ export const postgres_tutorials = [ { title: 'Just-in-time PostgreSQL Access', description: 'Learn how to manage just-in-time users and SQL GRANTs', - url: 'postgresql/tutorials/postgres' + url: '/features/postgresql/tutorials/postgres' }, { title: 'Map PostgreSQL access', description: 'Learn how to use PostgreSQL audit logs to map access to your database', - url: 'postgresql/tutorials/postgres-mapping' + url: '/features/postgresql/tutorials/postgres-mapping' } ];