Skip to content
Snippets Groups Projects
Commit faf7b521 authored by Onno Haldar's avatar Onno Haldar
Browse files

Update README.md

parent b3ae60bb
No related branches found
No related tags found
No related merge requests found
# Productspecificaties
# Inleiding
Specificaties van de te beheren producten
Specificaties van de te beheren KIK-V producten. Deze worden op dagelijke basis aangepast met voortschrijdende inzichten.
```plantuml
@startuml productstructuur
skinparam handwritten true
!$pathTemplates = "templates"
!$pathContent = "content"
# Inhoud
package "Producten KIK-V Standaard" #Olive {
[TOC]
package "Templates" as TPLS #LightGrey {
rectangle "Afsprakenset" as TAS %darken("LightGrey", 25) {
# Templates
}
De templates zijn de meervoudig herbruikbare componenten van de KIK-V standaard en publicaties daarover. Deze bestaan momenteel uit:
rectangle "Uitwisselprofielen" as TUP %darken("LightGrey", 25) {
- HUGO Site Generator Templates met de gestandaardiseerde indeling en vormgeving van de publicaties
}
url of TAS is [[$pathTemplates/afsprakenset{Template Afsprakenset}]]
url of TUP is [[$pathContent/uitwisselprofielen{Templates Uitwisselprofielen}]]
}
package "Content" as CNT #FloralWhite {
}
url of TPLS is [[$pathTemplates{KIK-V Templates}]]
url of CNT is [[$pathAfsprakenset{Evaluatie Afsprakenset}]]
"TPLS" -[hidden]-> "CNT"
}
@enduml
```
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment