From 0cfd7706ed041797f12b003f80f88afaa3e88a3a Mon Sep 17 00:00:00 2001 From: Anton Novikov Date: Thu, 30 Jan 2025 15:28:49 +0100 Subject: [PATCH] #59 - Improve project generation section in preparation-of-project-repository.md. --- .../project-management/preparation-of-project-repository.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configuration/project-management/preparation-of-project-repository.md b/docs/configuration/project-management/preparation-of-project-repository.md index 1d0e34d..4b43412 100644 --- a/docs/configuration/project-management/preparation-of-project-repository.md +++ b/docs/configuration/project-management/preparation-of-project-repository.md @@ -39,9 +39,9 @@ rmk project generate --environment="develop.root-domain=localhost" \ > Add the `--create-sops-age-keys` flag if you want to create the project structure along with SOPS age private keys. -This will create a default project structure, `project.yaml` file and prepare an example release based on [Nginx](https://nginx.org/). +This will create a default project structure and set up an example release based on [Nginx](https://nginx.org/). -> Check [Quickstart](../../quickstart.md) for a detailed example. +> If the `project.yaml` file is missing, it will be automatically created by the command. ## project.yaml