From 57df250128adf6c12b0a85fed3d53b18bf8cf81a Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Thu, 5 Mar 2020 15:24:02 -0500 Subject: [PATCH] Add doc pages for device component templates --- docs/models/dcim/consoleporttemplate.md | 3 +++ docs/models/dcim/consoleserverporttemplate.md | 3 +++ docs/models/dcim/devicebaytemplate.md | 3 +++ docs/models/dcim/frontporttemplate.md | 3 +++ docs/models/dcim/interfacetemplate.md | 3 +++ docs/models/dcim/poweroutlettemplate.md | 3 +++ docs/models/dcim/powerporttemplate.md | 3 +++ docs/models/dcim/rearporttemplate.md | 3 +++ 8 files changed, 24 insertions(+) create mode 100644 docs/models/dcim/consoleporttemplate.md create mode 100644 docs/models/dcim/consoleserverporttemplate.md create mode 100644 docs/models/dcim/devicebaytemplate.md create mode 100644 docs/models/dcim/frontporttemplate.md create mode 100644 docs/models/dcim/interfacetemplate.md create mode 100644 docs/models/dcim/poweroutlettemplate.md create mode 100644 docs/models/dcim/powerporttemplate.md create mode 100644 docs/models/dcim/rearporttemplate.md diff --git a/docs/models/dcim/consoleporttemplate.md b/docs/models/dcim/consoleporttemplate.md new file mode 100644 index 000000000..3dec8d773 --- /dev/null +++ b/docs/models/dcim/consoleporttemplate.md @@ -0,0 +1,3 @@ +# Console Port Templates + +A template for a console port that will be created on all instantiations of the parent device type. diff --git a/docs/models/dcim/consoleserverporttemplate.md b/docs/models/dcim/consoleserverporttemplate.md new file mode 100644 index 000000000..66e9000cc --- /dev/null +++ b/docs/models/dcim/consoleserverporttemplate.md @@ -0,0 +1,3 @@ +# Console Server Port Templates + +A template for a console server port that will be created on all instantiations of the parent device type. diff --git a/docs/models/dcim/devicebaytemplate.md b/docs/models/dcim/devicebaytemplate.md new file mode 100644 index 000000000..d7c29755b --- /dev/null +++ b/docs/models/dcim/devicebaytemplate.md @@ -0,0 +1,3 @@ +# Device Bay Templates + +A template for a device bay that will be created on all instantiations of the parent device type. diff --git a/docs/models/dcim/frontporttemplate.md b/docs/models/dcim/frontporttemplate.md new file mode 100644 index 000000000..3c036879e --- /dev/null +++ b/docs/models/dcim/frontporttemplate.md @@ -0,0 +1,3 @@ +# Front Port Templates + +A template for a front-facing pass-through port that will be created on all instantiations of the parent device type. diff --git a/docs/models/dcim/interfacetemplate.md b/docs/models/dcim/interfacetemplate.md new file mode 100644 index 000000000..8ba2c8ee8 --- /dev/null +++ b/docs/models/dcim/interfacetemplate.md @@ -0,0 +1,3 @@ +# Interface Templates + +A template for an interface that will be created on all instantiations of the parent device type. diff --git a/docs/models/dcim/poweroutlettemplate.md b/docs/models/dcim/poweroutlettemplate.md new file mode 100644 index 000000000..9928c2345 --- /dev/null +++ b/docs/models/dcim/poweroutlettemplate.md @@ -0,0 +1,3 @@ +# Power Outlet Templates + +A template for a power outlet that will be created on all instantiations of the parent device type. diff --git a/docs/models/dcim/powerporttemplate.md b/docs/models/dcim/powerporttemplate.md new file mode 100644 index 000000000..bfaaece29 --- /dev/null +++ b/docs/models/dcim/powerporttemplate.md @@ -0,0 +1,3 @@ +# Power Port Templates + +A template for a power port that will be created on all instantiations of the parent device type. diff --git a/docs/models/dcim/rearporttemplate.md b/docs/models/dcim/rearporttemplate.md new file mode 100644 index 000000000..73415b4ff --- /dev/null +++ b/docs/models/dcim/rearporttemplate.md @@ -0,0 +1,3 @@ +# Rear Port Templates + +A template for a rear-facing pass-through port that will be created on all instantiations of the parent device type.