convert docs to markdown and remove built doc artifacts (#153)

convert docs to markdown and remove built doc artifacts
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
This commit is contained in:
Cameron Ross 2018-06-12 02:57:28 -03:00 committed by The Dlang Bot
parent ab0e2c0519
commit 03c9972485
83 changed files with 656 additions and 10839 deletions

11
docs/index.md Normal file
View file

@ -0,0 +1,11 @@
# Welcome to D:YAML documentation!
API Documentation [online](https://dyaml.dpldocs.info/dyaml.html)
Tutorials:
- [Getting Started](tutorials/getting_started.md)
- [Custom Types](tutorials/custom_types.md)
- [YAML Syntax](tutorials/yaml_syntax.md)
Articles:
- [Spec Differences](articles/spec_differences.md)