Best practicies to write minimal and usefull documentation for your software project.
by edumco
Multiple sources of information create confusion when searching for useful information. To mitigate this problem, we should create a page or document that guides the reader through multiple sources.
Whether you use a shared folder, a git repository, or a complete document solution, you can create a simple web page to list your knowledge resources. Let’s see some examples.
You can create a file called index.html
containing a list of all the documents or repositories, and add it to your browser’s favorites bar.
Repository managers (GitHub, Bitbucket, GitLab, Azure Repos, SourceForge, etc.) allow you to create web pages using README.md
files.
Most documentation tools allow you to create a main page where you can centralize all your links.
Now that you have an entry point, you need to guide your reader through all the information sources.
A simple summary with a brief description for each item can provide the necessary guidance.
Don’t forget to link the items to their respective documentation.
For example: