I think the schema section of the documentation is less clear now #2411
etienne-monier
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Warning: This is not a "that was better before" post. I just want to provide a user experience for the good of everyone. Someone else could share the same experience.
I just want to point out a need the Schema reference do not address any more.
This section was awesome to quickly navigate among the YAML structure of the Taskfile. Its global usage is defined in the guide section and the schema aimed at providing a quick way to know what fields an interface accepted. For an interface, all possible fields were listed. This was a great complement to the usage guide.
The new schema guide is ... more a guide than a reference. It provides a lots of use cases, but do not provide fast way to get the Taskfile format. Two comments:
includes
key, the type is written to bemap[string]Include
, but there is no more link to get to theInclude
schema. I need to get to this definition, which is more slow.To sum up, I find this documentation less natural than it was to get the Taskfile structure.
I just wanted to point out an amazing reference: The documentation system
In the reference page, I read:
Have a nice day :)
Beta Was this translation helpful? Give feedback.
All reactions