mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2026-09-22 05:05:53 +08:00
Co-authored-by: nilbuild <4921183+nilbuild@users.noreply.github.com>
7 lines
672 B
Markdown
7 lines
672 B
Markdown
# Documentation
|
|
|
|
Documentation covers the written materials that explain how a project works, how to use it, and how to contribute to it. This includes README files, wikis, and citation files, all of which help users and contributors understand a repository without needing to read through all the source code. Good documentation is often what determines whether an open source project gets adopted or contributed to.
|
|
|
|
Visit the following resources to learn more:
|
|
|
|
- [@article@How to Manage Documentation in a GitHub Repository: A Guide for Junior Developers](https://dev.to/mochafreddo/how-to-manage-documentation-in-a-github-repository-a-guide-for-junior-developers-pgo) |