docs(validators): fix titles
This commit is contained in:
parent
800a61bbf4
commit
3372d45abc
1 changed files with 3 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
Validators
|
Validating a variable's value
|
||||||
=============
|
================================
|
||||||
|
|
||||||
.. objectives:: Objectives
|
.. objectives:: Objectives
|
||||||
|
|
||||||
|
|
@ -24,7 +24,7 @@ Validators
|
||||||
git clone https://forge.cloud.silique.fr/stove/rougail-tutorials.git
|
git clone https://forge.cloud.silique.fr/stove/rougail-tutorials.git
|
||||||
git switch --detach v1.1_170
|
git switch --detach v1.1_170
|
||||||
|
|
||||||
Validating a variable's value
|
A variable with custom validation
|
||||||
-----------------------------------
|
-----------------------------------
|
||||||
|
|
||||||
Now, we would like the :term:`operator` to remember not to forget the http protocol, that is to put `http://` at the beginning of our `web_address` variable's value. What if he has forgotten the http protocol? We can add a reminder in case he has forgotten.
|
Now, we would like the :term:`operator` to remember not to forget the http protocol, that is to put `http://` at the beginning of our `web_address` variable's value. What if he has forgotten the http protocol? We can add a reminder in case he has forgotten.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue