Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
billytrend-cohere committed Aug 15, 2024
2 parents ef47b8b + 01a2aa8 commit 3cbde61
Show file tree
Hide file tree
Showing 104 changed files with 5,346 additions and 1,231 deletions.
503 changes: 493 additions & 10 deletions cohere-openapi.yaml

Large diffs are not rendered by default.

File renamed without changes.
1 change: 1 addition & 0 deletions fern/apis/v2/generators.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
openapi: ../../../cohere-openapi.yaml
Binary file added fern/assets/CohereHeadline-Bold.woff2
Binary file not shown.
Binary file added fern/assets/CohereHeadline-Regular.woff2
Binary file not shown.
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 added fern/assets/images/3b75f4e-image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fern/assets/images/837d25c-image.png
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.
61 changes: 60 additions & 1 deletion fern/assets/input.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,23 @@ h3,
h4,
h5,
h6 {
font-weight: 500 !important;
font-weight: 425 !important;
font-family: "CohereText";
}

h1 {
font-weight: 400 !important;
font-variation-settings: "cuts" 300, "move" 300;
}

.fern-sidebar-heading-content {
font-weight: 500 !important;
}

.fern-header-tab-button .font-medium {
font-weight: 400 !important;
}

@layer utilities {
.image-desktop {
@apply hidden md:block rounded-t-lg;
Expand Down Expand Up @@ -345,6 +354,16 @@ button[class^="Sidebar-link-buttonWrapper"] {
flex-direction: column;
}

.fern-header .fern-button-text {
font-family: 'CohereText',Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif !important;
-webkit-font-smoothing: unset !important;
}

.fern-sidebar-content .fern-button-text {
font-family: 'CohereText',Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif !important;
-webkit-font-smoothing: unset !important;
}

#content {
padding: 0 32px;
}
Expand Down Expand Up @@ -444,3 +463,43 @@ button[class^="Sidebar-link-buttonWrapper"] {
padding: 9px 0 32px 0;
}
}

.side {
width: 40% !important;
float: right !important;
margin-left: .75rem !important;
}

.light-bg {
background-color: #f7f7f7 !important;
border-color: #e0e0e0 !important;
border-radius: .5rem !important;
border-width: 1px !important;
padding: 15px !important;
}

.dark-text {
color: #1a1a1a !important;
}

.dataframe {
display: block !important;
overflow: auto !important;
border-color: #e0e0e0 !important;
border-radius: .5rem !important;
border-width: 1px !important;
}

:is(.dark) .dataframe {
border-color: #ffffff22 !important;
}

.fern-table td {
max-width: 400px !important;
overflow: wrap !important;
}

.fern-table th {
max-width: 400px !important;
overflow: wrap !important;
}
Loading

0 comments on commit 3cbde61

Please sign in to comment.