Skip to content

Commit

Permalink
Fix the sidebar file
Browse files Browse the repository at this point in the history
  • Loading branch information
IwonaLanger committed Oct 14, 2024
1 parent 6fc885e commit f3807fc
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ If you want to provide new features for BTP Manager, visit the [`contributor`](.

In the [`user`](./docs/user) folder, you will find the following documents:
* [SAP BTP Operator Module](./docs/user/README.md)
* [Create `sap-btp-manager` Secret](./docs/user/03-00-create-btp-manager-secret.md)
* [Create the `sap-btp-manager` Secret](./docs/user/03-00-create-btp-manager-secret.md)
* [Install the SAP BTP Operator Module](./docs/user/03-05-install-module.md)
* [Preconfigured Credentials and Access](./docs/user/03-10-preconfigured-secret.md)
* [Working with Multiple Subaccounts](./docs//user/03-20-multitenancy.md)
Expand Down
2 changes: 1 addition & 1 deletion docs/user/03-00-create-btp-manager-secret.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Create `sap-btp-manager` Secret
# Create the `sap-btp-manager` Secret

<!--this content is for OS users only-->
To create the `sap-btp-manager` Secret, follow these steps:
Expand Down
2 changes: 1 addition & 1 deletion docs/user/03-05-install-module.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ To install the SAP BTP Operator module from the latest release, you must install
* [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/)
* Kubernetes cluster, or [k3d](https://k3d.io) for local installation
* [jq](https://github.com/stedolan/jq)
* `sap-btp-manager` Secret created. See [Create `sap-btp-manager` Secret](03-00-create-btp-manager-secret.md).
* `sap-btp-manager` Secret created. See [Create the `sap-btp-manager` Secret](03-00-create-btp-manager-secret.md).
> [!NOTE]
> If you don't create the `sap-btp-manager` Secret, the BtpOperator CR is in the `Warning` state and the message is `Secret resource not found reason: MissingSecret`.
* `kyma-system` namespace. If you don't have it in your cluster, use the following command to create it:
Expand Down
5 changes: 5 additions & 0 deletions docs/user/03-20-multitenancy.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,8 @@ To deploy service instances belonging to different subaccounts within the same n
servicePlanName: subaccount-audit
btpAccessCredentialsSecret: {SECRET_NAME}
```

## Related Information

[Create a Service Instance with a Custom Secret](03-21-create-service-instance-with-custom-secret.md)
[Create a Service Instance with a Namespace-Based Secret](03-22-create-service-instance-with-namespace-based-secret.md)
8 changes: 4 additions & 4 deletions docs/user/_sidebar.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<!-- markdown-link-check-disable -->
* [Back to Kyma Home](/)
* [SAP BTP Operator Module](/btp-manager/user/README.md)
* [Create `sap-btp-manager` Secret](/btp-manager/user/03-00-create-btp-manager-secret.md)
* [Create the `sap-btp-manager` Secret](/btp-manager/user/03-00-create-btp-manager-secret.md)
* [Install the SAP BTP Operator Module](/btp-manager/user/03-05-install-module.md)
* [Preconfigured Credentials and Access](/btp-manager/user/03-10-preconfigured-secret.md)
* [Working with Multiple Subaccounts](/btp-manager/user/03-20-multitenancy.md)
* [Create a Service Instance with a Custom Secret](/btp-manager/user/03-21-create-service-instance-with-custom-secret.md)
* [Create a Service Instance with a Namespace-Based Secret](/btp-manager/user/tutorials/04-50-create-service-instance-with-custom-secret.md)
* [Management of the Service Instances and Service Bindings Lifecycle](/btp-manager/user/03-30-management-of-service-instances-and-bindings.md)
* [Working with Multiple Subaccounts](/btp-manager/user/03-20-multitenancy.md)
* [Create a Service Instance with a Custom Secret](/btp-manager/user/03-21-create-service-instance-with-custom-secret.md)
* [Create a Service Instance with a Namespace-Based Secret](/btp-manager/user/03-22-create-service-instance-with-namespace-based-secret.md)
* [Service Binding Rotation](/btp-manager/user/03-40-service-binding-rotation.md)
* [Formats of Service Binding Secrets](/btp-manager/user/03-50-formatting-service-binding-secret.md)
* [Resources](/btp-manager/user/resources/README.md)
Expand Down

0 comments on commit f3807fc

Please sign in to comment.