mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 13:26:51 +00:00
feature/Add glossary items via markdown files 2
This commit is contained in:
parent
bc861d008b
commit
7adbf620a9
@ -3133,7 +3133,7 @@ object Glossary extends MdcLoggable {
|
||||
glossaryItems.appendAll(
|
||||
getListOfFiles().map(file =>
|
||||
GlossaryItem(
|
||||
title = file.getName,
|
||||
title = file.getName.replace(".md", ""),
|
||||
description = getContentFromMarkdownFile(file.getPath)
|
||||
)
|
||||
)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user