@@ -20,24 +20,15 @@ Available functions:
2020- :doc: `Conditions <options/condition >`
2121- :doc: `Filter <options/filter >`
2222- :doc: `Validator <options/validator >`
23- - :doc: `Creating your own Conditions, Filters and Validators <guides/create_own >`
23+ - :doc: `Creating your own Conditions, Filters and Validators <guides/create_own_components >`
2424- :doc: `ExternalApi <options/external_api >`
2525
26+ .. tip ::
2627
27- .. raw :: html
28-
29- <div style =" border :1px solid #86989B ;padding :1rem ;border-radius :3px ;margin-top :40px ;" >
30- <p style =" background-color :hsl (219.5 , 84% , 90% );margin :-1rem -1rem 0.8rem -1rem ;padding :0.3rem 1rem 0.3rem 2.5rem ;position :relative ;border-radius :3px 3px 0 0 ;" >
31- <span style =" content :' ' ;position :absolute ;top :.25rem ;left :.5rem ;width :1.5rem ;height :1.5rem ;background-color :hsl (219.5 , 84% , 50% );mask-image :url (' data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.71 7.04c.39-.39.39-1.04 0-1.41l-2.34-2.34c-.37-.39-1.02-.39-1.41 0l-1.84 1.83 3.75 3.75M3 17.25V21h3.75L17.81 9.93l-3.75-3.75L3 17.25z"/></svg>' );" ></span >
32- Tip
33- </p >
34- <p style =" margin :0 ;" >
35- Thank you for using <code >flask-inputfilter</code >!<br >
36- If you have any questions or suggestions, please feel free to open an issue on <a href =" https://github.com/LeanderCS/flask-inputfilter" >GitHub</a >.<br >
37- If you don't want to miss any updates, please star the repository.<br >
38- This will help me to understand how many people are interested in this project.<br >
39- </p >
40- </div >
28+ Thank you for using `flask-inputfilter `!
29+ If you have any questions or suggestions, please feel free to open an issue on `GitHub <https://github.com/LeanderCS/flask-inputfilter >`_.
30+ If you don't want to miss any updates, please star the repository.
31+ This will help me to understand how many people are interested in this project.
4132
4233Installation
4334------------
@@ -52,7 +43,7 @@ Quickstart
5243To use the `InputFilter ` class, create a new class that inherits from it and define the
5344fields you want to validate and filter.
5445
55- There are numerous filters and validators available, but you can also create your :doc: `own <guides/create_own >`.
46+ There are numerous filters and validators available, but you can also create your :doc: `own <guides/create_own_components >`.
5647
5748Definition
5849^^^^^^^^^^
0 commit comments