How to contribute
Once you've read through our style guide and have a basic understanding of Markdown, you are ready to start editing existing pages or creating your own original ones.
Contribute to a page that already exists
If you want to contribute to an Unraid Docs page that already exists:
- Select the Edit this page button at the bottom of every page. This will take you to our Github repository.
- Select the edit pencil in the top-right to fork the repository.
- Make edits to the document on your own branch.
- Commit pull requests to Main.
These edits are then reviewed by Lime Technology staff, edits are made, or suggested, and once complete they can be merged with Main.
Create a new page
To create a new Docs page, for example an Unraid Guide:
- In Github, go to
docs/unraid-os/guides
and select Add file on the right, to add a new guide page. - Name your file/guide and give it an
.md
extension. Ensure filenames are lower case and have dashes separating any words. For examplewake-on-lan.md
. - Write the guide content.
- Commit your changes. At this point, a LimeTech employee will review and merge if everything looks good.
Thank you in advance for any and all submissions and edits. Making living technical documentation would be impossible without community involvement!