Provide project maintainers with the flexibility to compose horizontal layout blocks (rows) of vertical columns, without necessarily knowing how bootstrap works. This would allow maintainers, potentially, to make site updates to non-documentation pages like their homepages on their own, without involving the CNCF.
Implementation
Implement the following use cases.
Shortcode tag syntax is not strongly typed, and therefore the underlying implementation should test for either a cols property or a col-classes property. col's should always have the option of passing in other CSS classes.
Use case
Provide project maintainers with the flexibility to compose horizontal layout blocks (rows) of vertical columns, without necessarily knowing how bootstrap works. This would allow maintainers, potentially, to make site updates to non-documentation pages like their homepages on their own, without involving the CNCF.
Implementation
Implement the following use cases.
Shortcode tag syntax is not strongly typed, and therefore the underlying implementation should test for either a cols property or a col-classes property. col's should always have the option of passing in other CSS classes.