[ADF-2463] Moved doc files to subfolders (#3081)

This commit is contained in:
Andy Stark
2018-03-15 15:41:09 +00:00
committed by Eugenio Romano
parent c27273cb7d
commit e33cb06371
49 changed files with 131 additions and 131 deletions
@@ -0,0 +1,23 @@
---
Added: v2.0.0
Status: Active
---
# Task Details model
Information about a task.
## Details
```json
{
"id": "string",
"assignee": "User",
"dueDate": "data",
"endDate": "string",
"description": "string"
}
```
## See Also
- [Task header component](task-header.component.md)