-
Notifications
You must be signed in to change notification settings - Fork 41
Pretty colours #1809
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pretty colours #1809
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,24 +4,27 @@ description: "Take your first steps through the information and support availabl | |
| --- | ||
|
|
||
| import Cards from "@components/Cards"; | ||
| import FilesGearIcon from "@components/FilesGearIcon"; | ||
| import ShieldLockIcon from "@components/ShieldLockIcon"; | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 📝 [vale] reported by reviewdog 🐶 |
||
| import GearFinanceDownIcon from "@components/GearFinanceDownIcon"; | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 📝 [vale] reported by reviewdog 🐶 |
||
|
|
||
| ## Reference content | ||
|
|
||
| <Cards> | ||
| <Cards.Card | ||
| title="Documentation" | ||
| image="/img/wp-icons/accounting-2.png" | ||
| icon={GearFinanceDownIcon} | ||
| > | ||
| Begin with our <a href="/core-concepts/overview">core concepts</a>, or press <code>Ctrl-K</code> to bring up the quick search bar to find the information you need. | ||
| </Cards.Card> | ||
|
|
||
| <Cards.Card image="/img/wp-icons/Stack.png" title="API reference"> | ||
| <Cards.Card icon={FilesGearIcon} title="API reference"> | ||
| Jump in and start using the Codat API endpoints through our interactive{" "} | ||
| <a href="/using-the-api/overview">API references</a>. | ||
| </Cards.Card> | ||
|
|
||
| <Cards.Card | ||
| image="/img/wp-icons/Financial-Services.png" | ||
| icon={ShieldLockIcon} | ||
| title="Libraries" | ||
| > | ||
| Use our <a href="/get-started/libraries">client library SDKs</a> to get building quickly. | ||
|
|
@@ -33,7 +36,7 @@ import Cards from "@components/Cards"; | |
| <ul className="card-container"> | ||
| <li className="card"> | ||
| <div className="header"> | ||
| <img src="/img/wp-icons/Lightbulb.png" className="mini-icon" /> | ||
| <EyeIcon /> | ||
| <h3>First steps guide</h3> | ||
| </div> | ||
| <p>A practical introduction to Codat's Portal and API.</p> | ||
|
|
@@ -43,7 +46,7 @@ import Cards from "@components/Cards"; | |
| </li> | ||
| <li className="card"> | ||
| <div className="header"> | ||
| <img src="/img/wp-icons/RocketLaunch.png" className="mini-icon" /> | ||
| <FeatureBullet /> | ||
| <h3>Video guide: Your first 10 minutes</h3> | ||
| </div> | ||
| <p>From signing up to syncing data in 10 minutes.</p> | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
📝 [vale] reported by reviewdog 🐶
[Google.Semicolons] Use semicolons judiciously.