Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
66 commits
Select commit Hold shift + click to select a range
32e915e
feat: shifted over docs guides
Jul 16, 2025
626da7b
feat: shifted over docs guides
Jul 16, 2025
fef7ecf
feat: shifted over docs guides
Jul 16, 2025
e78966b
feat: moving more docs over
Jul 16, 2025
d676e49
feat: removed overview
Jul 16, 2025
c02db98
feat: moved content for eusable snippets
Jul 16, 2025
eca376d
feat: added content
Jul 16, 2025
ea4e8a9
feat: moving more docs over
Jul 16, 2025
95f1d72
feat: moved over all docs content
Jul 16, 2025
69c6637
feat: removed sso and self-hosted
Jul 16, 2025
621d78e
feat: removed sso and self-hosted
Jul 16, 2025
f76b923
feat: removed sso and self-hosted
Jul 16, 2025
64fd25c
feat: moved over changelog assets
Jul 16, 2025
7c2c369
feat: moved over changelog assets
Jul 16, 2025
75c2a17
feat: moved over changelog assets
Jul 16, 2025
5887746
feat: moved over changelog assets
Jul 16, 2025
3979ba8
feat: fixed footer width
Jul 16, 2025
3614c63
feat: added icons for api def and cli
Jul 16, 2025
49284de
feat: added icons for api def and cli
Jul 16, 2025
cb8cd59
Merge remote-tracking branch 'origin/main' into 07-16-migrate-sdk-guides
Jul 16, 2025
6129e82
feat: moved over as many sdk guides as possible
Jul 16, 2025
bf6ab54
feat: moved over as many sdk guides as possible
Jul 16, 2025
4421cf0
feat: adding social logos
Jul 17, 2025
bc66eee
feat: adding social logos
Jul 17, 2025
367022d
feat: adding social logos
Jul 17, 2025
993b6aa
feat: adding social logos
Jul 17, 2025
63a5704
feat: adding flare to docs homepage
Jul 17, 2025
5260661
feat: adding flare to docs homepage
Jul 17, 2025
4f67c30
feat: updated sdk-snippets dosc
Jul 17, 2025
9a4663b
feat: updated sdk-snippets dosc
Jul 17, 2025
c4764a5
feat: updated sdk-snippets dosc
Jul 17, 2025
18c86f1
feat: added sdk home page
Jul 17, 2025
05efbda
feat: added sdk home page
Jul 17, 2025
0c55bd5
feat: updated sdks hoem
Jul 17, 2025
c3a8c04
feat: updated sdks hoem
Jul 17, 2025
271a781
feat: updated sdks hoem
Jul 17, 2025
b8c596c
feat: updated sdks home
Jul 17, 2025
dc40161
feat: updated sdks home
Jul 17, 2025
7e02a76
feat: added dark mode
Jul 17, 2025
229216c
feat: added dark mode
Jul 17, 2025
a0119b1
feat: testing out svg
Jul 17, 2025
c500470
feat: testing out svg
Jul 17, 2025
9144f95
feat: adding social logos
Jul 17, 2025
1b7f65d
feat: updated lines on homepage & docs page
Jul 18, 2025
d326da4
feat: updated footer
Jul 18, 2025
bfa8d85
feat: updated sdks home
Jul 18, 2025
95685eb
feat: merged with master
Jul 18, 2025
d7988dd
feat: merged with master
Jul 18, 2025
4200402
feat: fixed links
Jul 18, 2025
3c2541b
feat: updated graphis
Jul 18, 2025
46578e4
feat: updated graphics for sdk home page
Jul 18, 2025
692ce4d
feat: updated naming on kcards
Jul 18, 2025
c9a1b02
feat: updated naming on kcards
Jul 18, 2025
8dbab6d
feat: fixed links to genreators langunages
Jul 18, 2025
7a9ff00
Merge remote-tracking branch 'origin/main' into 07-18-links
Jul 18, 2025
e26c009
feat: added css to fix footer
Jul 18, 2025
140d5d4
feat: added css to fix footer
Jul 18, 2025
0c9af8e
feat: added css to fix footer
Jul 18, 2025
8fcb2c1
feat: fixed footer links
Jul 18, 2025
3ee940d
feat: added redirects for most of sdk pages
Jul 18, 2025
7abffdc
Merge remote-tracking branch 'origin/main' into 07-21-redirects-1
Jul 21, 2025
eb194fc
feat: added folders for fern definition and openapi definition
Jul 21, 2025
c37a7d4
feat: fixed broken link on TS card
Jul 21, 2025
ad89a8c
feat: added redirects, fixed styling, and more
Jul 22, 2025
957ef7b
fix: merged
Jul 22, 2025
3ab6bb5
fix: removed docs.xml file
Jul 22, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
124 changes: 62 additions & 62 deletions fern/assets/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -284,78 +284,78 @@
/*** END -- DOCS HOMEPAGE STYLING ***/

/*** START -- SDKS HOMEPAGE STYLING ***/
.sdks-homepage {
position: relative;
.sdks-homepage {
position: relative;

.fern-card {
text-decoration: none !important;
}
.fern-card {
text-decoration: none !important;
}

.dashed-pattern-left {
position: absolute;
left: -4rem;
top: -8.5rem;
height: calc(100% + 26rem);
width: 1rem;
opacity: 1;
pointer-events: none;
border-right: 1px solid var(--grayscale-5);
mask: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,1) 10%, rgba(0,0,0,1) 90%, rgba(0,0,0,0 ) 100%);
-webkit-mask: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,1) 10%, rgba(0,0,0,1) 90%, rgba(0,0,0,0) 100%);
.dashed-pattern-left {
position: absolute;
left: -4rem;
top: -8.5rem;
height: calc(100% + 26rem);
width: 1rem;
opacity: 1;
pointer-events: none;
border-right: 1px solid var(--grayscale-5);
mask: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,1) 10%, rgba(0,0,0,1) 90%, rgba(0,0,0,0 ) 100%);
-webkit-mask: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,1) 10%, rgba(0,0,0,1) 90%, rgba(0,0,0,0) 100%);
}

.dashed-pattern-right {
position: absolute;
right: -4rem;
top: -8.5rem;
height: calc(100% + 26rem);
width: 1rem;
opacity: 1;
pointer-events: none;
border-left: 1px solid var(--grayscale-5);
mask: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,1) 10%, rgba(0,0,0,1) 90%, rgba(0,0,0,0) 100%);
-webkit-mask: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,1) 10%, rgba(0,0,0,1) 90%, rgba(0,0,0,0) 100%);
}

.fern-card {
border: none !important;
padding: 0 !important;
box-shadow: none !important;
background-color: transparent !important;

.external-link-icon {
display: none !important;
}

.dashed-pattern-right {
position: absolute;
right: -4rem;
top: -8.5rem;
height: calc(100% + 26rem);
width: 1rem;
opacity: 1;
pointer-events: none;
border-left: 1px solid var(--grayscale-5);
mask: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,1) 10%, rgba(0,0,0,1) 90%, rgba(0,0,0,0) 100%);
-webkit-mask: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,1) 10%, rgba(0,0,0,1) 90%, rgba(0,0,0,0) 100%);
}

.fern-card {
border: none !important;
padding: 0 !important;
box-shadow: none !important;
background-color: transparent !important;

.external-link-icon {
display: none !important;
}
.card-title {
display: flex;
gap: 0.25rem;
align-items: center;
}

.card-title {
display: flex;
gap: 0.25rem;
align-items: center;
}
img {
transition: transform 0.15s ease-in-out;
}

.arrow-right {
height: 1rem;
opacity: 0;
transition: opacity 0.15s ease-in-out, transform 0.15s ease-in-out;
transform: translateX(0px);
}

&:hover {
img {
transition: transform 0.15s ease-in-out;
transform: scale(1.01);
}

.arrow-right {
height: 1rem;
opacity: 0;
transition: opacity 0.15s ease-in-out, transform 0.15s ease-in-out;
transform: translateX(0px);
}

&:hover {
img {
transform: scale(1.01);
}

.arrow-right {
opacity: 1;
transform: translateX(2px);
}
opacity: 1;
transform: translateX(2px);
}
}
}
}
/*** START -- SDKS HOMEPAGE STYLING ***/

/*** START -- LANDING PAGE STYLING ***/
Expand Down Expand Up @@ -429,7 +429,7 @@

.dashed-pattern-left {
position: absolute;
left: -24px;
left: -1rem;
top: 0;
height: 100%;
width: 1rem;
Expand All @@ -442,13 +442,13 @@

.dashed-pattern-right {
position: absolute;
right: -24px;
right: -1rem;
top: 0;
height: 100%;
width: 1rem;
opacity: 1;
pointer-events: none;
border-right: 1px solid var(--grayscale-5);
border-left: 1px solid var(--grayscale-5);
mask: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,1) 10%, rgba(0,0,0,1) 90%, rgba(0,0,0,0) 100%);
-webkit-mask: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,1) 10%, rgba(0,0,0,1) 90%, rgba(0,0,0,0) 100%);
}
Expand Down
Loading