Best Practicies on to write really minimal documentation for your software project.
by edumco
Sometimes is hard to have a single source of information and this can create lots of confusion during searching for useful information.
To mitigate this problem we should create a page or document that guides the reader throughout the multiple sources of knowledge.
No matter if you use a shared folder, a git repo or a complete document solution you can create a simple web page to list your knkowledge resources, so letβs see some examples.
You can place a file called index.html
and create a link for this file so you can add it to your browser favorits bar.
The most used cloud based repository managers (Github, Bitbucket, Gitlab, Azure Repos, Sourceforge β¦) allows you to create a file called readme.md
an use simple text to create beautiful webpages.
Most documentation tools allows you to creating a main page where you can centralize all main links.
Now you have an entry point you have to guide your reader throughout all the information sources.
A simple summary with a brief description per iten can give the necessary guidence.
Dont forget to link the itens to the respective documentation.
Ex: