--- title: 'Project documentation template' disqus: hackmd --- Freight Trust Network Protocol === ![downloads](https://img.shields.io/github/downloads/atom/atom/total.svg) ![build](https://img.shields.io/appveyor/ci/:user/:repo.svg) ![chat](https://img.shields.io/discord/:serverId.svg) ## Table of Contents [TOC] ## Beginners Guide If you are a total beginner to this, start here! 1. Abstract 2. Terms 3. Overview 4. Getting Started Abstract --- > I choose a lazy person to do a hard job. Because a lazy person will find an easy way to do it. [name=Bill Gates] > Read more about Gherkin here: https://docs.cucumber.io/gherkin/reference/ Terms --- ```sequence Alice->Bob: Hello Bob, how are you? Note right of Bob: Bob thinks Bob-->Alice: I am good thanks! Note left of Alice: Alice responds Alice->Bob: Where have you been? ``` > Read more about sequence-diagrams here: http://bramp.github.io/js-sequence-diagrams/ Overview --- ```mermaid gantt title A Gantt Diagram section Section A task :a1, 2014-01-01, 30d Another task :after a1 , 20d section Another Task in sec :2014-01-12 , 12d anther task : 24d ``` > Read more about mermaid here: http://mermaid-js.github.io/mermaid/ ## Appendix and FAQ :::info ::: ###### tags: `Templates` `Documentation`