From c94868237048452ed32d9b6c876019eb4669d287 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Fri, 8 Jul 2016 16:05:14 -0400 Subject: [PATCH] Removed TOC elements --- docs/data-model/circuits.md | 2 -- docs/data-model/dcim.md | 2 -- docs/data-model/extras.md | 2 -- docs/data-model/ipam.md | 2 -- docs/data-model/secrets.md | 2 -- 5 files changed, 10 deletions(-) diff --git a/docs/data-model/circuits.md b/docs/data-model/circuits.md index 9246add30..563e5df7c 100644 --- a/docs/data-model/circuits.md +++ b/docs/data-model/circuits.md @@ -1,7 +1,5 @@ The circuits component of NetBox deals with the management of long-haul Internet and private transit links and providers. -[TOC] - # Providers A provider is any entity which provides some form of connectivity. This obviously includes carriers which offer Internet and private transit service. However, it might also include Internet exchange (IX) points and even organizations with whom you peer directly. diff --git a/docs/data-model/dcim.md b/docs/data-model/dcim.md index 3595b09af..6512995ea 100644 --- a/docs/data-model/dcim.md +++ b/docs/data-model/dcim.md @@ -1,7 +1,5 @@ Data center infrastructure management (DCIM) entails all physical assets: sites, racks, devices, cabling, etc. -[TOC] - # Sites How you define sites will depend on the nature of your organization, but typically a site will equate a building or campus. For example, a chain of banks might create a site to represent each of its branches, a site for its corporate headquarters, and two additional sites for its presence in two colocation facilities. diff --git a/docs/data-model/extras.md b/docs/data-model/extras.md index 6ad9589af..f9fc82e18 100644 --- a/docs/data-model/extras.md +++ b/docs/data-model/extras.md @@ -1,7 +1,5 @@ This section entails features of NetBox which are not crucial to its primary functions, but that provide additional value. -[TOC] - # Export Templates NetBox allows users to define custom templates that can be used when exporting objects. To create an export template, navigate to Extras > Export Templates under the admin interface. diff --git a/docs/data-model/ipam.md b/docs/data-model/ipam.md index 2313eeb99..c6da1d657 100644 --- a/docs/data-model/ipam.md +++ b/docs/data-model/ipam.md @@ -1,7 +1,5 @@ IP address management (IPAM) entails the allocation of IP networks, addresses, and related numeric resources. -[TOC] - # VRFs A VRF object in NetBox represents a virtual routing and forwarding (VRF) domain within a network. Each VRF is essentially a separate routing table: the same IP prefix or address can exist in multiple VRFs. VRFs are commonly used to isolate customers or organizations from one another within a network. diff --git a/docs/data-model/secrets.md b/docs/data-model/secrets.md index 323b623b5..ef82c196b 100644 --- a/docs/data-model/secrets.md +++ b/docs/data-model/secrets.md @@ -1,7 +1,5 @@ "Secrets" are small amounts of data that must be kept confidential; for example, passwords and SNMP community strings. NetBox provides encrypted storage of secret data. -[TOC] - # Secrets A secret represents a single credential or other string which must be stored securely. Each secret is assigned to a device within NetBox. The plaintext value of a secret is encrypted to a ciphertext immediately prior to storage within the database using a 256-bit AES master key. A SHA256 hash of the plaintext is also stored along with each ciphertext to validate the decrypted plaintext.