Skip to content

Contributing to the documentation

sebescudie edited this page Sep 22, 2021 · 1 revision

So you have a cool help patch that would fit in the Fuse documentation? We’d be happy to integrate it! Please follow the following guidelines so we can keep a coherent and meaningful documentation.

Providing help

First, if you’re not sure how help patches work in vvvv gamma, please read the Providing Help section from the Gray Book.

Patch type

Like vvvv, Fuse follows the documentation system to structure its documentation. When you create a patch, it can either be an Explanation, a Reference, a Tutorial or a HowTo (vvvv also introduces the Example patch type that is just a rough example without any comments).

If you’re not sure about which type your help patch is, don’t panic : either ask in the chat or put anything you want and we can sort this out together.

Patching style

As you might have noticed, all help patches have kind of the same patching style and structure. When creating your own, you can draw some inspiration from the existing ones to structure and clean it.

There are no strict guidelines for this point, as we know that all help patches might not benefit from following the same rigid skeleton, but try to stay coherent with the existing ones as much as possible.

In short : align your links, stay concise and don’t hesitate to use tooltips when necessary!

Submitting your help patch

You can either post your help patch in the forum, or make a pull request on our github repo.

Clone this wiki locally