浏览代码

Fixes #8674: Fix rendering of tabbed content in documentation

jeremystretch 4 年之前
父节点
当前提交
b343035060
共有 2 个文件被更改,包括 4 次插入2 次删除
  1. 2 1
      docs/release-notes/version-3.1.md
  2. 2 1
      mkdocs.yml

+ 2 - 1
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
 
 ---
 

+ 2 - 1
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: