Difference between revisions of "Summary: MLSummaryConfig"
From Genesys Documentation
(Created page with "This page holds configuration details for the MLSummary project: <pre> { "GenerateCargoContent": [{ "CargoWikiTarget": "https://all.docs-qa.genesys.com/", "CargoTableNam...") |
|||
Line 4: | Line 4: | ||
{ | { | ||
"GenerateCargoContent": [{ | "GenerateCargoContent": [{ | ||
− | "CargoWikiTarget": "https://all.docs | + | "CargoWikiTarget": "https://all.docs.genesys.com/", |
"CargoTableName": "MLSummary", | "CargoTableName": "MLSummary", | ||
"CargoTemplateName": "MLSummary", | "CargoTemplateName": "MLSummary", |
Revision as of 15:02, October 18, 2022
This page holds configuration details for the MLSummary project:
{ "GenerateCargoContent": [{ "CargoWikiTarget": "https://all.docs.genesys.com/", "CargoTableName": "MLSummary", "CargoTemplateName": "MLSummary", "CargoContentPage": "Summary:", "ContentSeparator": "title", "ContentWriteMode": "append", "CargoSummaryPage": "Summary:MLSummaryPage", "CargoFieldMapping": { "Product": { "SourceFieldName": "product", "CargoFieldDescription": "String" }, "Version": { "SourceFieldName": "title", "CargoFieldDescription": "String", "RegExSearch": ".*\/(.*)\/.*\/.*", "RegExReplace": "\\1" }, "Manual": { "SourceFieldName": "title", "CargoFieldDescription": "String", "RegExSearch": ".*\/.*\/(.*)\/.*", "RegExReplace": "\\1" }, "Topic": { "SourceFieldName": "title", "CargoFieldDescription": "String", "RegExSearch": ".*\/.*\/.*\/(.*)", "RegExReplace": "\\1" }, "Id": { "SourceFieldName": "id", "CargoFieldDescription": "String" }, "Title": { "SourceFieldName": "title", "CargoFieldDescription": "String" }, "Document": { "SourceFieldName": "document", "CargoFieldDescription": "Text" }, "Type": { "SourceFieldName": "type", "CargoFieldDescription": "String" }, "Summary": { "SourceFieldName": "summary", "CargoFieldDescription": "Text" }, "QAns": { "SourceFieldName": "q_ans", "CargoFieldDescription": "Text" }, "AddedSections": { "SourceFieldName": "added_sections", "CargoFieldDescription": "Text" }, "UpdatedSections": { "SourceFieldName": "updated_sections", "CargoFieldDescription": "Text" }, "Link": { "SourceFieldName": "link", "CargoFieldDescription": "String" }, "Date": { "SourceFieldName": "date", "CargoFieldDescription": "Date" } }, "SourceLocation": "", "SourceFile": "output-data.json", "SourceContentType": "JSON", "SourceJSONElementArray": "", "SummaryUniqueIdentifier": "link" }] }