From f3dc354b8f3e80f0d45bc450969abf4ee8b80472 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Wed, 10 Jan 2024 10:55:25 -0500 Subject: [PATCH] More restructuring --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 7bfdb6d40..483db0915 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,10 @@ 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? | @@ -21,20 +25,16 @@ 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. -The diagram below illustrates the recommended deployment architecture for an automated network, leveraging NetBox as the central authority for network state. This approach allows for individual tools to be swapped out to meet the user's needs while retaining an easy-to-follow workflow. -

Reference network automation architecture

+The diagram above illustrates the recommended deployment architecture for an automated network, leveraging NetBox as the central authority for network state. This approach allows for individual tools to be swapped out to meet the user's changing needs while retaining an easy-to-follow workflow. + ## Why NetBox? ### Comprehensive Data Model @@ -73,7 +73,7 @@ Users can define event rules to automatically trigger a custom script or outboun NetBox automatically logs the creation, modification, and deletion of all managed objects, providing a thorough change history. Changes can be attributed to the executing user, and related changes are grouped automatically by request ID. -> [!INFO] +> [!NOTE] > A complete list of NetBox's myriad features can be found in [the introductory documentation](https://docs.netbox.dev/en/stable/introduction/). ## Getting Started