Skip to content

Commit

Permalink
Transport security module ref
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderke authored Sep 27, 2023
1 parent c74057d commit aba8fc3
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions API-strategie-modules/transport-security/js/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,12 @@ const documentConfig = {
// Controls if linked "§" section markers are added to a document
addSectionLinks: true,

// this parameter will add the tag_name of the latest release to the document Title
// only set this parameter when a release has been set
nl_addReleaseTagTitle: true,

// if nl_markdownEmbedImageInFigure is set to true images in markdown generated content will be surrounded with <figures> element
// so that figures can be linked are be a part of table of figures
nl_markdownEmbedImageInFigure: true,
}
localBiblio: {
"NCSC.TLS": {
href: "https://www.ncsc.nl/documenten/publicaties/2021/januari/19/ict-beveiligingsrichtlijnen-voor-transport-layer-security-2.1",
title: "ICT-beveiligingsrichtlijnen voor Transport Layer Security (TLS)",
authors: ["NCSC"],
date: "April 2019"
}
}
}

0 comments on commit aba8fc3

Please sign in to comment.