Skip to content

Commit 9ca9b6d

Browse files
authored
Fix link/slug issue, move Sync your specification pages out of nested section (API Definitions) (#525)
1 parent eecb1ed commit 9ca9b6d

File tree

1 file changed

+16
-25
lines changed

1 file changed

+16
-25
lines changed

fern/products/api-def/api-def.yml

Lines changed: 16 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ navigation:
1717
path: ./openapi-pages/auth.mdx
1818
- page: Servers
1919
path: ./openapi-pages/servers.mdx
20+
- page: Sync your specification
21+
path: ./openapi-pages/automation.mdx
2022
slug: sync-your-open-api-specification
2123
- section: Endpoints
2224
slug: endpoints
@@ -63,12 +65,7 @@ navigation:
6365
- page: Schema names
6466
path: ./openapi-pages/extensions/schema-names.mdx
6567
- page: Server names
66-
path: ./openapi-pages/extensions/server-names.mdx
67-
- section: Workflow & automation
68-
skip-slug: true
69-
contents:
70-
- page: Sync your OpenAPI specification
71-
path: ./openapi-pages/automation.mdx
68+
path: ./openapi-pages/extensions/server-names.mdx
7269
- section: Integrate your server framework
7370
slug: frameworks
7471
contents:
@@ -84,7 +81,10 @@ navigation:
8481
- page: Authentication
8582
path: ./asyncapi-pages/auth.mdx
8683
- page: Servers
87-
path: ./asyncapi-pages/servers.mdx
84+
path: ./asyncapi-pages/servers.mdx
85+
- page: Sync your specification
86+
path: ./asyncapi-pages/automation.mdx
87+
slug: sync-your-async-api-specification
8888
- section: Channels
8989
slug: channels
9090
contents:
@@ -124,12 +124,7 @@ navigation:
124124
- page: Server names
125125
path: ./asyncapi-pages/extensions/server-name.mdx
126126
- page: Streaming operations
127-
path: ./asyncapi-pages/extensions/streaming.mdx
128-
- section: Workflow & automation
129-
skip-slug: true
130-
contents:
131-
- page: Sync your AsyncAPI specification
132-
path: ./asyncapi-pages/automation.mdx
127+
path: ./asyncapi-pages/extensions/streaming.mdx
133128
- section: OpenRPC
134129
collapsed: true
135130
slug: openrpc
@@ -139,7 +134,10 @@ navigation:
139134
- page: Authentication
140135
path: ./openrpc-pages/auth.mdx
141136
- page: Servers
142-
path: ./openrpc-pages/servers.mdx
137+
path: ./openrpc-pages/servers.mdx
138+
- page: Sync your specification
139+
path: ./openrpc-pages/automation.mdx
140+
slug: sync-your-open-rpc-specification
143141
- section: Methods
144142
slug: methods
145143
contents:
@@ -186,11 +184,6 @@ navigation:
186184
path: ./openrpc-pages/extensions/streaming.mdx
187185
- page: Timeout settings
188186
path: ./openrpc-pages/extensions/timeout.mdx
189-
- section: Workflow & automation
190-
skip-slug: true
191-
contents:
192-
- page: Sync your OpenRPC specification
193-
path: ./openrpc-pages/automation.mdx
194187
- section: gRPC
195188
collapsed: true
196189
slug: grpc
@@ -200,7 +193,10 @@ navigation:
200193
- page: Authentication
201194
path: ./grpc-pages/auth.mdx
202195
- page: Servers
203-
path: ./grpc-pages/servers.mdx
196+
path: ./grpc-pages/servers.mdx
197+
- page: Sync your specification
198+
path: ./grpc-pages/automation.mdx
199+
slug: sync-your-g-rpc-specification
204200
- section: Services
205201
slug: services
206202
contents:
@@ -251,11 +247,6 @@ navigation:
251247
path: ./grpc-pages/extensions/union-naming.mdx
252248
- page: Validation
253249
path: ./grpc-pages/extensions/validation.mdx
254-
- section: Workflow & automation
255-
skip-slug: true
256-
contents:
257-
- page: Sync your gRPC specification
258-
path: ./grpc-pages/automation.mdx
259250
- section: Fern Definition
260251
collapsed: true
261252
slug: ferndef

0 commit comments

Comments
 (0)