Formatting for tables wasn't guarded by markdownlint validation rules,
which increases the risk of releasing incorrectly formatted tables.
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
* cli: use the new add-host separator
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
* update organization admin sections
* update company sections and move faqs
* add create company steps and clean up overview
* update faq paths in tiles and add ea banner to admin tab
* fix spaces and update admin console references
* update banner message, clarify content, and streamline onboarding guide
---------
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This change to the cards partial adds support for an alternate layout.
The layout to use is decided based on the input parameter used to
generate the card:
- If an `image` is given, the new "tall image" layout is used
- If an `icon` is given, the default layout is used
Image and icon are mutually exclusive.
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>