rancher / rancher-docs

Rancher Documentation
https://ranchermanager.docs.rancher.com/
Apache License 2.0
58 stars 202 forks source link

Use built-in cards for tile layout on integrations page #1336

Closed btat closed 3 months ago

btat commented 3 months ago

Description

Use the built-in card component to replicate the tile layout that we currently achieve with a custom implementation. This allows us to convert the file from mdx to md and we no longer need to maintain additional custom code.

Also removed, the Chinese 2.7 version of the integrations page with the tile layout. That translated page is never displayed as the sidebar category was never updated to redirect to an actual page in 2.7.

This is what it looks like:

integrations-layout

Comments

Needed to use !important on the card title CSS as it was being overwritten by something else without it.