Pete Lumbis

Results 16 issues of Pete Lumbis

### Description of your changes The work to migrate crossplane.github.io to Hugo has been completed in the site repo [PR #151](https://github.com/crossplane/crossplane.github.io/pull/151). The content of the docs is pushed from /docs...

enhancement
docs
website
backport release-1.7
backport release-1.8
backport release-1.9

### What problem are you facing? If I run `crossplane build configuration` on a directory that contains YAML files that have a `kind` that doesn't match, for example, a Claim,...

enhancement
stale
crossplane-cli

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

## 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...

The currently implemented [DocSearch](https://docsearch.algolia.com/) isn't very good. Some current problems: * The API docs aren't index because the records are too large * Searching for specific code terms like `MatchInteger`...

enhancement
feature
P1
infrastructure

Spinning out of #473- expand shortcode blocks are easy to miss The [expand shortcode](https://docs.crossplane.io/contribute/features/#hide-long-outputs) is used to hide blocks of text by default. However, in practice these blocks are really...

P1
infrastructure

### What's Missing? See https://github.com/crossplane/crossplane/issues/5193

P3
content request
docs

### What's Missing? https://kubernetes.io/blog/2022/09/29/enforce-immutability-using-cel/#generated-schema We can make XRD fields immutable using the CEL stuff for CRDs. Example in an XRD ```yaml versions: - name: v1alpha1 served: true referenceable: true schema:...

P3
docs
concepts/composition-revisions

The primary branch name `master` is a holdover from pulling the docs out of the crossplane/crossplane repo. [c/c #2045](https://github.com/crossplane/crossplane/issues/2045) tracks the eventual renaming for that repo. ### Impact of change...

P2
infrastructure

### What's Missing? The docs style guide should add content on proper styling for Kubernetes YAML definitions like`kinds` and `names`. The Kube docs is a good starting point https://kubernetes.io/docs/contribute/style/style-guide/#documentation-formatting-standards This...

enhancement
P2
content request
dev-guide