docs icon indicating copy to clipboard operation
docs copied to clipboard

Repo for Crossplane documentation.

Results 39 docs issues
Sort by recently updated
recently updated
newest added

Fixes https://github.com/crossplane/docs/issues/765

### URL Basically any page in the docs that has multiple versions of the content, e.g. https://docs.crossplane.io/v1.15/concepts/compositions/ ### What's Wrong? There used to be a version selector dropdown that would...

bug
P1
infrastructure

The URLs are not enclosed by bracket "()". -->

### What's Missing? https://github.com/crossplane/crossplane/issues/5188 Docs do not mention that "wide" surfaces the comp resource name - right now it only mentions that it won't truncate Ready or Status messages.

https://github.com/crossplane/crossplane/pull/5543 adds the ability to pass credentials to a composition function. ```yaml apiVersion: apiextensions.crossplane.io/v1 kind: Composition metadata: name: parent spec: compositeTypeRef: apiVersion: nop.example.org/v1alpha1 kind: XNopResource mode: Pipeline pipeline: - step:...

The gcp provider instance is not useful for showcasing aws use cases so it would be greatly appreciated if you can get us similar example with aws resources

This PR resolves #750, adding details on the Condition types. I also added `hover` tags for all status reasons.

### URL https://docs.crossplane.io/latest/concepts/managed-resources/#conditions ### What's Wrong? Discussed a bit in this PR: https://github.com/crossplane/crossplane/pull/5453#discussion_r1562242295 Our docs focus on the possible specific reasons for each condition, but don't seem to focus on...

bug
pending-reporter

## Background Since the docs reorg in #271 we've had a [Knowledge Base](https://docs.crossplane.io/knowledge-base/) section that has been a bit of a catch-all for docs that don't fit into the existing...

### What's Missing? Crossplane package reconciliation relies on layer annotations that are only applied when `crossplane xpkg push` is used to push a package into a registry. While it is...