Commit Graph

27 Commits

Author SHA1 Message Date
Jean du Plessis ec54935d1b
Remove trailing underscore from Composition note (#561) 2023-10-18 17:19:22 +00:00
Sharp 441b9fe731
Updates AWS get started composition (#552) 2023-09-19 09:36:51 -04:00
Pete Lumbis 480b7e9232
Remove included pages from local search and search engines (#542) 2023-09-01 14:36:32 +00:00
Noa Resare 1ddcf18157
Update the link to the aws provider authentication docs (#540) 2023-08-29 14:08:18 -04:00
Pete Lumbis 151ab38f09
Update Vale to latest (#534) 2023-08-28 14:31:26 -04:00
Jerod Culpepper ac61c7ee68
Update provider version and fix azure typo (#531)
Co-authored-by: Jerod Culpepper <jerod.culp.work@gmail.com>
2023-08-14 08:35:32 -04:00
Pete Lumbis 4fb5c34478
Update quickstarts to use provider families (#511) 2023-08-08 11:06:24 -04:00
Pete Lumbis b67ce1612c
Update for vale checks
Signed-off-by: Pete Lumbis <pete@upbound.io>
2023-07-26 21:19:50 -04:00
Pete Lumbis ca18d5860b
Fix broken external links (#489) 2023-07-18 15:35:08 -04:00
Pete Lumbis 149635b7f9
Fix copy button to only copy the command and not the output (#474) 2023-06-21 15:46:51 -04:00
Pete Lumbis d9684d2418
Update and expand Azure QuickStarts (#444)
Co-authored-by: Pete Lumbis <plumbis@users.noreply.github.com>
2023-06-21 11:50:46 -04:00
Pete Lumbis c55707d786
Update usage of editCode marker
Signed-off-by: Pete Lumbis <pete@upbound.io>
2023-06-20 11:29:55 -04:00
Pete Lumbis 5ccd9b1b83
Corrects statement about UXP to Up CLI. Resolves #331 (#445) 2023-05-18 13:31:49 -04:00
Pete Lumbis 77a5ec7e71
Updates GCP quickstarts to match v1.11's three-part guide (#446) 2023-05-18 13:31:33 -04:00
Pete Lumbis e0d897441c
Fix XRD/CRD mixup (#435) 2023-05-09 15:21:05 -04: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 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
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 85407e88c6
Docs Reorg for v1.11 (#271)
Reorg and new home page for docs.
2023-01-31 18:59:52 -05:00
hasheddan 0da8b34033
Update v1.10 patch versions to v1.10.2
Updates all v1.10.1 references to v1.10.2.

Signed-off-by: hasheddan <georgedanielmangum@gmail.com>
2023-01-19 22:49:58 -05:00
Pete Lumbis 23164929f2
move content media to top level folder (#265)
Signed-off-by: Pete Lumbis <pete@upbound.io>

Signed-off-by: Pete Lumbis <pete@upbound.io>
2023-01-12 21:57:48 -05:00
Crossplane bf9aeb13d9 docs snapshot for crossplane version `master` 2022-12-05 23:44:26 +00:00
Crossplane 87253feb22 docs snapshot for crossplane version `master` 2022-12-05 20:50:18 +00:00
Pete Lumbis f1e0f4d865
Docs redesign (#210)
This completely redesigns the docs and moves them to a new domain docs.crossplane.io and hosting on Netlify. 

This creates a custom Hugo theme affectionally called `Geekboot` based the work of both [Geekdoc](https://geekdocs.de/) and [Bootstrap](https://github.com/twbs/bootstrap/tree/main/site).

[Lighthouse testing on desktop](https://pagespeed.web.dev/report?url=https%3A%2F%2Fdocs.crossplane.io%2Fv1.10%2F&form_factor=desktop) gives the site a 100/100 in performance and best practices, 90/100 in accessibility and 92/100 in SEO.

Besides new layout and colors other new user-facing features include:
* Dark mode
* Fully responsive design and mobile ready
* Automated webp image conversion and optimization as well as lazy loading
* Tabs 
* Alerts and hint boxes
* Foldable/hide long outputs
* Linkable anchors inside tabs
* Improved code boxes with line numbers 
* Adds support for docs.crossplane.io/latest
* Right hand page table of contents 
* Improved text readability 

Infrastructure improves:
* Uses [Bootstrap](https://getbootstrap.com/) to dramatically simplify styling and site development 
* Prefetch links on hover using [instant.page](https://instant.page/)
* Highly optimized CSS using PostCSS and [PurgeCSS ](https://purgecss.com/) without requiring users to install additional tools
* Minimizes the use of JavaScript and bundles scripts with [Webpack](https://webpack.js.org/) to optimize load times
* Massive improvement of SCSS/CSS organization and overrides improving the development process for stylesheet changes
* Optimizes existing SVGs and converts all other template images to webp
* Minification on production builds to further reduce page sizes

This also bumps the `Makefile` Hugo version to [0.107.0](https://github.com/gohugoio/hugo/releases/tag/v0.107.0) to pick up build improvements related to code syntax highlighting, improving builds about about 20-30% in unscientific testing.
2022-12-01 11:11:29 -05:00
Pete Lumbis f81ae95e57
move docs content to /docs. Update left nav menu and dropdown menu for new layout
Signed-off-by: Pete Lumbis <plumbis@users.noreply.github.com>
2022-10-07 17:43:56 -04:00
Pete Lumbis f4a8981b63
move docs to content directory for hugo
Signed-off-by: Pete Lumbis <pete@upbound.io>
2022-10-05 11:10:02 -04:00