|
|
# Welcome
|
|
|
|
|
|
Welcome to MTSA wiki. It is divided in two main areas:
|
|
|
|
|
|
* [End User](https://bitbucket.org/lnahabedian/mtsa/wiki/enduser/enduser)
|
|
|
* [Developer](https://bitbucket.org/lnahabedian/mtsa/wiki/devs/devs)
|
|
|
|
|
|
## Wiki Collaboration
|
|
|
|
|
|
This wiki uses the [Markdown](http://daringfireball.net/projects/markdown/) syntax.
|
|
|
|
|
|
The wiki itself is actually a git repository, which means you can clone it, edit it locally/offline, add images or any other file type, and push it back to us. It will be live immediately.
|
|
|
|
|
|
Go ahead and try:
|
|
|
|
|
|
```
|
|
|
$ git clone https://lnahabedian@bitbucket.org/lnahabedian/mtsa.git/wiki
|
|
|
```
|
|
|
|
|
|
Wiki pages are normal files, with the .md extension. You can edit them locally, as well as creating new ones.
|
|
|
|
|
|
|
|
|
# Have fun! |