Introduction

Documentation Should Be Simple

Does end-user documentation always seem outdated?

Why can't there be a simple way to organize, create, and update documentation?

What if there was a way to automatically monitor your code and flag the documentation sections that needs to be updated?

What if you could show the end users that there has been a change and that updates are coming soon?

/docs
    /Introduction
    Introduction.md
    Introduction.desc
    Introduction.dep
    /About
        About.md
        About.desc
        About.dep
<?php
echo "Hello World!";
?>