In the folder docs/docs/reference we have documentation pages for different packages of the gosoline project.
We write these docs with the help of the docusaurus documentation framework. Pages are written in the mdx file format.
We want do add reference documentation for the exec package.
The documentation should contain a general description of the package, what kind of core types and functionality it contains and a comprehensive guide about how it can be used and configured.
In the folder
docs/docs/referencewe have documentation pages for different packages of the gosoline project.We write these docs with the help of the docusaurus documentation framework. Pages are written in the mdx file format.
We want do add reference documentation for the
execpackage.The documentation should contain a general description of the package, what kind of core types and functionality it contains and a comprehensive guide about how it can be used and configured.