Marlin Firmware Documentation Project
The Marlin Documentation Project is a repository containing the raw documentation for Marlin 3D printer firmware. This documentation is open for contributions, allowing anyone to complete, correct, or create articles. The project is built using Ruby, RubyGems, Jekyll, and Github pages. To contribute, users must fork the repository, clone it locally, and make changes within their own fork before submitting a pull request to the master branch.
To contribute to the Marlin Documentation Project, follow these steps:
git clone https://github.com/YourUsername/MarlinDocumentation.git
.git checkout -b branch-name
._docs
folder.git commit -m "your commit message"
.git push origin branch-name
.Note: Ensure you have Jekyll installed on your system if you want to preview your contributions before submitting them. Instructions for installing Jekyll are available in the next section.
The Marlin Documentation Project is an open repository for Marlin 3D printer firmware documentation. Users can contribute by completing, correcting, or creating articles. The project is built using Ruby, RubyGems, Jekyll, and Github pages. To contribute, users must fork the repository, clone it locally, and submit pull requests for their changes to be reviewed.