-
Notifications
You must be signed in to change notification settings - Fork 414
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ENG-1268] Add more information about what we can do at Konfig to web…
…site (#300) * update logos + update CTA buttons * restyle sdk sections * DRY * save * save * TODO: turn sdk section into component * save * save * use our custom Image component * fix alignment in diagram * api docs image * fix faint thin white line * cleanup * polish * polish * TODO: video for generated SDK snippets TODO: animated border bottom on highlighted text * TODO: speed up video * save --------- Co-authored-by: konfig-bot <[email protected]>
- Loading branch information
dphuang2
and
konfig-bot
authored
Oct 19, 2023
1 parent
859d266
commit 8d13567
Showing
29 changed files
with
826 additions
and
537 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
import { ProductSection } from "./ProductSection"; | ||
import { LightSectionTitleHighlight } from "./LightSectionTitleHighlight"; | ||
|
||
export function GeneratedSdkSnippets() { | ||
return ( | ||
<ProductSection | ||
graphicBottom | ||
parent="Documentation" | ||
Section={() => ( | ||
<> | ||
User Generated{" "} | ||
<LightSectionTitleHighlight> | ||
SDK Code Snippets | ||
</LightSectionTitleHighlight> | ||
</> | ||
)} | ||
Description={() => ( | ||
<> | ||
Efficiently onboard customers in any language. Enable developers to | ||
easily copy and paste the required code directly from your | ||
documentation. No manual updates needed on your end. | ||
</> | ||
)} | ||
Visual={() => ( | ||
<video | ||
className="rounded-xl bg-video-bg shadow-lg w-full lg:w-1/2 p-2" | ||
autoPlay | ||
muted | ||
loop | ||
src="/video/snippet-quick.mov" | ||
/> | ||
)} | ||
/> | ||
); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.