Wiki source code of Documentation Application
Last modified by Vincent Massol on 2025/12/01 17:14
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | = Documentation Pages = | ||
| 2 | |||
| 3 | {{liveData | ||
| 4 | id="documentationPages" | ||
| 5 | properties="doc.title,type,target" | ||
| 6 | source="liveTable" | ||
| 7 | sourceParameters="className=DocApp.Code.DocumentationClass&resultPage=DocApp.Code.DocumentationLiveTableResults&translationPrefix=docapp."/}} | ||
| 8 | |||
| 9 | = Documentation Reviews = | ||
| 10 | |||
| 11 | {{liveData | ||
| 12 | id="documentationReviews" | ||
| 13 | properties="doc.title,lastReviewedDate,lastReviewers" | ||
| 14 | source="liveTable" | ||
| 15 | sourceParameters="className=DocApp.Code.DocumentationReviewClass&resultPage=DocApp.Code.DocumentationLiveTableResults&translationPrefix=docapp."/}} | ||
| 16 | |||
| 17 | = Documentation Violations = | ||
| 18 | |||
| 19 | {{liveData | ||
| 20 | id="allDeveloperExplanationsPages" | ||
| 21 | properties="doc.title,message,context,severity" | ||
| 22 | source="liveTable" | ||
| 23 | sourceParameters="className=DocApp.Code.DocumentationViolationClass&resultPage=DocApp.Code.DocumentationLiveTableResults&translationPrefix=docapp."/}} |