Commit 50f9d7bb authored by Naum Spaseski's avatar Naum Spaseski Committed by Miguel Angel Reina Ortega
Browse files

Added frontmatter config.ini example

parent 6b5d4521
Loading
Loading
Loading
Loading
+19 −7
Original line number Diff line number Diff line
@@ -57,18 +57,30 @@ frontmatterHeading = # Intellectual Property Rights
;    frontmatter = file:frontmatter.yaml
;
frontmatter = ---
	Title: Network Functions Virtualisation (NFV);<br>Protocols and Data Models;<br>NFV-MANO procedures specification
	Spec Number: NFV-SOL 016
	Version: v5.2.3
	Title: Network Functions Virtualisation (NFV);<br>Protocols and Data Models;<br>RESTful protocols specification for the Ve-Vnfm Reference Point
	Spec Number: NFV-SOL 002
	Version: v5.3.2
	Date: 2025-11
	Release: 5
	Work Item: RGS/NFV-SOL016
	Work Item: RGS/NFV-SOL002ed541
	keywords: management, MANO, NFV, procedure
	Copyright Year: 2025
	Long ISG Name: Network Functions Virtualisation
	Short ISG Name: NFV
	---

; frontmatter = ---
; 	Title: Network Functions Virtualisation (NFV);<br>Protocols and Data Models;<br>NFV-MANO procedures specification
; 	Spec Number: NFV-SOL 016
; 	Version: v5.2.3
; 	Date: 2025-11
; 	Release: 5
; 	Work Item: RGS/NFV-SOL016
; 	keywords: management, MANO, NFV, procedure
; 	Copyright Year: 2025
; 	Long ISG Name: Network Functions Virtualisation
; 	Short ISG Name: NFV
; 	---
pandocTableWarnings = false
[toc]
; Add section numbers to the headlines
addSectionNumbers = false
@@ -201,5 +213,5 @@ f0f3 = 266c743b2d3e
[media]
; The following configurations specifies the cli command to convert a single .emf file to the.png and .svg image formats.
; If no conversion should or can be done, remove or comment the lines.
emfConverterPng = /Applications/LibreOffice.app/Contents/MacOS/soffice --headless --convert-to png "{infile}" --outdir "{outdir}"
emfConverterSvg = /Applications/LibreOffice.app/Contents/MacOS/soffice --headless --convert-to svg "{infile}" --outdir "{outdir}"
emfConverterPng = /usr/bin/soffice --headless --convert-to png "{infile}" --outdir "{outdir}"
emfConverterSvg = /usr/bin/soffice --headless --convert-to svg "{infile}" --outdir "{outdir}"