Skip to content

Commit

Permalink
install2
Browse files Browse the repository at this point in the history
  • Loading branch information
PalmJanssen committed Jun 18, 2024
1 parent 7a95bec commit 7cd7ac9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
<section id="sotd"></section><!-- Wordt automatisch gevuld -->

<!-- TODO: voeg hier je eigen hoofdstukken toe -->
<!-- import door imvertor gegenereerde deel-->
<div id="Objectcatalogus" data-include="data/imkl-werkomgeving-cat.respec.html" data-include-replace="true"></div>
<section data-include-format="markdown" data-include="ch01.md" class="informative"></section>
<section data-include-format="markdown" data-include="ch02.md"></section>
<section data-include-format="markdown" data-include="mermaid.md"></section>
Expand Down
12 changes: 6 additions & 6 deletions js/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ let respecConfig = {
useLogo: true,
useLabel: true,
// title is verplicht! Neem hier de titel van het document op ----------------------
title: "[TODO: Neem titel op in config.js]",
title: "IMKL 2.x in ontwikkeling",
//-- specStatus is verplicht! (activeer 1 van de volgende) --------------------------
specStatus: "wv", // Werkversie
//specStatus: "cv", // Consultatieversie
Expand All @@ -11,10 +11,10 @@ let respecConfig = {
//specStatus: "basis", // Basis Document
//-- specType is verplicht bij alle andere dan BASIS ---------------------------------
//specType: "NO", // Norm
//specType: "ST", // Standaard
specType: "ST", // Standaard
//specType: "IM", // Informatie Model
//specType: "PR", // Praktijkrichtlijn
specType: "HR", // HandReiking
//specType: "HR", // HandReiking
//specType: "WA", // Werkafspraak
//specType: "BD", // Beheer Documentatie
//specType: "AL", // Algemeen document
Expand All @@ -27,7 +27,7 @@ let respecConfig = {
//licence: "cc0", // Public Domain Dedication
licence: "cc-by", // Attribution, met bronvermelding
//-- TODO shortName is verplicht! (komt in de URL: kies logische afkorting)--------------
shortName: "NL-ReSpec-GN-template",
shortName: "IMKL2.x",

//edDraftURI = De URI van de draft version. Deze wordt automatisch afgeleid van de github URI; maar kan hier overschreven worden.
//edDraftURI: ["https://geonovum.github.io", "/", "shortName"],
Expand All @@ -46,7 +46,7 @@ let respecConfig = {
editors:
[
{
name: "voornaam achternaam",
name: "Paul Janssen",
company: "Geonovum",
companyURL: "https://www.geonovum.nl",
}
Expand All @@ -63,7 +63,7 @@ let respecConfig = {
],
// TODO: Vul de github URL in.
//neem hier de URL van de github repository op waar het respec document in staat
github: "https://github.com/Geonovum/NL-ReSpec-GN-template",
github: "https://github.com/Geonovum/imkl-werkomgeving",
// Create PDF and link to file in header (optional):
// TODO: Change the filename as preferred.
alternateFormats: [
Expand Down

0 comments on commit 7cd7ac9

Please sign in to comment.