diff --git a/content/v2.0-preview/_index.md b/content/v2.0-preview/_index.md index b58dcb09..254fdd1c 100644 --- a/content/v2.0-preview/_index.md +++ b/content/v2.0-preview/_index.md @@ -21,7 +21,13 @@ Crossplane organizes its documentation into the following sections: * [Get Started]({{}}) explains how to install Crossplane and create a control plane. -* [Concepts]({{}}) introduces Crossplane's key concepts. +* [Composition]({{}}) covers the key concepts of composition. + +* [Managed Resources]({{}}) covers the key concepts of + managed resources. + +* [Packages]({{}}) covers the key concepts of the Crossplane + package manager. * [Guides]({{}}) guide you through common use cases, like monitoring Crossplane or extending it by writing a composition function. diff --git a/content/v2.0-preview/api/_index.md b/content/v2.0-preview/api/_index.md index 6075e613..685d4dac 100644 --- a/content/v2.0-preview/api/_index.md +++ b/content/v2.0-preview/api/_index.md @@ -8,6 +8,3 @@ cascade: The Crossplane API describes the types and parameters for the core Crossplane components. - -For details on the components read the [Concepts]({{}}) -section. \ No newline at end of file diff --git a/content/v2.0-preview/cli/command-reference.md b/content/v2.0-preview/cli/command-reference.md index fee9b8f1..50c55f1e 100644 --- a/content/v2.0-preview/cli/command-reference.md +++ b/content/v2.0-preview/cli/command-reference.md @@ -38,8 +38,8 @@ Server Version: v1.17.0 ## render The `crossplane render` command previews the output of a -[composite resource]({{}}) after applying -any [composition functions]({{}}). +[composite resource]({{}}) after applying +any [composition functions]({{}}). {{< hint "important" >}} The `crossplane render` command requires you to use composition functions. @@ -178,7 +178,7 @@ built-in support in [function-go-templating](https://github.com/crossplane-contr ## xpkg The `crossplane xpkg` commands create, install and update Crossplane -[packages]({{}}) as well as enable authentication +[packages]({{}}) as well as enable authentication and publishing of Crossplane packages to a Crossplane package registry. ### xpkg build @@ -193,9 +193,9 @@ The CLI applies the required annotations and values to meet the [Crossplane XPKG specification](https://github.com/crossplane/crossplane/blob/main/contributing/specifications/xpkg.md). The `crossplane` CLI supports building -[configuration]({{< ref "../concepts/packages" >}}), -[function]({{}}) and -[provider]({{}}) package types. +[configuration]({{< ref "../packages/packages" >}}), +[function]({{}}) and +[provider]({{}}) package types. #### Flags @@ -270,9 +270,9 @@ with the command The `` input isn't used. Crossplane reserves the `` for future releases. The `