@@ -5,11 +5,14 @@ navigation:
55 path : ./introduction.mdx
66 - link : Customer Showcase
77 href : https://buildwithfern.com/showcase
8+ - section : Generators
9+ contents :
810 - section : Typescript
911 contents :
1012 - page : Quickstart
1113 path : ./overview/typescript/quickstart.mdx
1214 - page : Design Decisions
15+ hidden : true
1316 path : ./overview/typescript/design.mdx
1417 - page : Configuration
1518 path : ./overview/typescript/configuration.mdx
@@ -25,6 +28,7 @@ navigation:
2528 - page : Quickstart
2629 path : ./overview/python/quickstart.mdx
2730 - page : Design Decisions
31+ hidden : true
2832 path : ./overview/python/design.mdx
2933 - page : Configuration
3034 path : ./overview/python/configuration.mdx
@@ -40,6 +44,7 @@ navigation:
4044 - page : Quickstart
4145 path : ./overview/go/quickstart.mdx
4246 - page : Design Decisions
47+ hidden : true
4348 path : ./overview/go/design.mdx
4449 - page : Configuration
4550 path : ./overview/go/configuration.mdx
@@ -55,6 +60,7 @@ navigation:
5560 - page : Quickstart
5661 path : ./overview/java/quickstart.mdx
5762 - page : Design Decisions
63+ hidden : true
5864 path : ./overview/java/design.mdx
5965 - page : Configuration
6066 path : ./overview/java/configuration.mdx
@@ -70,6 +76,7 @@ navigation:
7076 - page : Quickstart
7177 path : ./overview/dotnet/quickstart.mdx
7278 - page : Design Decisions
79+ hidden : true
7380 path : ./overview/dotnet/design.mdx
7481 - page : Configuration
7582 path : ./overview/dotnet/configuration.mdx
@@ -86,6 +93,7 @@ navigation:
8693 - page : Quickstart
8794 path : ./overview/php/quickstart.mdx
8895 - page : Design Decisions
96+ hidden : true
8997 path : ./overview/php/design.mdx
9098 - page : Configuration
9199 path : ./overview/php/configuration.mdx
@@ -102,6 +110,7 @@ navigation:
102110 - page : Quickstart
103111 path : ./overview/ruby/quickstart.mdx
104112 - page : Design Decisions
113+ hidden : true
105114 path : ./overview/ruby/design.mdx
106115 - page : Configuration
107116 path : ./overview/ruby/configuration.mdx
@@ -113,7 +122,7 @@ navigation:
113122 path : ./overview/ruby/custom-code.mdx
114123 - link : Customer Showcase
115124 href : https://buildwithfern.com/showcase
116- - section : Guides
125+ - section : Deep Dives
117126 contents :
118127 - page : Customize Method Names
119128 path : ./guides/customize-method-names.mdx
0 commit comments