From fce54f7c845d38d652091b64e87de448b834a460 Mon Sep 17 00:00:00 2001 From: gwen Date: Fri, 21 Feb 2025 17:31:26 +0100 Subject: [PATCH] disable --- docs/tutorial/disable.rst | 27 +++++++++++++++++++++++++++ docs/tutorial/index.rst | 2 +- 2 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 docs/tutorial/disable.rst diff --git a/docs/tutorial/disable.rst b/docs/tutorial/disable.rst new file mode 100644 index 000000000..bb0cb821e --- /dev/null +++ b/docs/tutorial/disable.rst @@ -0,0 +1,27 @@ +A family can disapear in the outerspace +=========================================== + +.. objectives:: Objectives + + In this section we will learn: + + - what is a *property* + - the `disabled` propety + + What is a disabled variable or family is, and why it is interesting to do that. + +.. prerequisites:: Reminders + + - We have three variables: :confval:`proxy_mode`, :confval:`address` and :confval:`port` + + + + + + + + + + + + diff --git a/docs/tutorial/index.rst b/docs/tutorial/index.rst index b6e54c3f8..adbdc5008 100644 --- a/docs/tutorial/index.rst +++ b/docs/tutorial/index.rst @@ -41,6 +41,6 @@ At first glance we can see that we have a selection of five configuration option preliminary proxymode - porttype + disabled tutorial