Refining the Generated Documentation: Part-II
Learn how to refine the generated documentation manually and explore the documentation.
We'll cover the following...
We'll cover the following...
Update the pattern attribute in the documentation
Before you ask, we can update all parameters because we have only one.
It seems that we can check off the first point on our list.
Additional lenses for content schemas
We are left with modifying the pattern field of the actual model schemas. To get to these, we have to define some more lenses.
The power of lenses allows us to traverse all of our structures and modify all affected models at once. So, we will use the functionality provided by the Each type class here. Let’s try something like the following code.
This looks like an error from a binary incompatible Cats ...