File tree Expand file tree Collapse file tree 3 files changed +6
-11
lines changed
fern/products/docs/pages/navigation Expand file tree Collapse file tree 3 files changed +6
-11
lines changed Original file line number Diff line number Diff line change @@ -237,27 +237,22 @@ tabs:
237237Here's an example of what the Tabs implementation looks like :
238238
239239<Frame>
240- 
240+ <img src="./images/tabs-sidebar.png" alt="Tabs displayed in the sidebar (default)" />
242241</Frame>
243242
244- By default, tabs appear in the left sidebar. To display them horizontally in docs.yml, set `tabs-placement` to `header` in your layout configuration.
245-
246- `tabs-placement` supports two values :
247- - ` sidebar` *(default)* — Tabs are displayed vertically in the left sidebar.
248- - ` header` — Tabs are displayed horizontally in the top navigation bar.
249-
250- Example :
243+ By default, tabs appear in the left sidebar. To display them horizontally, set `tabs-placement` to `header` in your layout configuration.
251244
252245<CodeBlock title="docs.yml">
253246` ` ` yaml
254247layout:
255248 tabs-placement: header
256249` ` `
257250</CodeBlock>
251+
252+ Here's an example of what the header placement looks like :
253+
258254<Frame>
259- 
255+ <img src="./images/tabs-header.png" alt="Tabs displayed in the sidebar (default)" />
261256</Frame>
262257
263258# # Versions
You can’t perform that action at this time.
0 commit comments