Commit Graph

1344 Commits

Author SHA1 Message Date
Julien Duchesne 5ae360f904 `input` -> `output`
Signed-off-by: Julien Duchesne <julien.duchesne@grafana.com>
2023-04-10 14:32:54 -04:00
Julien Duchesne 11eadf43b4
`match` transform: Document the `fallbackTo` option (#392) 2023-04-10 11:06:41 -04:00
Julien Duchesne cc2d868032 Math Transforms: Document `ClampMin` and `ClampMax`
Feature added in this PR: https://github.com/crossplane/crossplane/pull/3917

Signed-off-by: Julien Duchesne <julien.duchesne@grafana.com>
2023-04-09 23:01:18 -04:00
Jean du Plessis b1423cef55
Merge pull request #389 from jeanduplessis/fix-387 2023-03-31 17:21:19 +02:00
Jean du Plessis e01ce461c1 Add missing and remove duplicate link definitions
Signed-off-by: Jean du Plessis <jean@upbound.io>
2023-03-31 17:11:01 +02:00
Jared Watts fa76d1f306
Merge pull request #386 from jbw976/bump-azure
Update Azure getting started guide to use provider-azure:v0.29.0
2023-03-28 14:05:44 -07:00
Jared Watts 3beafc44e4
Update Azure getting started guide to use provider-azure:v0.29.0
Signed-off-by: Jared Watts <jbw976@gmail.com>
2023-03-28 13:55:44 -07:00
Pete Lumbis c56d364167
Add notices to top of all v1.10 pages that moved after PR #271 (#378) 2023-03-26 09:09:41 -04:00
Pete Lumbis 83e6e2e42d
AWS Quickstart Updates (#360) 2023-03-13 10:12:34 -04:00
Pete Lumbis 686070b8b4
GCP Quickstart Update (#369) 2023-03-13 10:10:50 -04:00
Christian Ludwig 3f4cb79be4
fix: minor typo (#382) 2023-03-13 09:53:49 -04:00
Pete Lumbis fc8125cf30
Script to clear or reset span contents for editable elements (#374) 2023-03-07 10:49:07 -05:00
Pete Lumbis c3c578916e
Fix dark mode stylings (#379) 2023-03-06 14:38:02 -05:00
Pete Lumbis a80242ff8a
Add alpha/beta version information to alerts (#375) 2023-03-01 14:09:33 -05:00
Pete Lumbis dad3573e2e
Add style support for copy button highlighting (#372) 2023-03-01 14:04:37 -05:00
Pete Lumbis 310b53f197
remove outdated reference to service catalog (#373) 2023-03-01 13:03:26 -05:00
Jean du Plessis 3e6aa51602
Merge pull request #368 from Piotr1215/master 2023-02-24 13:02:48 +02:00
Piotr Zaniewski e41915e773
Fixing composition functions installation command
Signed-off-by: Piotr Zaniewski <piotr@upbound.io>
2023-02-24 11:15:24 +01:00
Pete Lumbis 607513a60d
Restore comp revision example guide (#367) 2023-02-23 12:46:10 -05:00
Jean du Plessis 27b83f8bca
Merge pull request #363 from jeanduplessis/fix_362 2023-02-19 09:12:48 +02:00
Jean du Plessis c349ba7f21 Add quotes around annotation value
Signed-off-by: Jean du Plessis <jean@upbound.io>
2023-02-19 09:10:42 +02:00
Pete Lumbis 6ddf91f0cb
Initial Vale style guidelines (#358) 2023-02-15 10:55:49 -05:00
Pete Lumbis b4bb9382cf
Fix AWS quickstart bugs (#357)
Resolves https://github.com/crossplane/docs/issues/356
2023-02-11 11:00:23 -05:00
Pete Lumbis 5fc58271c1
Fix broken links and enable Github action link checker (#344)
Resolves https://github.com/crossplane/docs/issues/333
Resolves https://github.com/crossplane/docs/issues/340
2023-02-10 15:11:29 -05:00
Pete Lumbis b8a54f32a2
Make entire sidebar menu clickable (#355)
Resolves https://github.com/crossplane/docs/issues/297
2023-02-10 12:28:05 -05:00
Daniel Mangum 10519af8aa
Merge pull request #354 from hasheddan/broken-include
Fix broken links and includes
2023-02-10 10:59:04 -05:00
hasheddan 270352b2c6
Remove broken install crossplane embeds in quickstarts
Removes broken crossplane installation instructions.

Signed-off-by: hasheddan <georgedanielmangum@gmail.com>
2023-02-10 10:48:46 -05:00
hasheddan 83d6acc9df
Fix broken helm link in GCP quickstart
Fixes a broken helm link in the GCP quickstart.

Signed-off-by: hasheddan <georgedanielmangum@gmail.com>
2023-02-10 10:44:44 -05:00
Pete Lumbis aa4efd300e
Fix mobility issues reported by Google Console (#352)
* remove hubspot analytics

Signed-off-by: Pete Lumbis <pete@upbound.io>

* move large table output under an expand an inside a responsive table

Signed-off-by: Pete Lumbis <pete@upbound.io>

---------

Signed-off-by: Pete Lumbis <pete@upbound.io>
2023-02-09 19:20:12 -05:00
Nic Cope 90aecb21e0
Retroactive review of #271 (#326)
Fixes https://github.com/crossplane/docs/issues/313
2023-02-09 17:30:14 -05:00
Lewis Carhart 0eb46bb0a3
Update version of upbound gcp provider in documentation (#338) 2023-02-09 17:29:18 -05:00
Pete Lumbis 904e864a5c
Adds a $ prompt before the first command in each shell output (#337)
Resolves https://github.com/crossplane/docs/issues/317
2023-02-09 17:27:50 -05:00
Daniel Mangum d6e112866b
Merge pull request #351 from hasheddan/sidecar-container
Correct xfn sidercar to container rather than pod
2023-02-08 20:50:59 -05:00
hasheddan f211b54152
Correct xfn sidercar to container rather than pod
Updates docs to state that the xfn function runner is deployed as a
sidecar container rather than a pod.

Signed-off-by: hasheddan <georgedanielmangum@gmail.com>
2023-02-08 20:16:30 -05:00
Jean du Plessis 59d4ad6126
Merge pull request #349 from hasheddan/dep-controller-config 2023-02-08 11:17:56 +02:00
hasheddan 80d4c8800d
Add warning that ControllerConfig is deprecated
Adds a warning in the package documentation that the ControllerConfig
API is now deprecated.

Signed-off-by: hasheddan <georgedanielmangum@gmail.com>
2023-02-07 23:38:26 -05:00
Jean du Plessis 227804663c
Merge pull request #348 from jeanduplessis/fix_347
Fixes https://github.com/crossplane/docs/issues/347
2023-02-07 16:55:38 +02:00
Jean du Plessis 8cebc09e28 Fix broken link to api reference
Signed-off-by: Jean du Plessis <jean@upbound.io>
2023-02-07 16:47:50 +02:00
Jean du Plessis 4b8a199e53
Merge pull request #332 from paulfantom/fix-link 2023-02-06 15:39:43 +02:00
Jean du Plessis 24099a5e86
Merge pull request #345 from plumbis/azure-fix
Resolves https://github.com/crossplane/docs/issues/341
2023-02-06 15:03:11 +02:00
Pete Lumbis 49e2583aed
fix helm link, remove include
Signed-off-by: Pete Lumbis <pete@upbound.io>
2023-02-05 20:52:31 -05:00
Jared Watts 5b9e4b3f78
Merge pull request #260 from jbw976/readme-link
Update link to docs contributing guide in README.md
2023-02-03 18:05:38 -08:00
Jared Watts b700d41276
Wrap README.md lines
Signed-off-by: Jared Watts <jbw976@gmail.com>
2023-02-03 18:03:58 -08:00
Jared Watts d9e33b1f28
Update link to docs contributing guide in README.md
Signed-off-by: Jared Watts <jbw976@gmail.com>
2023-02-03 18:00:54 -08:00
Paweł Krupa (paulfantom) eff801022d content/v.1.11: do not quote links as it leads to 404s
Signed-off-by: Paweł Krupa (paulfantom) <pawel@krupa.net.pl>
2023-02-03 15:00:36 +01:00
Pete Lumbis 1105d400a4
add conditionals based on product type (#318)
Resolves https://github.com/crossplane/docs/issues/314
2023-02-02 09:48:11 -05:00
Pete Lumbis 1cf380d64a
corrects link to managed-resources that has incorrect quotes (#320) 2023-02-02 09:47:47 -05:00
Pete Lumbis aed9a2384f
Fixes links that generate bad links due to Hugo limitation (#319) 2023-02-02 09:40:04 -05:00
Pete Lumbis 89633eab65
Add last changed metadata to pages for search (#324) 2023-02-02 09:39:45 -05:00
Pete Lumbis 32e3bfc64b
Enable optional line/field editing in code examples (#311) 2023-02-02 09:39:13 -05:00