Commit 76f83359 authored by Naum Spaseski's avatar Naum Spaseski
Browse files

Added frontmatter config.ini example

parent def6ad1f
Loading
Loading
Loading
Loading
+19 −7
Original line number Original line Diff line number Diff line
@@ -57,18 +57,30 @@ frontmatterHeading = # Intellectual Property Rights
;    frontmatter = file:frontmatter.yaml
;    frontmatter = file:frontmatter.yaml
;
;
frontmatter = ---
frontmatter = ---
	Title: Network Functions Virtualisation (NFV);<br>Protocols and Data Models;<br>NFV-MANO procedures specification
	Title: Network Functions Virtualisation (NFV);<br>Protocols and Data Models;<br>RESTful protocols specification for the Ve-Vnfm Reference Point
	Spec Number: NFV-SOL 016
	Spec Number: NFV-SOL 002
	Version: v5.2.3
	Version: v5.3.2
	Date: 2025-11
	Date: 2025-11
	Release: 5
	Release: 5
	Work Item: RGS/NFV-SOL016
	Work Item: RGS/NFV-SOL002ed541
	keywords: management, MANO, NFV, procedure
	keywords: management, MANO, NFV, procedure
	Copyright Year: 2025
	Copyright Year: 2025
	Long ISG Name: Network Functions Virtualisation
	Long ISG Name: Network Functions Virtualisation
	Short ISG Name: NFV
	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]
[toc]
; Add section numbers to the headlines
; Add section numbers to the headlines
addSectionNumbers = false
addSectionNumbers = false
@@ -203,5 +215,5 @@ f0f3 = 266c743b2d3e
[media]
[media]
; The following configurations specifies the cli command to convert a single .emf file to the.png and .svg image formats.
; 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.
; 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}"
emfConverterPng = /usr/bin/soffice --headless --convert-to png "{infile}" --outdir "{outdir}"
emfConverterSvg = /Applications/LibreOffice.app/Contents/MacOS/soffice --headless --convert-to svg "{infile}" --outdir "{outdir}"
emfConverterSvg = /usr/bin/soffice --headless --convert-to svg "{infile}" --outdir "{outdir}"