https://docs.animation-nodes.com
This is the official manual for the Animation Nodes project.
- Fork the repository.
- Add some useful description of nodes, images, examples, correct typos, ...
- Create a pull request to integrate your modifications into the official repository.
- Wait for your modifications to be accepted.
- Congratulations, you have added some very useful information for future users!
- Install Hugo.
- Clone the forked repository to your computer.
- Open the folder that contains the repository.
- Execute
hugo
to build the documentation to thepublic/
directory. - Or execute
hugo server
and open the browser atlocalhost:1313
for live builds.