Commit Graph

13 Commits

Author SHA1 Message Date
Hasan Turken 11ed92d35a
Add documentation for ImageConfig (#830) 2024-11-07 16:42:25 +02:00
Nic Cope a90a055dbb Deprecate native P&T, focus Composition docs on functions
Signed-off-by: Nic Cope <nicc@rk0n.org>
2024-08-22 21:02:05 -07:00
Pete Lumbis 2b598cb79f
Remove knowledge base section (#755)
Remove KB and add redirects
2024-04-22 15:44:32 -04:00
Gabisonfire 486ea9dbde
Fixes wrong link for compositions (#745)
Signed-off-by: Gabisonfire <gab.despres@gmail.com>
2024-04-09 10:28:48 -04:00
Alexander Pashkov a84bf132d3
Remove duplicated "Composition Functions" concept (#742)
* Removed duplicate concept

Signed-off-by: Alexander Pashkov <cyberventur3@gmail.com>

* Removed duplicate concept in the master

Signed-off-by: Alexander Pashkov <cyberventur3@gmail.com>

---------

Signed-off-by: Alexander Pashkov <cyberventur3@gmail.com>
Co-authored-by: Alexander Pashkov <cyberventur3@gmail.com>
2024-03-29 10:30:53 -04:00
Pete Lumbis 865aa30719
Rewrite Concepts root page (#666)
* Rewrite page to simplify, pass vale and add new top-level endpoints

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

* updates based on suggestions in PR

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

* remove reference to functions

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

* remove reference to usages

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

---------

Signed-off-by: Pete Lumbis <pete@upbound.io>
2024-02-15 15:14:26 -05:00
Pete Lumbis 2583a00224
Update Composition Docs (#475) 2023-07-26 14:26:23 -04: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
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