mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 01:56:37 -04:00
* Switch from py-mkdocstrings-python-legacy to py-mkdocstrings-python as upstream now uses the latter in conjunction with py-mkdocstrings to generate the embedded documentation. Changelog: Enhancements: * Add rack title above rack on rack detail view * Add config option for disk space divisor * Update filtersets and filter forms to include contact filters where missing * Ensure contact link in tables is hyperlinked * Add FC/UPC, FC/APC and FC/PC port types * Delay enqueuing background tasks until DB transaction is committed to avoid race condition * Support site group search for ASNs Bug Fixes: * Eliminate N+1 issue by adding generic prefetch operation to Interface API endpoint * Update JSONField to enclose bare string values in quotes * Fix prefix bulk import with associated VLAN and conflicting VLAN IDs * Ensure location list and detail views show related VLAN group information * Ensure misconfigured object list widgets on the dashboard now degrade gracefully * Fix inventory item bulk edit to ensure that component name and type are both validated Ensure * Ensure that local context data correctly rejects falsy values * Restore default sort behavior of name column on devices list view * Exempt MPTT-based models from ordering fix introduced in #18279 * Ensure numeric conversion helper always return a clean decimal value * Ensure that kind is a required field when making journal entries * Ensure tag deserialization is handled correctly * Allow VM interface objects to be set on prefix object-type custom field * Fix icon displayed for GitHub authentication on login page * Support cascading deletions when cleaning up expired changelog records * Allow filtering VLAN groups by associated site groups * Ensure clearing "Widget type" field when adding widgets to dashboard does not cause a "ValueError: Unregistered widget class" error * Add missing contacts property to GraphQL types where the associated model has a connection to a contact https://github.com/netbox-community/netbox/releases/tag/v4.2.6
20 lines
616 B
YAML
20 lines
616 B
YAML
Use current directory to generate the embedded documentation.
|
|
|
|
--- mkdocs.yml.orig 2025-03-21 21:17:50 UTC
|
|
+++ mkdocs.yml
|
|
@@ -1,5 +1,5 @@ site_name: NetBox Documentation
|
|
site_name: NetBox Documentation
|
|
-site_dir: netbox/project-static/docs
|
|
+site_dir: project-static/docs
|
|
site_url: https://docs.netbox.dev/
|
|
repo_name: netbox-community/netbox
|
|
repo_url: https://github.com/netbox-community/netbox
|
|
@@ -28,7 +28,7 @@ plugins:
|
|
- mkdocstrings:
|
|
handlers:
|
|
python:
|
|
- paths: ["netbox"]
|
|
+ paths: ["."]
|
|
options:
|
|
heading_level: 3
|
|
members_order: source
|