Skip to content

Commit 94d517e

Browse files
committed
modify tabs description
1 parent 6f917ba commit 94d517e

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed
-9.69 KB
Binary file not shown.

fern/products/docs/pages/navigation/overview.mdx

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ Here's an example of what the Tabs implementation looks like:
240240
<img src="./images/tabs-sidebar.png" alt="Tabs displayed in the sidebar (default)" />
241241
</Frame>
242242

243-
By default, tabs appear in the left sidebar. To display them horizontally, set `tabs-placement` to `header` in your layout configuration.
243+
Tabs display in the left sidebar by default. To display them horizontally, set `tabs-placement` to `header` in your [layout configuration](/docs/customization/what-is-docs-yml#layout-configuration).
244244

245245
<CodeBlock title="docs.yml">
246246
```yaml
@@ -249,12 +249,6 @@ layout:
249249
```
250250
</CodeBlock>
251251

252-
Here's an example of what the header placement looks like:
253-
254-
<Frame>
255-
<img src="./images/tabs-header.png" alt="Tabs displayed in the header" />
256-
</Frame>
257-
258252
## Versions
259253

260254
If you have multiple versions of your documentation, you can introduce a dropdown version selector by specifying the `versions`. For more information, check out our [documentation on versioning](/learn/docs/building-your-docs/versioning).

0 commit comments

Comments
 (0)