diff --git a/docs/release-notes/version-3.1.md b/docs/release-notes/version-3.1.md index 8d0762b99..637e5bc02 100644 --- a/docs/release-notes/version-3.1.md +++ b/docs/release-notes/version-3.1.md @@ -4,7 +4,8 @@ ### Bug Fixes -* [#8546](https://github.com/netbox-community/netbox/issues/8546) - Fix import to restrict bridge, parent, lag to device interfaces +* [#8546](https://github.com/netbox-community/netbox/issues/8546) - Fix bulk import to restrict bridge, parent, and LAG to device interfaces +* [#8674](https://github.com/netbox-community/netbox/issues/8674) - Fix rendering of tabbed content in documentation --- diff --git a/mkdocs.yml b/mkdocs.yml index 3fb838ffd..4be5b16e7 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -34,7 +34,8 @@ markdown_extensions: emoji_index: !!python/name:materialx.emoji.twemoji emoji_generator: !!python/name:materialx.emoji.to_svg - pymdownx.superfences - - pymdownx.tabbed + - pymdownx.tabbed: + alternate_style: true nav: - Introduction: 'index.md' - Installation: