Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
8994cd5
fix: improving links on home page
Jul 22, 2025
87b8862
fix: improving links on home page
Jul 22, 2025
e72b4e3
fix: improving links on home page
Jul 22, 2025
de46c6a
fix: improving links on home page
Jul 22, 2025
ed10bab
fix: server's broken
Jul 22, 2025
5d1aceb
fix: merged with master
Jul 22, 2025
9cff61a
fix: testing redirects
Jul 22, 2025
30fded5
fix: removing redirects
Jul 22, 2025
af7fb61
fix: removing redirects
Jul 22, 2025
5992672
fix: fixing docs.yml
Jul 22, 2025
48ee826
fix: added components folder back and redirects
Jul 22, 2025
145b7cb
Merge remote-tracking branch 'origin/main' into 07-22-verifying-redir…
Jul 22, 2025
c6ab251
feat: updated more redirects and cleaned up changelogs
Jul 23, 2025
84d632d
Merge remote-tracking branch 'origin/main' into 07-22-redirects-3
Jul 23, 2025
e2dc96a
feat: cleaned up redirects
Jul 23, 2025
35a4dc8
feat: fixed more redirects
Jul 23, 2025
ec2ef27
Merge remote-tracking branch 'origin/main' into 07-22-redirects-5
Jul 23, 2025
879cf87
feat: removed cyclical redirect for sdks
Jul 23, 2025
c465250
feat: removed uncessary redirects
Jul 23, 2025
30bbb5f
feat: merged
Jul 23, 2025
8382d14
feat: added new changelog slug
Jul 23, 2025
d54879c
feat: merged
Jul 23, 2025
81e888b
feat: updated changelogs for sdks
Jul 23, 2025
7b6c14d
feat: updated slug to openapi-definition
Jul 23, 2025
ea4c068
feat: merged
Jul 23, 2025
71ce4bd
feat: fixed more redirects
Jul 23, 2025
30bb981
feat: merged
Jul 23, 2025
5d40148
feat: merged
Jul 23, 2025
4f09435
feat: merged
Jul 23, 2025
513566f
Merge remote-tracking branch 'origin/main' into 07-23-redirects-9
Jul 23, 2025
5fd8078
feat: added cli changelog
Jul 23, 2025
1a526a4
feat: added cli changelog
Jul 23, 2025
47b41bf
Merge remote-tracking branch 'origin/main' into 07-23-redirects-10
Jul 23, 2025
4ad4dc3
fix: endpoint snippets mapping
Jul 23, 2025
59bb3f2
fix: updated script
Jul 23, 2025
8803095
fix: updated script
Jul 23, 2025
db7eac7
Merge remote-tracking branch 'origin/main' into 07-23-redirects-11
Jul 23, 2025
dd9608e
fix: cleaned up all api definition files
Jul 23, 2025
cd2cfee
Merge remote-tracking branch 'origin/main' into 07-23-redirects-12
Jul 23, 2025
cd5dbf5
fix: add some remaining redirects
Jul 23, 2025
e319316
fix: updated python script
Jul 23, 2025
6047dc2
Merge remote-tracking branch 'origin/main' into 07-23-redirects-13
Jul 23, 2025
b320f1d
fix: footer links
Jul 23, 2025
88ac667
fix: footer links
Jul 23, 2025
926d401
fix: merged
Jul 23, 2025
83037cc
fix: added edit this page and docs
Jul 23, 2025
93f4f80
fix: added edit this page and docs
Jul 23, 2025
3e14740
erge remote-tracking branch 'origin/main' into 07-23-homepage
Jul 23, 2025
910f708
fix: updated product icons
Jul 23, 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
8 changes: 6 additions & 2 deletions fern/assets/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -181,14 +181,18 @@
content: url("https://fern-docs.s3.us-east-2.amazonaws.com/product-switcher/product-switcher-askfern-dark.png") !important;
}

:is(.dark) .fern-product-selector-radio-group a[href*="api-definition"] img {
content: url("https://fern-docs.s3.us-east-2.amazonaws.com/product-switcher/api-definitions-dark.png") !important;
:is(.dark) .fern-product-selector-radio-group a[href*="openapi-definition"] img {
content: url("https://fern-docs.s3.us-east-2.amazonaws.com/product-switcher/openapi-definition-dark.png") !important;
}

:is(.dark) .fern-product-selector-radio-group a[href*="cli-api-reference"] img {
content: url("https://fern-docs.s3.us-east-2.amazonaws.com/product-switcher/cli-api-reference-dark.png") !important;
}

:is(.dark) .fern-product-selector-radio-group a[href*="fern-definition"] img {
content: url("https://fern-docs.s3.us-east-2.amazonaws.com/product-switcher/fern-definition-dark.png") !important;
}

/*** END -- PRODUCT SELECTOR STYLING ***/

/*** START -- DOCS HOMEPAGE STYLING ***/
Expand Down
9 changes: 7 additions & 2 deletions fern/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ instances:
- url: fern-v2.docs.buildwithfern.com/learn/v2
- url: fern-api.docs.buildwithfern.com/learn
custom-domain: buildfern.com/learn
edit-this-page:
github:
owner: fern-api
repo: docs
branch: main

title: Fern

Expand Down Expand Up @@ -44,13 +49,13 @@ products:
- display-name: OpenAPI
path: ./products/openapi-def/openapi-def.yml
icon: fa-regular fa-book
image: ./images/product-switcher/openapi-def.png
image: ./images/product-switcher/openapi-definition-light.png
slug: openapi-definition

- display-name: Fern Definition
path: ./products/fern-def/fern-def.yml
icon: fa-regular fa-seedling
image: ./images/product-switcher/fern-def.png
image: ./images/product-switcher/fern-definition-light.png
slug: fern-definition

- display-name: CLI & API Reference
Expand Down
Binary file modified fern/images/product-switcher/api-definitions-light.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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion fern/products/home/pages/welcome.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ import { FernFooter } from "../../../components/FernFooter";
<img src="./images/java-logo.svg" alt="Java" className="language-icon-img" noZoom />
</a>
{/* C# */}
<a className="language-icon" href="/sdks/generators/net/quickstart">
<a className="language-icon" href="/sdks/generators/csharp/quickstart">
<img src="./images/csharp-logo.svg" alt="C#" className="language-icon-img" noZoom />
</a>
{/* PHP */}
Expand Down
8 changes: 0 additions & 8 deletions fern/products/sdks/sdks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,14 +129,6 @@ navigation:
# href: https://buildwithfern.com/showcase
- page: MCP Server
path: ./overview/mcp-server/introduction.mdx
- link: Request Rust
href: https://buildwithfern.com/book-demo?type=language-request
- link: Request Swift
href: https://buildwithfern.com/book-demo?type=language-request
- link: Request C++
href: https://buildwithfern.com/book-demo?type=language-request
- link: Request Kotlin
href: https://buildwithfern.com/book-demo?type=language-request
- section: Deep Dives
contents:
- page: Customize Method Names
Expand Down