diff --git a/fern/docs.yml b/fern/docs.yml index 6d7cb97..8e74617 100644 --- a/fern/docs.yml +++ b/fern/docs.yml @@ -21,12 +21,12 @@ navbar-links: colors: accentPrimary: - dark: "#adff8c" - light: "#376d20" + dark: "#f0c193" + light: "#af5f1b." logo: - dark: ./docs/assets/logo_dark_mode.png - light: ./docs/assets/logo_light_mode.png - height: 30 + dark: ./docs/assets/logo-dark-mode.png + light: ./docs/assets/logo-light-mode.png + height: 100 -favicon: ./docs/assets/favicon.ico +favicon: ./docs/assets/favicon.png diff --git a/fern/docs/assets/favicon.ico b/fern/docs/assets/favicon.ico deleted file mode 100644 index c3dda24..0000000 Binary files a/fern/docs/assets/favicon.ico and /dev/null differ diff --git a/fern/docs/assets/favicon.png b/fern/docs/assets/favicon.png new file mode 100644 index 0000000..e0be9fd Binary files /dev/null and b/fern/docs/assets/favicon.png differ diff --git a/fern/docs/assets/logo-dark-mode.png b/fern/docs/assets/logo-dark-mode.png new file mode 100644 index 0000000..73d5c03 Binary files /dev/null and b/fern/docs/assets/logo-dark-mode.png differ diff --git a/fern/docs/assets/logo-light-mode.png b/fern/docs/assets/logo-light-mode.png new file mode 100644 index 0000000..e0d21e6 Binary files /dev/null and b/fern/docs/assets/logo-light-mode.png differ diff --git a/fern/docs/assets/logo_dark_mode.png b/fern/docs/assets/logo_dark_mode.png deleted file mode 100644 index 7d8d91a..0000000 Binary files a/fern/docs/assets/logo_dark_mode.png and /dev/null differ diff --git a/fern/docs/assets/logo_light_mode.png b/fern/docs/assets/logo_light_mode.png deleted file mode 100644 index 7d23a66..0000000 Binary files a/fern/docs/assets/logo_light_mode.png and /dev/null differ diff --git a/fern/docs/pages/sdks.mdx b/fern/docs/pages/sdks.mdx index cf29586..6710d2a 100644 --- a/fern/docs/pages/sdks.mdx +++ b/fern/docs/pages/sdks.mdx @@ -5,7 +5,7 @@ description: We offer client libraries/SDKs for your favorite languages, generat We provide official open-source SDKs (client libraries) for your favorite languages, such as Node.js and Python. These clients make connecting to our API faster and help avoid errors. -We regularly update our SDKs using [Fern](https://buildwithfern.com/?utm_source=str-d/sdks) and adhere to [semantic versioning](https://semver.org/) (semver) principles, so we won't make breaking changes in minor or patch releases. +We regularly update our SDKs using [Fern](https://buildwithfern.com/?utm_source=docs-starter-openapi/sdks) and adhere to [semantic versioning](https://semver.org/) (semver) principles, so we won't make breaking changes in minor or patch releases. ## Official SDKs