From 10e9b512cc2853cb1eeecf24e9c9cb8b295f15a0 Mon Sep 17 00:00:00 2001 From: Mateus Oliveira Date: Tue, 12 Mar 2024 14:52:15 -0300 Subject: [PATCH] fixup! fix: Add contribution documenation to project Signed-off-by: Mateus Oliveira --- docs/CONTRIBUTING.md | 2 +- docs/architecture.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index 2e96bff..16ac49a 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -30,7 +30,7 @@ To create a non admin user to test NAC, check [non admin user documentation](non To uninstall the previously installed OADP NAC in your cluster, run ```sh -make deploy-dev +make undeploy-dev ``` ## Code quality and standardization diff --git a/docs/architecture.md b/docs/architecture.md index 4d08fed..8eb63e9 100644 --- a/docs/architecture.md +++ b/docs/architecture.md @@ -18,6 +18,6 @@ kubebuilder create api \ --resource --controller make manifests ``` -> **NOTE:** The information about plugin and project version, as well as project name, repo and domain, is stored in [PROJECT](PROJECT) file +> **NOTE:** The information about plugin and project version, as well as project name, repo and domain, is stored in [PROJECT](../PROJECT) file > **NOTE:** More information can be found via the [Kubebuilder Documentation](https://book.kubebuilder.io/introduction.html)