diff --git a/doc/architecture/index.md b/doc/architecture/index.md index e686cb1873ab85b470c348ccc0c8a4f2b473cecf_ZG9jL2FyY2hpdGVjdHVyZS9pbmRleC5tZA==..53d087336feee62123ea259bcf3e1d4b35690aa4_ZG9jL2FyY2hpdGVjdHVyZS9pbmRleC5tZA== 100644 --- a/doc/architecture/index.md +++ b/doc/architecture/index.md @@ -106,5 +106,5 @@ their change. A master recipe, named `default`, acts as the entry point and it invokes all other necessary recipes for various components and services. -### Definitions +### Custom Resources @@ -110,3 +110,3 @@ -[Definitions](https://gitlab.com/gitlab-org/omnibus-gitlab/tree/master/files/gitlab-cookbooks/gitlab/definitions) +[Custom Resources](https://gitlab.com/gitlab-org/omnibus-gitlab/-/tree/master/files/gitlab-cookbooks/gitlab/resources) can be considered as global-level macros that are available across recipes. Some @@ -112,5 +112,5 @@ can be considered as global-level macros that are available across recipes. Some -common uses for definitions are defining the ports used for common services, and +common uses for Custom Resources are defining the ports used for common services, and listing important directories that may be used by different recipes. They define resources that may be reused by different recipes.