generated from Geonovum/NL-ReSpec-GN-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.js
77 lines (75 loc) · 3.64 KB
/
config.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
let respecConfig = {
useLogo: true,
useLabel: true,
// title is verplicht! Neem hier de titel van het document op ----------------------
title: "Informatiemodel Kabels en Leidingen (IMKL) - versie 3.0rc-intern",
//-- specStatus is verplicht! (activeer 1 van de volgende) --------------------------
//specStatus: "wv", // Werkversie
specStatus: "cv", // Consultatieversie
//specStatus: "vv", // Versie ter vaststelling
//specStatus: "def", // Vastgestelde versie
//specStatus: "basis", // Basis Document
//-- specType is verplicht bij alle andere dan BASIS ---------------------------------
//specType: "NO", // Norm
specType: "ST", // Standaard
//specType: "IM", // Informatie Model
//specType: "PR", // Praktijkrichtlijn
//specType: "HR", // HandReiking
//specType: "WA", // Werkafspraak
//specType: "BD", // Beheer Documentatie
//specType: "AL", // Algemeen document
//specType: "BP", // Best Practice
//-- WQ: url naar base.css toegevoegd naar idee van GW
nl_organisationStylesURL: "https://tools.geostandaarden.nl/respec/style/",
//-- pubDomain is verplicht! (komt in de URL) -------------------------------------
//-- zie: https://geonovum.github.io/handleiding-tooling/ReSpec/#pubdomain
pubDomain: "kl", // Kabels en Leidingen
//-- license: voor de geldende gebruiksvoorwaarden. Default is cc-by.
//licence: "cc-by-nd", // bronvermelding, geen afgeleide werken (default)
//licence: "cc0", // Public Domain Dedication
licence: "cc-by", // Attribution, met bronvermelding
//-- TODO shortName is verplicht! (komt in de URL: kies logische afkorting)--------------
shortName: "imkl",
//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"],
//-- publishDate is verplicht -------------------------------------------------------
//-- NB: in de werkversie uitzetten, want dan pakt Respec de pushdate ---------------
publishDate: "2024-09-30",
//eventueel is het mogelijk een versienummer mee te geven, maar bij Geonovum werken we gewoonlijk alleen met datum als onderdeel van de permanente URI.
//publishVersion: "0.0.2",
//previousVersion: "0.0.1",
//-- Voor dit blok geldt: alleen als er eerdere versies zijn en altijd beiden aan/uit!
previousPublishDate: "2021-07-15",
previousMaturity: "def",
//-- TODO: de namen van de Editor(s) / Redacteur(en)---------------------------------------
//-- vul in: per Editor: name:, company:, companyURL: -------------------------------
editors:
[
{
name: "Paul Janssen",
company: "Geonovum",
companyURL: "https://www.geonovum.nl",
}
],
//-- de namen van de auteur(s) ------------------------------------------------------
//-- vul in: per auteur: name:, company:, companyURL: -------------------------------
authors:
[
{
name: "Paul Janssen",
company: "Geonovum",
companyURL: "https://www.geonovum.nl",
}
],
// 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/imkl-werkomgeving",
// Create PDF and link to file in header (optional):
// TODO: Change the filename as preferred.
alternateFormats: [
{
label: "pdf",
uri: "template.pdf",
},
],
};