diff --git a/README.md b/README.md index 483db0915..a48c29e73 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,6 @@ NetBox exists to empower network engineers. Since its release in 2016, it has become the go-to solution for modeling and documenting network infrastructure for thousands of organizations worldwide. As a successor to legacy IPAM and DCIM applications, NetBox provides a cohesive, extensive, and accessible data model for all things networked. By providing a single robust user interface and programmable APIs for everything from cable maps to device configurations, NetBox serves as the central source of truth for the modern network. -

- NetBox user interface screenshot -

-

NetBox's Role | Why NetBox? | @@ -25,6 +21,10 @@ NetBox exists to empower network engineers. Since its release in 2016, it has be Screenshots

+

+ NetBox user interface screenshot +

+ ## NetBox's Role NetBox functions as the **source of truth** for your network infrastructure. Its job is to define and validate the _intended state_ of all network components and resources. NetBox does not interact with network nodes directly; rather, it makes this data available programmatically to purpose-built automation, monitoring, and assurance tools. This separation of duties enables the construction of a robust yet flexible automation system. @@ -104,10 +104,8 @@ NetBox automatically logs the creation, modification, and deletion of all manage ## Screenshots -![Screenshot of main page (dark mode)](docs/media/screenshots/home-dark.png "Main page (dark mode)") - -![Screenshot of rack elevation](docs/media/screenshots/rack.png "Rack elevation") - -![Screenshot of prefixes hierarchy](docs/media/screenshots/prefixes-list.png "Prefixes hierarchy") - -![Screenshot of cable trace](docs/media/screenshots/cable-trace.png "Cable tracing") + + + + + diff --git a/docs/index.md b/docs/index.md index 84334337b..5ef650ca6 100644 --- a/docs/index.md +++ b/docs/index.md @@ -4,7 +4,7 @@ NetBox is the leading solution for modeling and documenting modern networks. By combining the traditional disciplines of IP address management (IPAM) and datacenter infrastructure management (DCIM) with powerful APIs and extensions, NetBox provides the ideal "source of truth" to power network automation. Read on to discover why thousands of organizations worldwide put NetBox at the heart of their infrastructure. -[![NetBox UI](./media/screenshots/netbox-ui.png)](./media/screenshots/netbox-ui.png) +[![NetBox UI](./media/screenshots/home-light.png)](./media/screenshots/home-light.png) ## :material-server-network: Built for Networks diff --git a/docs/media/screenshots/cable-trace.png b/docs/media/screenshots/cable-trace.png index b35272016..e228d1786 100644 Binary files a/docs/media/screenshots/cable-trace.png and b/docs/media/screenshots/cable-trace.png differ diff --git a/docs/media/screenshots/home-dark.png b/docs/media/screenshots/home-dark.png index 718413445..7b060785f 100644 Binary files a/docs/media/screenshots/home-dark.png and b/docs/media/screenshots/home-dark.png differ diff --git a/docs/media/screenshots/home-light.png b/docs/media/screenshots/home-light.png new file mode 100644 index 000000000..1eaca3ef0 Binary files /dev/null and b/docs/media/screenshots/home-light.png differ diff --git a/docs/media/screenshots/netbox-ui.png b/docs/media/screenshots/netbox-ui.png deleted file mode 100644 index 70cd77089..000000000 Binary files a/docs/media/screenshots/netbox-ui.png and /dev/null differ diff --git a/docs/media/screenshots/prefixes-list.png b/docs/media/screenshots/prefixes-list.png index 927a7a04e..7220a8817 100644 Binary files a/docs/media/screenshots/prefixes-list.png and b/docs/media/screenshots/prefixes-list.png differ diff --git a/docs/media/screenshots/rack.png b/docs/media/screenshots/rack.png index dbe9718f7..7179efda3 100644 Binary files a/docs/media/screenshots/rack.png and b/docs/media/screenshots/rack.png differ