Просмотр исходного кода

Fixes #4875: Fix documentation for image attachments

Jeremy Stretch 5 лет назад
Родитель
Сommit
86956c8fc3
2 измененных файлов с 4 добавлено и 0 удалено
  1. 3 0
      docs/models/extras/imageattachment.md
  2. 1 0
      docs/release-notes/version-2.8.md

+ 3 - 0
docs/models/extras/imageattachment.md

@@ -0,0 +1,3 @@
+# Image Attachments
+
+Certain objects in NetBox support the attachment of uploaded images. These will be saved to the NetBox server and made available whenever the object is viewed.

+ 1 - 0
docs/release-notes/version-2.8.md

@@ -4,6 +4,7 @@
 
 ### Bug Fixes
 
+* [#4875](https://github.com/netbox-community/netbox/issues/4875) - Fix documentation for image attachments
 * [#4876](https://github.com/netbox-community/netbox/issues/4876) - Fix labels for sites in staging or decommissioning status
 
 ---