From 12a0827944f435eec885f851604eeef4d5018f84 Mon Sep 17 00:00:00 2001 From: Serafeim Chatzopoulos Date: Wed, 22 Mar 2023 14:56:06 +0200 Subject: [PATCH] Add a dedicated page for enrichment by mining --- sidebars.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/sidebars.js b/sidebars.js index 3f99733..3feca6c 100644 --- a/sidebars.js +++ b/sidebars.js @@ -100,10 +100,7 @@ const sidebars = { { type: 'category', label: "Enrichment by mining", - link: { - type: 'generated-index', - description: 'The OpenAIRE Graph is enriched using the different Text and Data Mining (TDM) algorithms that are grouped in the following categories.' - }, + link: {type: 'doc', id: 'graph-production-workflow/enrichment-by-mining/enrichment-by-mining'}, items: [ { type: 'doc', id: 'graph-production-workflow/enrichment-by-mining/affiliation_matching' }, { type: 'doc', id: 'graph-production-workflow/enrichment-by-mining/citation_matching' },