diff --git a/main/_sources/CHANGELOG.rst.txt b/main/_sources/CHANGELOG.rst.txt
index 2df978c..29c8bc2 100644
--- a/main/_sources/CHANGELOG.rst.txt
+++ b/main/_sources/CHANGELOG.rst.txt
@@ -17,6 +17,7 @@ No functional changes, hotfix release to retrigger the downstream build and to k
Minor Changes
-------------
+- Provide links for docsite and improve docs by adding markup `#95 `_
- cleanup: Cleanup YAML passed to k8s module `#88 `_
- docs: Use proper type for connections parameter `#90 `_
- feat(kubevirt_vm_info): Set wait_condition based on running `#91 `_
diff --git a/main/_sources/plugins/kubevirt.rst.txt b/main/_sources/plugins/kubevirt.rst.txt
index e2444cf..56a0342 100644
--- a/main/_sources/plugins/kubevirt.rst.txt
+++ b/main/_sources/plugins/kubevirt.rst.txt
@@ -49,10 +49,10 @@ Synopsis
.. Description
-- Fetch running VirtualMachineInstances for one or more namespaces with an optional label selector.
-- Groups by namespace, namespace\_vmis and labels.
-- Uses the kubectl connection plugin to access the Kubernetes cluster.
-- Uses \*.kubevirt.(yml|yaml) YAML configuration file to set parameter values.
+- Fetch running \ :literal:`VirtualMachineInstances`\ for one or more namespaces with an optional label selector.
+- Groups by cluster name, namespace and labels.
+- Uses the \ :ref:`kubernetes.core.kubectl `\ connection plugin to access the Kubernetes cluster.
+- Uses \ :ansval:`\*.kubevirt.[yml|yaml]`\ YAML configuration file to set parameter values.
.. Aliases
@@ -303,7 +303,7 @@ Parameters
-
Token used to authenticate with the API. Can also be specified via K8S_AUTH_API_KEY environment variable.
+
Token used to authenticate with the API. Can also be specified via K8S_AUTH_API_KEY environment variable.
@@ -332,7 +332,7 @@ Parameters
-
Append the base domain of the cluster to host names constructed from SSH services of type NodePort.
+
Append the base domain of the cluster to host names constructed from SSH Services of type NodePort.
Choices:
false← (default)
@@ -352,7 +352,7 @@ Parameters
-
Override the base domain used to construct host names of VirtualMachines. Used in case of kubesecondarydns or services of type NodePort if append_base_domain is set.
+
Override the base domain used to construct host names of VirtualMachines. Used in case of kubesecondarydns or Services of type NodePort if connections.append_base_domain is set.
@@ -368,7 +368,7 @@ Parameters
-
Path to a CA certificate used to authenticate with the API. Can also be specified via K8S_AUTH_SSL_CA_CERT environment variable.
+
Path to a CA certificate used to authenticate with the API. Can also be specified via K8S_AUTH_SSL_CA_CERT environment variable.
@@ -384,7 +384,7 @@ Parameters
-
Path to a certificate used to authenticate with the API. Can also be specified via K8S_AUTH_CERT_FILE environment variable.
+
Path to a certificate used to authenticate with the API. Can also be specified via K8S_AUTH_CERT_FILE environment variable.
@@ -400,7 +400,7 @@ Parameters
-
Path to a key file used to authenticate with the API. Can also be specified via K8S_AUTH_KEY_FILE environment variable.
+
Path to a key file used to authenticate with the API. Can also be specified via K8S_AUTH_KEY_FILE environment variable.
@@ -414,7 +414,7 @@ Parameters
-
The name of a context found in the config file. Can also be specified via K8S_AUTH_CONTEXT environment variable.
+
The name of a context found in the config file. Can also be specified via K8S_AUTH_CONTEXT environment variable.
@@ -428,7 +428,7 @@ Parameters
-
Enable the creation of groups from labels on VirtualMachines.
+
Enable the creation of groups from labels on VirtualMachines.
Choices:
false← (default)
@@ -448,7 +448,7 @@ Parameters
-
Provide a URL for accessing the API. Can also be specified via K8S_AUTH_HOST environment variable.
+
Provide a URL for accessing the API. Can also be specified via K8S_AUTH_HOST environment variable.
@@ -462,7 +462,7 @@ Parameters
-
Enable kubesecondarydns derived host names when using a secondary network interface.
+
Enable kubesecondarydns derived host names when using a secondary network interface.
Choices:
false← (default)
@@ -482,7 +482,7 @@ Parameters
-
Path to an existing Kubernetes config file. If not provided, and no other connection options are provided, the Kubernetes client will attempt to load the default configuration file from ~/.kube/config. Can also be specified via K8S_AUTH_KUBECONFIG environment variable.
+
Path to an existing Kubernetes config file. If not provided, and no other connection options are provided, the Kubernetes client will attempt to load the default configuration file from ~/.kube/config. Can also be specified via K8S_AUTH_KUBECONFIG environment variable.
@@ -496,7 +496,7 @@ Parameters
-
Define a label selector to select a subset of the fetched VirtualMachineInstances.
+
Define a label selector to select a subset of the fetched VirtualMachineInstances.
@@ -524,7 +524,7 @@ Parameters
-
List of namespaces. If not specified, will fetch all VirtualMachineInstances for all namespaces the user is authorized to access.
+
List of namespaces. If not specified, will fetch all VirtualMachineInstances for all namespaces the user is authorized to access.
@@ -540,7 +540,7 @@ Parameters
-
In case multiple networks are attached to a VirtualMachineInstance, define which interface should be returned as primary IP address.
+
In case multiple networks are attached to a VirtualMachineInstance, define which interface should be returned as primary IP address.
@@ -554,7 +554,7 @@ Parameters
-
Provide a password for authenticating with the API. Can also be specified via K8S_AUTH_PASSWORD environment variable.
+
Provide a password for authenticating with the API. Can also be specified via K8S_AUTH_PASSWORD environment variable.
@@ -568,8 +568,8 @@ Parameters
-
Enable the use of services to establish an SSH connection to the VirtualMachine.
-
Services are only used if no network_name was provided.
+
Enable the use of Services to establish an SSH connection to the VirtualMachine.
diff --git a/main/_sources/plugins/kubevirt_vm_info.rst.txt b/main/_sources/plugins/kubevirt_vm_info.rst.txt
index 7d5d4c2..dcf571d 100644
--- a/main/_sources/plugins/kubevirt_vm_info.rst.txt
+++ b/main/_sources/plugins/kubevirt_vm_info.rst.txt
@@ -49,8 +49,8 @@ Synopsis
.. Description
-- Use the Kubernetes Python client to perform read operations on KubeVirt VirtualMachines.
-- Pass options to find VirtualMachines as module arguments.
+- Use the Kubernetes Python client to perform read operations on KubeVirt \ :literal:`VirtualMachines`\ .
+- Pass options to find \ :literal:`VirtualMachines`\ as module arguments.
- Authenticate using either a config file, certificates, password or token.
- Supports check mode.
@@ -186,7 +186,7 @@ Parameters
-
List of field selectors to use to filter results
+
List of field selectors to use to filter results.
Default:[]
@@ -260,7 +260,7 @@ Parameters
-
List of label selectors to use to filter results
+
List of label selectors to use to filter results.
Default:[]
@@ -274,7 +274,7 @@ Parameters
-
Specify the name of the VirtualMachine.
+
Specify the name of the VirtualMachine.
@@ -287,7 +287,7 @@ Parameters
-
Specify the namespace of VirtualMachines.
+
Specify the namespace of VirtualMachines.
@@ -427,9 +427,9 @@ Parameters
added in kubevirt.core 1.4.0
-
Specify whether the VirtualMachine should be running.
+
Specify whether the VirtualMachine should be running or not.
This affects the ready condition to wait for.
-
This requires wait and is only used when wait=yes.
Override the base domain used to construct host names of VirtualMachines. Used in case of kubesecondarydns or services of type NodePort if append_base_domain is set.
+
Override the base domain used to construct host names of VirtualMachines. Used in case of kubesecondarydns or Services of type NodePort if connections.append_base_domain is set.
Path to an existing Kubernetes config file. If not provided, and no other connection options are provided, the Kubernetes client will attempt to load the default configuration file from ~/.kube/config. Can also be specified via K8S_AUTH_KUBECONFIG environment variable.
+
Path to an existing Kubernetes config file. If not provided, and no other connection options are provided, the Kubernetes client will attempt to load the default configuration file from ~/.kube/config. Can also be specified via K8S_AUTH_KUBECONFIG environment variable.